Repository: hadoop Updated Branches: refs/heads/branch-3.0 27abdb390 -> fdecbd94c
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/fdecbd94 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fdecbd94 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/fdecbd94 Branch: refs/heads/branch-3.0 Commit: fdecbd94c188427dcb88bf700f8f150ff357e9f2 Parents: 27abdb3 Author: Weiwei Yang <[email protected]> Authored: Tue Aug 28 01:02:51 2018 +0800 Committer: Weiwei Yang <[email protected]> Committed: Tue Aug 28 01:10:47 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/fdecbd94/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]
