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/f155610f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f155610f Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f155610f Branch: refs/heads/YARN-5355-branch-2 Commit: f155610f6ffb32e5bbc6b189ec29759d9579ec12 Parents: e9f1682 Author: Naganarasimha <naganarasimha...@apache.org> Authored: Tue Dec 27 05:52:41 2016 +0530 Committer: Varun Saxena <varunsax...@apache.org> Committed: Tue Apr 25 23:14:28 2017 +0530 ---------------------------------------------------------------------- .../hadoop-yarn-site/src/site/markdown/TimelineServiceV2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/f155610f/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 3f12a59..182a5fe 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 @@ -352,7 +352,7 @@ After creating the timeline client, user also needs to set the timeline collecto amRMClient.registerTimelineClient(timelineClient); -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-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org