Repository: hadoop Updated Branches: refs/heads/trunk f9c6fd947 -> e8b063f63
YARN-8719. Typo correction for yarn configuration in OpportunisticContainers(federation) docs. Contributed by Y. SREENIVASULU REDDY. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e8b063f6 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e8b063f6 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e8b063f6 Branch: refs/heads/trunk Commit: e8b063f63049d781f4bd67e2ac928c03fd7b7941 Parents: f9c6fd9 Author: Weiwei Yang <[email protected]> Authored: Tue Aug 28 01:02:51 2018 +0800 Committer: Weiwei Yang <[email protected]> Committed: Tue Aug 28 01:03:03 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/e8b063f6/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]
