You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/YarnCommands.apt.vm
+28-11Lines changed: 28 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -24,20 +24,26 @@ Yarn Commands
24
24
25
25
* Overview
26
26
27
-
Yarn commands are invoked by the bin/yarn script. Running the yarn script without any arguments prints the description for all commands.
27
+
Yarn commands are invoked by the bin/yarn script. Running the yarn script
28
+
without any arguments prints the description for all commands.
28
29
29
30
------
30
31
Usage: yarn [--config confdir] COMMAND
31
32
------
32
33
33
-
Yarn has an option parsing framework that employs parsing generic options as well as running classes.
34
+
Yarn has an option parsing framework that employs parsing generic options as
35
+
well as running classes.
34
36
35
37
*---------------+--------------+
36
38
|| COMMAND_OPTIONS || Description |
37
39
*---------------+--------------+
38
-
| --config confdir | Overwrites the default Configuration directory. Default is $\{HADOOP_PREFIX\}/conf. |
40
+
| --config confdir | Overwrites the default Configuration directory. Default
41
+
| | is $\{HADOOP_PREFIX\}/conf.
39
42
*---------------+--------------+
40
-
| COMMAND COMMAND_OPTIONS | Various commands with their options are described in the following sections. The commands have been grouped into {{User Commands}} and {{Administration Commands}}. |
43
+
| COMMAND COMMAND_OPTIONS | Various commands with their options are described
44
+
| | in the following sections. The commands have been
| -refreshQueues | Reload the queues' acls, states and scheduler specific properties. ResourceManager will reload the mapred-queues configuration file. |
198
+
| -refreshQueues | Reload the queues' acls, states and scheduler specific
199
+
| | properties. ResourceManager will reload the mapred-queues
200
+
| | configuration file.
192
201
*---------------+--------------+
193
202
| -refreshNodes | Refresh the hosts information at the ResourceManager. |
| -getlevel \<host:port\> \<name\> | Prints the log level of the daemon running at \<host:port\>. This command internally connects to http://\<host:port\>/logLevel?log=\<name\>
245
+
| -getlevel \<host:port\> \<name\> | Prints the log level of the daemon running
246
+
| | at \<host:port\>. This command internally connects to
247
+
| | http://\<host:port\>/logLevel?log=\<name\>
233
248
*---------------+--------------+
234
-
| -setlevel \<host:port\> \<name\> \<level\> | Sets the log level of the daemon running at \<host:port\>. This command internally connects to http://\<host:port\>/logLevel?log=\<name\>
249
+
| -setlevel \<host:port\> \<name\> \<level\> | Sets the log level of the daemon
250
+
| | running at \<host:port\>. This command internally connects to
0 commit comments