Hello,
that is very cool. Thanks for the contribution. It worked out of the box and makes working a breeze.
Greetings,
Uwe
Gesendet: Donnerstag, 09. Februar 2017 um 16:12 Uhr
Von: "Vitásek, Ladislav" <[email protected]>
An: [email protected]
Betreff: HDFS Shell tool
Von: "Vitásek, Ladislav" <[email protected]>
An: [email protected]
Betreff: HDFS Shell tool
Hello Hadoop fans,
I would like to inform you about our tool we want to share.
We created a new utility - HDFS Shell to work with HDFS more faster.
https://github.com/avast/hdfs-shell
Feature highlights
- HDFS DFS command initiates JVM for each command call, HDFS Shell does it only once - which means great speed enhancement when you need to work with HDFS more often
- Commands can be used in a short way - eg. hdfs dfs -ls /, ls / - both will work
- HDFS path completion using TAB key
- you can easily add any other HDFS manipulation function
- there is a command history persisting in history log (~/.hdfs-shell/hdfs-shell.log)
- support for relative directory + commands cd and pwd
I would like to inform you about our tool we want to share.
We created a new utility - HDFS Shell to work with HDFS more faster.
https://github.com/avast/hdfs-shell
Feature highlights
- HDFS DFS command initiates JVM for each command call, HDFS Shell does it only once - which means great speed enhancement when you need to work with HDFS more often
- Commands can be used in a short way - eg. hdfs dfs -ls /, ls / - both will work
- HDFS path completion using TAB key
- you can easily add any other HDFS manipulation function
- there is a command history persisting in history log (~/.hdfs-shell/hdfs-shell.log)
- support for relative directory + commands cd and pwd
- it can be also launched as a daemon (using UNIX domain sockets)
- 100% Java, it's open source