|
@@ -246,8 +246,6 @@ call :updatepath %HADOOP_BIN_PATH%
|
|
|
goto :MakeCmdArgsLoop
|
|
|
:EndLoop
|
|
|
set hadoop-command-arguments=%_arguments%
|
|
|
- @echo note: please use "yarn jar" to launch
|
|
|
- @echo YARN applications, not this command.
|
|
|
goto :eof
|
|
|
|
|
|
:print_usage
|
|
@@ -256,6 +254,8 @@ call :updatepath %HADOOP_BIN_PATH%
|
|
|
@echo fs run a generic filesystem user client
|
|
|
@echo version print the version
|
|
|
@echo jar ^<jar^> run a jar file
|
|
|
+ @echo note: please use "yarn jar" to launch
|
|
|
+ @echo YARN applications, not this command.
|
|
|
@echo checknative [-a^|-h] check native hadoop and compression libraries availability
|
|
|
@echo distcp ^<srcurl^> ^<desturl^> copy file or directories recursively
|
|
|
@echo archive -archiveName NAME -p ^<parent path^> ^<src^>* ^<dest^> create a hadoop archive
|