[jira] [Updated] (YARN-5474) Typo mistake in AMRMClient#getRegisteredTimeineClient API

2016-08-09 Thread Naganarasimha G R (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-5474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Naganarasimha G R updated YARN-5474:

Attachment: YARN-5474.v1.002.patch

Thanks for pointing it out [~sjlee0], have corrected and uploaded it!

> Typo mistake in AMRMClient#getRegisteredTimeineClient API
> -
>
> Key: YARN-5474
> URL: https://issues.apache.org/jira/browse/YARN-5474
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Rohith Sharma K S
>Assignee: Naganarasimha G R
>Priority: Trivial
>  Labels: newbie
> Attachments: YARN-5474.v1.001.patch, YARN-5474.v1.002.patch
>
>
> Just found that typo mistake in the API, It can be fixed since ATS is not 
> release in any version.
> {code}
>   /**
>* Get registered timeline client.
>* @return the registered timeline client
>*/
>   public TimelineClient getRegisteredTimeineClient() {
> return this.timelineClient;
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-5474) Typo mistake in AMRMClient#getRegisteredTimeineClient API

2016-08-07 Thread Naganarasimha G R (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-5474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Naganarasimha G R updated YARN-5474:

Attachment: YARN-5474.v1.001.patch

attached a patch,  IMO as its just a method signature change we do not req a 
test case

> Typo mistake in AMRMClient#getRegisteredTimeineClient API
> -
>
> Key: YARN-5474
> URL: https://issues.apache.org/jira/browse/YARN-5474
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Rohith Sharma K S
>Assignee: Naganarasimha G R
>Priority: Trivial
>  Labels: newbie
> Attachments: YARN-5474.v1.001.patch
>
>
> Just found that typo mistake in the API, It can be fixed since ATS is not 
> release in any version.
> {code}
>   /**
>* Get registered timeline client.
>* @return the registered timeline client
>*/
>   public TimelineClient getRegisteredTimeineClient() {
> return this.timelineClient;
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org