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: docs/running-on-yarn.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -584,48 +584,48 @@ To use a custom metrics.properties for the application master and executors, upd
584
584
<tableclass="table">
585
585
<tr><th>Pattern</th><th>Meaning</th></tr>
586
586
<tr>
587
-
<td>{{HTTP_SCHEME}}</td>
588
-
<td>`http://` or `https://` according to YARN HTTP policy. (Configured via `yarn.http.policy`)</td>
587
+
<td>{{HTTP_SCHEME}}</td>
588
+
<td><code>http://</code> or <code>https://</code> according to YARN HTTP policy. (Configured via <code>yarn.http.policy</code>)</td>
589
589
</tr>
590
590
<tr>
591
-
<td>{{NM_HOST}}</td>
591
+
<td>{{NM_HOST}}</td>
592
592
<td>The "host" of node where container was run.</td>
593
593
</tr>
594
594
<tr>
595
-
<td>{{NM_PORT}}</td>
595
+
<td>{{NM_PORT}}</td>
596
596
<td>The "port" of node manager where container was run.</td>
597
597
</tr>
598
598
<tr>
599
-
<td>{{NM_HTTP_PORT}}</td>
599
+
<td>{{NM_HTTP_PORT}}</td>
600
600
<td>The "port" of node manager's http server where container was run.</td>
601
601
</tr>
602
602
<tr>
603
-
<td>{{NM_HTTP_ADDRESS}}</td>
603
+
<td>{{NM_HTTP_ADDRESS}}</td>
604
604
<td>Http URI of the node on which the container is allocated.</td>
605
605
</tr>
606
606
<tr>
607
-
<td>{{CLUSTER_ID}}</td>
608
-
<td>The cluster ID of Resource Manager. (Configured via `yarn.resourcemanager.cluster-id`)</td>
607
+
<td>{{CLUSTER_ID}}</td>
608
+
<td>The cluster ID of Resource Manager. (Configured via <code>yarn.resourcemanager.cluster-id</code>)</td>
609
609
</tr>
610
610
<tr>
611
-
<td>{{CONTAINER_ID}}</td>
611
+
<td>{{CONTAINER_ID}}</td>
612
612
<td>The ID of container.</td>
613
613
</tr>
614
614
<tr>
615
-
<td>{{USER}}</td>
616
-
<td>'SPARK_USER' on system environment.</td>
615
+
<td>{{USER}}</td>
616
+
<td><code>SPARK_USER</code> on system environment.</td>
For example, suppose you would like to point log url link to Job History Server directly instead of let NodeManager http server redirects it, you can configure `spark.history.custom.executor.log.url` as below:
0 commit comments