Repository: hadoop
Updated Branches:
  refs/heads/branch-2.9.0 173e80884 -> 4e1fd7b02


Minor documation fixes prior to 2.9.0 release


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4e1fd7b0
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4e1fd7b0
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/4e1fd7b0

Branch: refs/heads/branch-2.9.0
Commit: 4e1fd7b022362ec7954b23d0ba6420dbc72a031b
Parents: 173e808
Author: Arun Suresh <[email protected]>
Authored: Wed Nov 8 07:19:24 2017 -0800
Committer: Arun Suresh <[email protected]>
Committed: Wed Nov 8 07:19:24 2017 -0800

----------------------------------------------------------------------
 hadoop-project/src/site/markdown/index.md.vm        | 16 ++++++++--------
 .../src/site/markdown/OpportunisticContainers.md    |  6 ++++++
 2 files changed, 14 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/4e1fd7b0/hadoop-project/src/site/markdown/index.md.vm
----------------------------------------------------------------------
diff --git a/hadoop-project/src/site/markdown/index.md.vm 
b/hadoop-project/src/site/markdown/index.md.vm
index 4fea404..2ae50d9 100644
--- a/hadoop-project/src/site/markdown/index.md.vm
+++ b/hadoop-project/src/site/markdown/index.md.vm
@@ -50,16 +50,16 @@ Here is a short overview of the major features and 
improvements.
         [user documentation](./hadoop-yarn/hadoop-yarn-site/YarnUI2.html)
         for more details. 
 
-    *   Capacity Scheduler 
+    *   Capacity Scheduler
 
-            *   Changing queue configuration via API. See the
-                [user 
documentation](./hadoop-yarn/hadoop-yarn-site/CapacityScheduler.html)
-                under the **Changing Queue Configuration** section for more 
details. 
+        *   Changing queue configuration via API. See the
+            [user 
documentation](./hadoop-yarn/hadoop-yarn-site/CapacityScheduler.html#Changing_queue_configuration_via_API)
+            for more details.
 
-            *   Update Resources and Execution Type of an 
-                allocated/running container. See the
-                [user 
documentation](./hadoop-yarn/hadoop-yarn-site/CapacityScheduler.html)
-                under the **Updating a Container** section for more details.
+        *   Update Resources and Execution Type of an
+            allocated/running container. See the
+            [user 
documentation](./hadoop-yarn/hadoop-yarn-site/CapacityScheduler.html#Updating_a_Container_Experimental_-_API_may_change_in_the_future)
+            for more details.
 
 
 Getting Started

http://git-wip-us.apache.org/repos/asf/hadoop/blob/4e1fd7b0/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/OpportunisticContainers.md
----------------------------------------------------------------------
diff --git 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/OpportunisticContainers.md
 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/OpportunisticContainers.md
index 83beb07..ad3b665 100644
--- 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/OpportunisticContainers.md
+++ 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/OpportunisticContainers.md
@@ -52,6 +52,12 @@ By default, allocation of opportunistic containers is 
performed centrally throug
 |:-------- |:----- |:----- |
 | `yarn.nodemanager.distributed-scheduling.enabled` | Enables distributed 
scheduling. | `false` |
 
+In order to submit jobs to a cluster that has AMRMProxy turned on, one must 
create a separate set of configs for the client from which jobs will be 
submitted. In these, the **conf/yarn-site.xml** should have the following 
additional configurations:
+
+| Property | Value | Description |
+|:-------- |:----- |:----- |
+| `yarn.resourcemanger.scheduler.address` | `localhost:8049` | Redirects jobs 
to the Node Manager's AMRMProxy port.|
+
 
 ###<a name="Running_a_Sample_Job"></a>Running a Sample Job
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to