You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently Snakebite doesn't support commands that require communication with the datanode(s) yet. It seems that there is no ETA for supporting this. A better option seems to be, to use pywebhdfs for working with HDFS. pywebhdfs isn't feature-complete either, but has support for writing to HDFS, so copyFromLocal-like functionality should be no problem. Another advantage is that webhdfs is a simpler protocol than the protobuf communication that happens in Snakebite, therefor it should be much easier to contribute to pywebhdfs for any missing features (chown/chmod come to mind).
This is so much better than doing it over SSH.
The text was updated successfully, but these errors were encountered: