[
https://issues.apache.org/jira/browse/AMBARI-15041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15145897#comment-15145897
]
Hadoop QA commented on AMBARI-15041:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12787784/AMBARI-15041.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/5357//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/5357//console
This message is automatically generated.
> Tez service check failed as it was unable to load ATSV15HistoryLoggingService
> class
> -----------------------------------------------------------------------------------
>
> Key: AMBARI-15041
> URL: https://issues.apache.org/jira/browse/AMBARI-15041
> Project: Ambari
> Issue Type: Bug
> Affects Versions: trunk, 2.2.0
> Reporter: bhuvnesh chaudhary
> Assignee: bhuvnesh chaudhary
> Fix For: trunk, 2.2.0
>
> Attachments: AMBARI-15041.patch
>
>
> Tez service check and hive commands execution fails due to the below error:
> {code}
> 2016-02-13 05:52:36,338 [INFO] [main] |service.AbstractService|: Service
> org.apache.tez.dag.history.HistoryEventHandler failed in state INITED; cause:
> org.apache.tez.dag.api.TezReflectionException: Unable to load class:
> org.apache.tez.dag.history.logging.ats.ATSV15HistoryLoggingService
> org.apache.tez.dag.api.TezReflectionException: Unable to load class:
> org.apache.tez.dag.history.logging.ats.ATSV15HistoryLoggingService
> at
> org.apache.tez.common.ReflectionUtils.getClazz(ReflectionUtils.java:46)
> at
> org.apache.tez.common.ReflectionUtils.createClazzInstance(ReflectionUtils.java:78)
> at
> org.apache.tez.dag.history.HistoryEventHandler.serviceInit(HistoryEventHandler.java:61)
> at
> org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
> at
> org.apache.tez.dag.app.DAGAppMaster.initServices(DAGAppMaster.java:1671)
> at
> org.apache.tez.dag.app.DAGAppMaster.serviceInit(DAGAppMaster.java:554)
> at
> org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
> at org.apache.tez.dag.app.DAGAppMaster$6.run(DAGAppMaster.java:2265)
> at java.security.AccessController.doPrivileged(Native Method)
> at javax.security.auth.Subject.doAs(Subject.java:422)
> at
> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1657)
> at
> org.apache.tez.dag.app.DAGAppMaster.initAndStartAppMaster(DAGAppMaster.java:2262)
> at org.apache.tez.dag.app.DAGAppMaster.main(DAGAppMaster.java:2080)
> Caused by: java.lang.ClassNotFoundException:
> org.apache.tez.dag.history.logging.ats.ATSV15HistoryLoggingService
> at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:348)
> at
> org.apache.tez.common.ReflectionUtils.getClazz(ReflectionUtils.java:44)
> {code}
> Value of parameter tez.history.logging.service.class in
> ambari-server/src/main/resources/stacks/HDP/2.3/services/TEZ/configuration/tez-site.xml
> is set as below, but there is no ATSV15HistoryLoggingService class.
> {code}
> tez.history.logging.service.class=org.apache.tez.dag.history.logging.ats.ATSV15HistoryLoggingService
> {code}
> Class ATSHistoryLoggingService exists and with the below settings tez based
> applications runs
> successfully.{code}tez.history.logging.service.class=org.apache.tez.dag.history.logging.ats.ATSHistoryLoggingService{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)