-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43556/
-----------------------------------------------------------

Review request for Ambari, Alejandro Fernandez, jun aoki, Jayush Luniya, 
Oleksandr Diachenko, Richard Zang, Sumit Mohanty, and Yusaku Sako.


Bugs: AMBARI-15041
    https://issues.apache.org/jira/browse/AMBARI-15041


Repository: ambari


Description
-------

Tez service check and hive commands execution fails due to the below error:
org.apache.tez.dag.api.TezReflectionException: Unable to load class: 
org.apache.tez.dag.history.logging.ats.ATSV15HistoryLoggingService
....
Caused by: java.lang.ClassNotFoundException: 
org.apache.tez.dag.history.logging.ats.ATSV15HistoryLoggingService

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.
#tez.history.logging.service.class=org.apache.tez.dag.history.logging.ats.ATSV15HistoryLoggingService

Class ATSHistoryLoggingService exists and with the below settings tez based 
applications (service check and hive) runs successfully.
#tez.history.logging.service.class=org.apache.tez.dag.history.logging.ats.ATSHistoryLoggingService


Diffs
-----

  
ambari-server/src/main/resources/stacks/HDP/2.3/services/TEZ/configuration/tez-site.xml
 b2db250 

Diff: https://reviews.apache.org/r/43556/diff/


Testing
-------

yes, manually


Thanks,

bhuvnesh chaudhary

Reply via email to