Wednesday, March 22, 2017

HDFS Explorer

Hi all,

Hadoop HDFS command is good. But somehow it becomes hair-wired when we have a long arguments inputs. Those are error-prone and tedious to structure one. So with this notion of in mind, I just developed a wrapper script to facilitate this operation. Easy to install, easy to use too. Here is more descriptions and details about the tool.

Thank you.

https://github.com/yenonn/hdfs-explorer

Example of the output:

Hadoop explorer
HDFS > ls /
 * Running: hdfs dfs -ls /

Found 4 items
drwxr-xr-x   - hdfs supergroup          0 2016-12-01 11:56 /system
drwxr-xr-x   - kite kite                0 2015-11-04 16:36 /testing
drwxrwxrwt   - hdfs supergroup          0 2017-03-23 11:00 /tmp
drwxr-xr-x   - hdfs supergroup          0 2016-02-19 16:17 /user


No comments: