|
@@ -194,6 +194,7 @@ HDFS Commands Guide
|
|
[-refreshSuperUserGroupsConfiguration]
|
|
[-refreshSuperUserGroupsConfiguration]
|
|
[-refreshCallQueue]
|
|
[-refreshCallQueue]
|
|
[-refresh <host:ipc_port> <key> [arg1..argn]]
|
|
[-refresh <host:ipc_port> <key> [arg1..argn]]
|
|
|
|
+ [-reconfig <datanode|...> <host:ipc_port> <start|status>]
|
|
[-printTopology]
|
|
[-printTopology]
|
|
[-refreshNamenodes datanodehost:port]
|
|
[-refreshNamenodes datanodehost:port]
|
|
[-deleteBlockPool datanode-host:port blockpoolId [force]]
|
|
[-deleteBlockPool datanode-host:port blockpoolId [force]]
|
|
@@ -287,6 +288,12 @@ HDFS Commands Guide
|
|
| of the resource specified by \<key\> on \<host:ipc_port\>.
|
|
| of the resource specified by \<key\> on \<host:ipc_port\>.
|
|
| All other args after are sent to the host.
|
|
| All other args after are sent to the host.
|
|
*-----------------+-----------------------------------------------------------+
|
|
*-----------------+-----------------------------------------------------------+
|
|
|
|
+| -reconfig <datanode|...> <host:ipc_port> <start|status> | Start
|
|
|
|
+ | reconfiguration or get the status of an ongoing
|
|
|
|
+ | reconfiguration. The second parameter specifies the node
|
|
|
|
+ | type. Currently, only reloading DataNode's configuration is
|
|
|
|
+ | supported.
|
|
|
|
+*-----------------+-----------------------------------------------------------+
|
|
| -printTopology | Print a tree of the racks and their nodes as reported by
|
|
| -printTopology | Print a tree of the racks and their nodes as reported by
|
|
| the Namenode
|
|
| the Namenode
|
|
*-----------------+-----------------------------------------------------------+
|
|
*-----------------+-----------------------------------------------------------+
|