[jira] [Commented] (YARN-2758) Update TestApplicationHistoryClientService to use the new generic history store

2014-10-29 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14188375#comment-14188375
 ] 

Hudson commented on YARN-2758:
--

SUCCESS: Integrated in Hadoop-Hdfs-trunk #1916 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1916/])
YARN-2758. Update TestApplicationHistoryClientService to use the new generic 
history store. Contributed by Zhijie Shen (xgong: rev 
69f79bee8b3da07bf42e22e35e58c7719782e31f)
* hadoop-yarn-project/CHANGES.txt
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/test/java/org/apache/hadoop/yarn/server/applicationhistoryservice/TestApplicationHistoryClientService.java


> Update TestApplicationHistoryClientService to use the new generic history 
> store
> ---
>
> Key: YARN-2758
> URL: https://issues.apache.org/jira/browse/YARN-2758
> Project: Hadoop YARN
>  Issue Type: Test
>  Components: timelineserver
>Reporter: Zhijie Shen
>Assignee: Zhijie Shen
> Fix For: 2.6.0
>
> Attachments: YARN-2758.1.patch
>
>
> TestApplicationHistoryClientService is still testing against the mock data in 
> the old MemoryApplicationHistoryStore. hence it needs to be updated.



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


[jira] [Commented] (YARN-2758) Update TestApplicationHistoryClientService to use the new generic history store

2014-10-29 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14188332#comment-14188332
 ] 

Hudson commented on YARN-2758:
--

FAILURE: Integrated in Hadoop-Mapreduce-trunk #1941 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1941/])
YARN-2758. Update TestApplicationHistoryClientService to use the new generic 
history store. Contributed by Zhijie Shen (xgong: rev 
69f79bee8b3da07bf42e22e35e58c7719782e31f)
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/test/java/org/apache/hadoop/yarn/server/applicationhistoryservice/TestApplicationHistoryClientService.java
* hadoop-yarn-project/CHANGES.txt


> Update TestApplicationHistoryClientService to use the new generic history 
> store
> ---
>
> Key: YARN-2758
> URL: https://issues.apache.org/jira/browse/YARN-2758
> Project: Hadoop YARN
>  Issue Type: Test
>  Components: timelineserver
>Reporter: Zhijie Shen
>Assignee: Zhijie Shen
> Fix For: 2.6.0
>
> Attachments: YARN-2758.1.patch
>
>
> TestApplicationHistoryClientService is still testing against the mock data in 
> the old MemoryApplicationHistoryStore. hence it needs to be updated.



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


[jira] [Commented] (YARN-2758) Update TestApplicationHistoryClientService to use the new generic history store

2014-10-29 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14188266#comment-14188266
 ] 

Hudson commented on YARN-2758:
--

SUCCESS: Integrated in Hadoop-Yarn-trunk #727 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/727/])
YARN-2758. Update TestApplicationHistoryClientService to use the new generic 
history store. Contributed by Zhijie Shen (xgong: rev 
69f79bee8b3da07bf42e22e35e58c7719782e31f)
* hadoop-yarn-project/CHANGES.txt
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/test/java/org/apache/hadoop/yarn/server/applicationhistoryservice/TestApplicationHistoryClientService.java


> Update TestApplicationHistoryClientService to use the new generic history 
> store
> ---
>
> Key: YARN-2758
> URL: https://issues.apache.org/jira/browse/YARN-2758
> Project: Hadoop YARN
>  Issue Type: Test
>  Components: timelineserver
>Reporter: Zhijie Shen
>Assignee: Zhijie Shen
> Fix For: 2.6.0
>
> Attachments: YARN-2758.1.patch
>
>
> TestApplicationHistoryClientService is still testing against the mock data in 
> the old MemoryApplicationHistoryStore. hence it needs to be updated.



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


[jira] [Commented] (YARN-2758) Update TestApplicationHistoryClientService to use the new generic history store

2014-10-28 Thread Xuan Gong (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14187416#comment-14187416
 ] 

Xuan Gong commented on YARN-2758:
-

Committed to trunk/branch-2/branch-2.6. Thanks, zhijie!

> Update TestApplicationHistoryClientService to use the new generic history 
> store
> ---
>
> Key: YARN-2758
> URL: https://issues.apache.org/jira/browse/YARN-2758
> Project: Hadoop YARN
>  Issue Type: Test
>  Components: timelineserver
>Reporter: Zhijie Shen
>Assignee: Zhijie Shen
> Fix For: 2.6.0
>
> Attachments: YARN-2758.1.patch
>
>
> TestApplicationHistoryClientService is still testing against the mock data in 
> the old MemoryApplicationHistoryStore. hence it needs to be updated.



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


[jira] [Commented] (YARN-2758) Update TestApplicationHistoryClientService to use the new generic history store

2014-10-28 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14187401#comment-14187401
 ] 

Hudson commented on YARN-2758:
--

FAILURE: Integrated in Hadoop-trunk-Commit #6372 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/6372/])
YARN-2758. Update TestApplicationHistoryClientService to use the new generic 
history store. Contributed by Zhijie Shen (xgong: rev 
69f79bee8b3da07bf42e22e35e58c7719782e31f)
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/test/java/org/apache/hadoop/yarn/server/applicationhistoryservice/TestApplicationHistoryClientService.java
* hadoop-yarn-project/CHANGES.txt


> Update TestApplicationHistoryClientService to use the new generic history 
> store
> ---
>
> Key: YARN-2758
> URL: https://issues.apache.org/jira/browse/YARN-2758
> Project: Hadoop YARN
>  Issue Type: Test
>  Components: timelineserver
>Reporter: Zhijie Shen
>Assignee: Zhijie Shen
> Attachments: YARN-2758.1.patch
>
>
> TestApplicationHistoryClientService is still testing against the mock data in 
> the old MemoryApplicationHistoryStore. hence it needs to be updated.



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


[jira] [Commented] (YARN-2758) Update TestApplicationHistoryClientService to use the new generic history store

2014-10-28 Thread Xuan Gong (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14187387#comment-14187387
 ] 

Xuan Gong commented on YARN-2758:
-

+1 Looks good to me. Will commit

> Update TestApplicationHistoryClientService to use the new generic history 
> store
> ---
>
> Key: YARN-2758
> URL: https://issues.apache.org/jira/browse/YARN-2758
> Project: Hadoop YARN
>  Issue Type: Test
>  Components: timelineserver
>Reporter: Zhijie Shen
>Assignee: Zhijie Shen
> Attachments: YARN-2758.1.patch
>
>
> TestApplicationHistoryClientService is still testing against the mock data in 
> the old MemoryApplicationHistoryStore. hence it needs to be updated.



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


[jira] [Commented] (YARN-2758) Update TestApplicationHistoryClientService to use the new generic history store

2014-10-28 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14187295#comment-14187295
 ] 

Hadoop QA commented on YARN-2758:
-

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12677493/YARN-2758.1.patch
  against trunk revision 0d3e7e2.

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified test files.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  There were no new javadoc warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 2.0.3) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice.

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-YARN-Build/5608//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/5608//console

This message is automatically generated.

> Update TestApplicationHistoryClientService to use the new generic history 
> store
> ---
>
> Key: YARN-2758
> URL: https://issues.apache.org/jira/browse/YARN-2758
> Project: Hadoop YARN
>  Issue Type: Test
>  Components: timelineserver
>Reporter: Zhijie Shen
>Assignee: Zhijie Shen
> Attachments: YARN-2758.1.patch
>
>
> TestApplicationHistoryClientService is still testing against the mock data in 
> the old MemoryApplicationHistoryStore. hence it needs to be updated.



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


[jira] [Commented] (YARN-2758) Update TestApplicationHistoryClientService to use the new generic history store

2014-10-27 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14186229#comment-14186229
 ] 

Hadoop QA commented on YARN-2758:
-

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12677493/YARN-2758.1.patch
  against trunk revision b0e19c9.

{color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-YARN-Build/5596//console

This message is automatically generated.

> Update TestApplicationHistoryClientService to use the new generic history 
> store
> ---
>
> Key: YARN-2758
> URL: https://issues.apache.org/jira/browse/YARN-2758
> Project: Hadoop YARN
>  Issue Type: Test
>  Components: timelineserver
>Reporter: Zhijie Shen
>Assignee: Zhijie Shen
> Attachments: YARN-2758.1.patch
>
>
> TestApplicationHistoryClientService is still testing against the mock data in 
> the old MemoryApplicationHistoryStore. hence it needs to be updated.



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


[jira] [Commented] (YARN-2758) Update TestApplicationHistoryClientService to use the new generic history store

2014-10-27 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14186226#comment-14186226
 ] 

Hadoop QA commented on YARN-2758:
-

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12677493/YARN-2758.1.patch
  against trunk revision b0e19c9.

{color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-YARN-Build/5595//console

This message is automatically generated.

> Update TestApplicationHistoryClientService to use the new generic history 
> store
> ---
>
> Key: YARN-2758
> URL: https://issues.apache.org/jira/browse/YARN-2758
> Project: Hadoop YARN
>  Issue Type: Test
>  Components: timelineserver
>Reporter: Zhijie Shen
>Assignee: Zhijie Shen
> Attachments: YARN-2758.1.patch
>
>
> TestApplicationHistoryClientService is still testing against the mock data in 
> the old MemoryApplicationHistoryStore. hence it needs to be updated.



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