Description
Currently in hadoop 1.1.2, if user issue "bin/hadoop help" in command line, it will throw below exception. We can improve this to print the usage message.
===============================================
Exception in thread "main" java.lang.NoClassDefFoundError: help
===============================================
This issue is already resolved in HADOOP-9267 in trunk, so we only need to backport it into branch-1