소스 검색

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

Naganarasimha 8 년 전
부모
커밋
d3ef478955
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/TimelineServiceV2.md

+ 1 - 1
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());