I see that hadoop and hdfs command line tools can perform identical operations. For example I can run example.jar using
hadoop jar example.jar
And the same using
hdfs -jar example.jar
What is difference between these two command line tools?