[
https://issues.apache.org/jira/browse/YARN-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14157349#comment-14157349
]
Hadoop QA commented on YARN-2598:
---------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12672667/YARN-2598.2.patch
against trunk revision 054f285.
{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/5245//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/5245//console
This message is automatically generated.
> GHS should show N/A instead of null for the inaccessible information
> --------------------------------------------------------------------
>
> Key: YARN-2598
> URL: https://issues.apache.org/jira/browse/YARN-2598
> Project: Hadoop YARN
> Issue Type: Sub-task
> Components: timelineserver
> Affects Versions: 2.6.0
> Reporter: Zhijie Shen
> Assignee: Zhijie Shen
> Attachments: YARN-2598.1.patch, YARN-2598.2.patch
>
>
> When the user doesn't have the access to an application, the app attempt
> information is not visible to the user. ClientRMService will output N/A, but
> GHS is showing null, which is not user-friendly.
> {code}
> 14/09/24 22:07:20 INFO impl.TimelineClientImpl: Timeline service address:
> http://nn.example.com:8188/ws/v1/timeline/
> 14/09/24 22:07:20 INFO client.RMProxy: Connecting to ResourceManager at
> nn.example.com/240.0.0.11:8050
> 14/09/24 22:07:21 INFO client.AHSProxy: Connecting to Application History
> server at nn.example.com/240.0.0.11:10200
> Application Report :
> Application-Id : application_1411586934799_0001
> Application-Name : Sleep job
> Application-Type : MAPREDUCE
> User : hrt_qa
> Queue : default
> Start-Time : 1411586956012
> Finish-Time : 1411586989169
> Progress : 100%
> State : FINISHED
> Final-State : SUCCEEDED
> Tracking-URL : null
> RPC Port : -1
> AM Host : null
> Aggregate Resource Allocation : N/A
> Diagnostics : null
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)