HADOOP-17514. Remove trace subcommand from hadoop CLI. (#2680)
This commit is contained in:
parent
54ae6bcfc3
commit
0f6ba5e031
@ -44,7 +44,6 @@ function hadoop_usage
|
|||||||
hadoop_add_subcommand "kerbname" client "show auth_to_local principal conversion"
|
hadoop_add_subcommand "kerbname" client "show auth_to_local principal conversion"
|
||||||
hadoop_add_subcommand "key" client "manage keys via the KeyProvider"
|
hadoop_add_subcommand "key" client "manage keys via the KeyProvider"
|
||||||
hadoop_add_subcommand "registrydns" daemon "run the registry DNS server"
|
hadoop_add_subcommand "registrydns" daemon "run the registry DNS server"
|
||||||
hadoop_add_subcommand "trace" client "view and modify Hadoop tracing settings"
|
|
||||||
hadoop_add_subcommand "version" client "print the version"
|
hadoop_add_subcommand "version" client "print the version"
|
||||||
hadoop_add_subcommand "kdiag" client "Diagnose Kerberos Problems"
|
hadoop_add_subcommand "kdiag" client "Diagnose Kerberos Problems"
|
||||||
hadoop_add_subcommand "rbfbalance" client "move directories and files across router-based federation namespaces"
|
hadoop_add_subcommand "rbfbalance" client "move directories and files across router-based federation namespaces"
|
||||||
@ -166,9 +165,6 @@ function hadoopcmd_case
|
|||||||
HADOOP_SECURE_CLASSNAME='org.apache.hadoop.registry.server.dns.PrivilegedRegistryDNSStarter'
|
HADOOP_SECURE_CLASSNAME='org.apache.hadoop.registry.server.dns.PrivilegedRegistryDNSStarter'
|
||||||
HADOOP_CLASSNAME='org.apache.hadoop.registry.server.dns.RegistryDNSServer'
|
HADOOP_CLASSNAME='org.apache.hadoop.registry.server.dns.RegistryDNSServer'
|
||||||
;;
|
;;
|
||||||
trace)
|
|
||||||
HADOOP_CLASSNAME=org.apache.hadoop.tracing.TraceAdmin
|
|
||||||
;;
|
|
||||||
version)
|
version)
|
||||||
HADOOP_CLASSNAME=org.apache.hadoop.util.VersionInfo
|
HADOOP_CLASSNAME=org.apache.hadoop.util.VersionInfo
|
||||||
;;
|
;;
|
||||||
|
@ -149,7 +149,7 @@ call :updatepath %HADOOP_BIN_PATH%
|
|||||||
exit /b
|
exit /b
|
||||||
)
|
)
|
||||||
|
|
||||||
set corecommands=fs version jar checknative conftest distch distcp daemonlog archive classpath credential kerbname key trace kdiag
|
set corecommands=fs version jar checknative conftest distch distcp daemonlog archive classpath credential kerbname key kdiag
|
||||||
for %%i in ( %corecommands% ) do (
|
for %%i in ( %corecommands% ) do (
|
||||||
if %hadoop-command% == %%i set corecommand=true
|
if %hadoop-command% == %%i set corecommand=true
|
||||||
)
|
)
|
||||||
@ -244,10 +244,6 @@ call :updatepath %HADOOP_BIN_PATH%
|
|||||||
set CLASS=org.apache.hadoop.crypto.key.KeyShell
|
set CLASS=org.apache.hadoop.crypto.key.KeyShell
|
||||||
goto :eof
|
goto :eof
|
||||||
|
|
||||||
:trace
|
|
||||||
set CLASS=org.apache.hadoop.tracing.TraceAdmin
|
|
||||||
goto :eof
|
|
||||||
|
|
||||||
:updatepath
|
:updatepath
|
||||||
set path_to_add=%*
|
set path_to_add=%*
|
||||||
set current_path_comparable=%path%
|
set current_path_comparable=%path%
|
||||||
@ -318,7 +314,6 @@ call :updatepath %HADOOP_BIN_PATH%
|
|||||||
@echo kerbname show auth_to_local principal conversion
|
@echo kerbname show auth_to_local principal conversion
|
||||||
@echo kdiag diagnose kerberos problems
|
@echo kdiag diagnose kerberos problems
|
||||||
@echo key manage keys via the KeyProvider
|
@echo key manage keys via the KeyProvider
|
||||||
@echo trace view and modify Hadoop tracing settings
|
|
||||||
@echo daemonlog get/set the log level for each daemon
|
@echo daemonlog get/set the log level for each daemon
|
||||||
@echo or
|
@echo or
|
||||||
@echo CLASSNAME run the class named CLASSNAME
|
@echo CLASSNAME run the class named CLASSNAME
|
||||||
|
@ -240,10 +240,6 @@ Usage: `hadoop kms`
|
|||||||
|
|
||||||
Run KMS, the Key Management Server.
|
Run KMS, the Key Management Server.
|
||||||
|
|
||||||
### `trace`
|
|
||||||
|
|
||||||
View and modify Hadoop tracing settings. See the [Tracing Guide](./Tracing.html).
|
|
||||||
|
|
||||||
### `version`
|
### `version`
|
||||||
|
|
||||||
Usage: `hadoop version`
|
Usage: `hadoop version`
|
||||||
|
Loading…
Reference in New Issue
Block a user