[
https://issues.apache.org/jira/browse/YARN-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14165235#comment-14165235
]
Advertising
Hudson commented on YARN-2598:
------------------------------
FAILURE: Integrated in Hadoop-Mapreduce-trunk #1921 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1921/])
YARN-2598 GHS should show N/A instead of null for the inaccessible information
(Zhijie Shen via mayank) (mayank: rev df3becf0800d24d1fe773651abb16d29f8bc3fdc)
* hadoop-yarn-project/CHANGES.txt
*
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/ApplicationHistoryManagerOnTimelineStore.java
*
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/test/java/org/apache/hadoop/yarn/server/applicationhistoryservice/TestApplicationHistoryManagerOnTimelineStore.java
> 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)