YARN-8719. Typo correction for yarn configuration in OpportunisticContainers(federation) docs. Contributed by Y. SREENIVASULU REDDY.

(cherry picked from commit e8b063f630)
This commit is contained in:
Weiwei Yang 2018-08-28 01:02:51 +08:00
parent 60fd202a59
commit 271ed86ac0
1 changed files with 1 additions and 1 deletions

View File

@ -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