Repository: hadoop Updated Branches: refs/heads/branch-3.1 60fd202a5 -> 271ed86ac
YARN-8719. Typo correction for yarn configuration in OpportunisticContainers(federation) docs. Contributed by Y. SREENIVASULU REDDY. (cherry picked from commit e8b063f63049d781f4bd67e2ac928c03fd7b7941) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/271ed86a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/271ed86a Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/271ed86a Branch: refs/heads/branch-3.1 Commit: 271ed86ac0c292454c703a657fed245585686652 Parents: 60fd202 Author: Weiwei Yang <[email protected]> Authored: Tue Aug 28 01:02:51 2018 +0800 Committer: Weiwei Yang <[email protected]> Committed: Tue Aug 28 01:07:05 2018 +0800 ---------------------------------------------------------------------- .../src/site/markdown/OpportunisticContainers.md.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/271ed86a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/OpportunisticContainers.md.vm ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/OpportunisticContainers.md.vm b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/OpportunisticContainers.md.vm index f1c75ae..272c932 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/OpportunisticContainers.md.vm +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/OpportunisticContainers.md.vm @@ -60,7 +60,7 @@ In order to submit jobs to a cluster that has AMRMProxy turned on, one must crea | Property | Value | Description | |:-------- |:----- |:----- | -| `yarn.resourcemanger.scheduler.address` | `localhost:8049` | Redirects jobs to the Node Manager's AMRMProxy port.| +| `yarn.resourcemanager.scheduler.address` | `localhost:8049` | Redirects jobs to the Node Manager's AMRMProxy port.| $H3 Running a Sample Job --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
