Open DonDebonair opened 9 years ago
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.