[
https://issues.apache.org/jira/browse/AMBARI-15042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15145890#comment-15145890
]
Hadoop QA commented on AMBARI-15042:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12787790/AMBARI-15042.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 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
ambari-server.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/5356//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/5356//console
This message is automatically generated.
> App Timeline server failed to start due to java.lang.ClassNotFoundException:
> Class org.apache.hadoop.yarn.server.timeline.Entit yGroupFSTimelineStore
> -----------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: AMBARI-15042
> URL: https://issues.apache.org/jira/browse/AMBARI-15042
> Project: Ambari
> Issue Type: Bug
> Reporter: bhuvnesh chaudhary
> Assignee: bhuvnesh chaudhary
> Fix For: trunk, 2.2.0
>
> Attachments: AMBARI-15042.patch
>
>
> App Timeline server failed to start due to java.lang.ClassNotFoundException:
> Class org.apache.hadoop.yarn.server.timeline.Entit yGroupFSTimelineStore
> {code}
> 2016-02-13 05:41:55,591 INFO service.AbstractService
> (AbstractService.java:noteFailure(272)) - Service
> org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistory
> Server failed in state INITED; cause: java.lang.RuntimeException:
> java.lang.RuntimeException: java.lang.ClassNotFoundException: Class
> org.apache.hadoop.yarn.server.timeline.Entit
> yGroupFSTimelineStore not found
> java.lang.RuntimeException: java.lang.RuntimeException:
> java.lang.ClassNotFoundException: Class
> org.apache.hadoop.yarn.server.timeline.EntityGroupFSTimelineStore not found
> at
> org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2227)
> at
> org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.createTimelineStore(ApplicationHistoryServer.java:204)
> at
> org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.serviceInit(ApplicationHistoryServer.java:87)
> at
> org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
> at
> org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.launchAppHistoryServer(ApplicationHistoryServer.java:161)
> at
> org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.main(ApplicationHistoryServer.java:171)
> Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException:
> Class org.apache.hadoop.yarn.server.timeline.EntityGroupFSTimelineStore not
> found
> {code}
> There is no class EntityGroupFSTimelineStore available, the value of
> parameter yarn.timeline-service.store-class should be set to
> org.apache.hadoop.yarn.server.timeline.LeveldbTimelineStore
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)