HADOOP-11568. Description on usage of classpath in hadoop command is incomplete. ( Contributed by Archana T )
This commit is contained in:
parent
5efee5efd3
commit
2f902a823c
|
@ -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
|
||||
|
|
|
@ -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 ""
|
||||
|
|
Loading…
Reference in New Issue