How to Use Help Command in HDFS
Sometimes as a Hadoop developer it is difficult to remember all the Hadoop commands. The HELP command useful to know the correct syntax.
----
How to List all HDFS Commands
hadoop fs ==> Enter
This will list all Hadoop commands.
Help Command in HDFS
hadoop fs -hlep ls
Deleting a File in Hadoop HDFS
The below command helps how to delete a file from Hadop cluster.
hadoop fs -rm exmaple.txt
Comments
Post a Comment
Thanks for your message. We will get back you.