> On Feb. 12, 2016, 10:45 p.m., bhuvnesh chaudhary wrote: > > @Alejandro / @Sumit - Could you please review and verify this change as you > > might have much better background of this value change. > > I tested it for deployment based on trunk/branch-2.2, please let me know if > > you see any issues due to upgrade requirement ?
https://issues.apache.org/jira/browse/AMBARI-13936 - Matt ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43556/#review119140 ----------------------------------------------------------- On Feb. 12, 2016, 10:42 p.m., bhuvnesh chaudhary wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/43556/ > ----------------------------------------------------------- > > (Updated Feb. 12, 2016, 10:42 p.m.) > > > 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 > >
