[jira] [Commented] (YARN-1719) ATSWebServices produces jersey warnings

2014-02-11 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on YARN-1719:
-

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

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

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{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 1.3.9) 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/3076//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/3076//console

This message is automatically generated.

> ATSWebServices produces jersey warnings
> ---
>
> Key: YARN-1719
> URL: https://issues.apache.org/jira/browse/YARN-1719
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Billie Rinaldi
>Assignee: Billie Rinaldi
> Attachments: YARN-1719.1.patch
>
>
> These don't appear to affect how the web services work, but the following 
> warnings are logged:
> {noformat}
> WARNING: The following warnings have been detected with resource and/or 
> provider
>  classes:
>   WARNING: A sub-resource method, public 
> org.apache.hadoop.yarn.server.applicati
> onhistoryservice.webapp.ATSWebServices$AboutInfo 
> org.apache.hadoop.yarn.server.a
> pplicationhistoryservice.webapp.ATSWebServices.about(javax.servlet.http.HttpServ
> letRequest,javax.servlet.http.HttpServletResponse), with URI template, "/", 
> is t
> reated as a resource method
>   WARNING: A sub-resource method, public 
> org.apache.hadoop.yarn.api.records.appt
> imeline.ATSPutErrors 
> org.apache.hadoop.yarn.server.applicationhistoryservice.web
> app.ATSWebServices.postEntities(javax.servlet.http.HttpServletRequest,javax.serv
> let.http.HttpServletResponse,org.apache.hadoop.yarn.api.records.apptimeline.ATSE
> ntities), with URI template, "/", is treated as a resource method
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (YARN-1719) ATSWebServices produces jersey warnings

2014-02-11 Thread Zhijie Shen (JIRA)

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

Zhijie Shen commented on YARN-1719:
---

+1. Verified locally, the warnings were gone. Will commit it.

> ATSWebServices produces jersey warnings
> ---
>
> Key: YARN-1719
> URL: https://issues.apache.org/jira/browse/YARN-1719
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Billie Rinaldi
>Assignee: Billie Rinaldi
> Attachments: YARN-1719.1.patch
>
>
> These don't appear to affect how the web services work, but the following 
> warnings are logged:
> {noformat}
> WARNING: The following warnings have been detected with resource and/or 
> provider
>  classes:
>   WARNING: A sub-resource method, public 
> org.apache.hadoop.yarn.server.applicati
> onhistoryservice.webapp.ATSWebServices$AboutInfo 
> org.apache.hadoop.yarn.server.a
> pplicationhistoryservice.webapp.ATSWebServices.about(javax.servlet.http.HttpServ
> letRequest,javax.servlet.http.HttpServletResponse), with URI template, "/", 
> is t
> reated as a resource method
>   WARNING: A sub-resource method, public 
> org.apache.hadoop.yarn.api.records.appt
> imeline.ATSPutErrors 
> org.apache.hadoop.yarn.server.applicationhistoryservice.web
> app.ATSWebServices.postEntities(javax.servlet.http.HttpServletRequest,javax.serv
> let.http.HttpServletResponse,org.apache.hadoop.yarn.api.records.apptimeline.ATSE
> ntities), with URI template, "/", is treated as a resource method
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (YARN-1719) ATSWebServices produces jersey warnings

2014-02-11 Thread Hudson (JIRA)

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

Hudson commented on YARN-1719:
--

SUCCESS: Integrated in Hadoop-trunk-Commit #5151 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/5151/])
YARN-1719. Fixed the root path related Jersey warnings produced in 
ATSWebServices. Contributed by Billie Rinaldi. (zjshen: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1567498)
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/webapp/ATSWebServices.java


> ATSWebServices produces jersey warnings
> ---
>
> Key: YARN-1719
> URL: https://issues.apache.org/jira/browse/YARN-1719
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Billie Rinaldi
>Assignee: Billie Rinaldi
> Fix For: 2.4.0
>
> Attachments: YARN-1719.1.patch
>
>
> These don't appear to affect how the web services work, but the following 
> warnings are logged:
> {noformat}
> WARNING: The following warnings have been detected with resource and/or 
> provider
>  classes:
>   WARNING: A sub-resource method, public 
> org.apache.hadoop.yarn.server.applicati
> onhistoryservice.webapp.ATSWebServices$AboutInfo 
> org.apache.hadoop.yarn.server.a
> pplicationhistoryservice.webapp.ATSWebServices.about(javax.servlet.http.HttpServ
> letRequest,javax.servlet.http.HttpServletResponse), with URI template, "/", 
> is t
> reated as a resource method
>   WARNING: A sub-resource method, public 
> org.apache.hadoop.yarn.api.records.appt
> imeline.ATSPutErrors 
> org.apache.hadoop.yarn.server.applicationhistoryservice.web
> app.ATSWebServices.postEntities(javax.servlet.http.HttpServletRequest,javax.serv
> let.http.HttpServletResponse,org.apache.hadoop.yarn.api.records.apptimeline.ATSE
> ntities), with URI template, "/", is treated as a resource method
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (YARN-1719) ATSWebServices produces jersey warnings

2014-02-12 Thread Hudson (JIRA)

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

Hudson commented on YARN-1719:
--

SUCCESS: Integrated in Hadoop-Yarn-trunk #479 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/479/])
YARN-1719. Fixed the root path related Jersey warnings produced in 
ATSWebServices. Contributed by Billie Rinaldi. (zjshen: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1567498)
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/webapp/ATSWebServices.java


> ATSWebServices produces jersey warnings
> ---
>
> Key: YARN-1719
> URL: https://issues.apache.org/jira/browse/YARN-1719
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Billie Rinaldi
>Assignee: Billie Rinaldi
> Fix For: 2.4.0
>
> Attachments: YARN-1719.1.patch
>
>
> These don't appear to affect how the web services work, but the following 
> warnings are logged:
> {noformat}
> WARNING: The following warnings have been detected with resource and/or 
> provider
>  classes:
>   WARNING: A sub-resource method, public 
> org.apache.hadoop.yarn.server.applicati
> onhistoryservice.webapp.ATSWebServices$AboutInfo 
> org.apache.hadoop.yarn.server.a
> pplicationhistoryservice.webapp.ATSWebServices.about(javax.servlet.http.HttpServ
> letRequest,javax.servlet.http.HttpServletResponse), with URI template, "/", 
> is t
> reated as a resource method
>   WARNING: A sub-resource method, public 
> org.apache.hadoop.yarn.api.records.appt
> imeline.ATSPutErrors 
> org.apache.hadoop.yarn.server.applicationhistoryservice.web
> app.ATSWebServices.postEntities(javax.servlet.http.HttpServletRequest,javax.serv
> let.http.HttpServletResponse,org.apache.hadoop.yarn.api.records.apptimeline.ATSE
> ntities), with URI template, "/", is treated as a resource method
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (YARN-1719) ATSWebServices produces jersey warnings

2014-02-12 Thread Hudson (JIRA)

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

Hudson commented on YARN-1719:
--

SUCCESS: Integrated in Hadoop-Hdfs-trunk #1671 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1671/])
YARN-1719. Fixed the root path related Jersey warnings produced in 
ATSWebServices. Contributed by Billie Rinaldi. (zjshen: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1567498)
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/webapp/ATSWebServices.java


> ATSWebServices produces jersey warnings
> ---
>
> Key: YARN-1719
> URL: https://issues.apache.org/jira/browse/YARN-1719
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Billie Rinaldi
>Assignee: Billie Rinaldi
> Fix For: 2.4.0
>
> Attachments: YARN-1719.1.patch
>
>
> These don't appear to affect how the web services work, but the following 
> warnings are logged:
> {noformat}
> WARNING: The following warnings have been detected with resource and/or 
> provider
>  classes:
>   WARNING: A sub-resource method, public 
> org.apache.hadoop.yarn.server.applicati
> onhistoryservice.webapp.ATSWebServices$AboutInfo 
> org.apache.hadoop.yarn.server.a
> pplicationhistoryservice.webapp.ATSWebServices.about(javax.servlet.http.HttpServ
> letRequest,javax.servlet.http.HttpServletResponse), with URI template, "/", 
> is t
> reated as a resource method
>   WARNING: A sub-resource method, public 
> org.apache.hadoop.yarn.api.records.appt
> imeline.ATSPutErrors 
> org.apache.hadoop.yarn.server.applicationhistoryservice.web
> app.ATSWebServices.postEntities(javax.servlet.http.HttpServletRequest,javax.serv
> let.http.HttpServletResponse,org.apache.hadoop.yarn.api.records.apptimeline.ATSE
> ntities), with URI template, "/", is treated as a resource method
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (YARN-1719) ATSWebServices produces jersey warnings

2014-02-12 Thread Hudson (JIRA)

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

Hudson commented on YARN-1719:
--

SUCCESS: Integrated in Hadoop-Mapreduce-trunk #1696 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1696/])
YARN-1719. Fixed the root path related Jersey warnings produced in 
ATSWebServices. Contributed by Billie Rinaldi. (zjshen: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1567498)
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/webapp/ATSWebServices.java


> ATSWebServices produces jersey warnings
> ---
>
> Key: YARN-1719
> URL: https://issues.apache.org/jira/browse/YARN-1719
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Billie Rinaldi
>Assignee: Billie Rinaldi
> Fix For: 2.4.0
>
> Attachments: YARN-1719.1.patch
>
>
> These don't appear to affect how the web services work, but the following 
> warnings are logged:
> {noformat}
> WARNING: The following warnings have been detected with resource and/or 
> provider
>  classes:
>   WARNING: A sub-resource method, public 
> org.apache.hadoop.yarn.server.applicati
> onhistoryservice.webapp.ATSWebServices$AboutInfo 
> org.apache.hadoop.yarn.server.a
> pplicationhistoryservice.webapp.ATSWebServices.about(javax.servlet.http.HttpServ
> letRequest,javax.servlet.http.HttpServletResponse), with URI template, "/", 
> is t
> reated as a resource method
>   WARNING: A sub-resource method, public 
> org.apache.hadoop.yarn.api.records.appt
> imeline.ATSPutErrors 
> org.apache.hadoop.yarn.server.applicationhistoryservice.web
> app.ATSWebServices.postEntities(javax.servlet.http.HttpServletRequest,javax.serv
> let.http.HttpServletResponse,org.apache.hadoop.yarn.api.records.apptimeline.ATSE
> ntities), with URI template, "/", is treated as a resource method
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)