Hi,
Filesystem commands in hadoop is executed as
./hadoop fs <command>
but i think it is rather long. It would be good if we had commands like
./hls
or
./hcat
with the exact parameters as their unix counterparts, but with the added
'h' prefix and include them in the PATH variable.
What do you think? should we open an issue and track this further or i
am the only one who is too lazy to write ./hadoop dfs -ls
:)
Moreover although we have FsShell.byteDesc(), we do not have "du -h"
option for human readable directory sizes.