HADOOP-11568. Description on usage of classpath in hadoop command is incomplete. ( Contributed by Archana T )

This commit is contained in:
Vinayakumar B 2015-03-10 13:02:56 +05:30
parent 5efee5efd3
commit 2f902a823c
2 changed files with 4 additions and 1 deletions

View File

@ -15,6 +15,9 @@ Release 2.8.0 - UNRELEASED
BUG FIXES
HADOOP-11568. Description on usage of classpath in hadoop command is
incomplete. ( Archana T via vinayakumarb )
Release 2.7.0 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -45,8 +45,8 @@ function print_usage(){
echo " distcp <srcurl> <desturl> copy file or directories recursively"
echo " archive -archiveName NAME -p <parent path> <src>* <dest> create a hadoop archive"
echo " classpath prints the class path needed to get the"
echo " credential interact with credential providers"
echo " Hadoop jar and the required libraries"
echo " credential interact with credential providers"
echo " daemonlog get/set the log level for each daemon"
echo " trace view and modify Hadoop tracing settings"
echo ""