You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by na...@apache.org on 2016/12/24 00:10:20 UTC

hadoop git commit: YARN-6026. A couple of spelling errors in the docs. Contributed by Grant Sohn.

Repository: hadoop
Updated Branches:
  refs/heads/trunk 4d3f73acc -> c721f78a3


YARN-6026. A couple of spelling errors in the docs. Contributed by Grant Sohn.


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

Branch: refs/heads/trunk
Commit: c721f78a3c6f560dff21ca966443551aba7541a4
Parents: 4d3f73a
Author: Naganarasimha <na...@apache.org>
Authored: Sat Dec 24 05:38:09 2016 +0530
Committer: Naganarasimha <na...@apache.org>
Committed: Sat Dec 24 05:38:09 2016 +0530

----------------------------------------------------------------------
 .../hadoop-yarn-site/src/site/markdown/ResourceManagerRest.md      | 2 +-
 .../hadoop-yarn-site/src/site/markdown/TimelineServiceV2.md        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/c721f78a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/ResourceManagerRest.md
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/ResourceManagerRest.md b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/ResourceManagerRest.md
index a72d7e4..94d075b 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/ResourceManagerRest.md
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/ResourceManagerRest.md
@@ -2286,7 +2286,7 @@ The *maximum-resource-capabilites* object contains the following elements:
 
 | Item | Data Type | Description |
 |:---- |:---- |:---- |
-| memory | int | The maxiumim memory available for a container |
+| memory | int | The maximum memory available for a container |
 | vCores | int | The maximum number of cores available for a container |
 
 ### Response Examples

http://git-wip-us.apache.org/repos/asf/hadoop/blob/c721f78a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/TimelineServiceV2.md
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/TimelineServiceV2.md b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/TimelineServiceV2.md
index 6b7bd08..e801e14 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/TimelineServiceV2.md
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/TimelineServiceV2.md
@@ -334,7 +334,7 @@ After creating the timeline client, user also needs to set the timeline collecto
 
     amRMClient.registerTimelineClient(timelineClient)\u037e
 
-Else address needs to be retreived from the AM allocate response and need to be set in timeline client explicitly.
+Else address needs to be retrieved from the AM allocate response and need to be set in timeline client explicitly.
 
     timelineClient.setTimelineServiceAddress(response.getCollectorAddr());
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org