----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35294/#review87397 -----------------------------------------------------------
Ship it! Ship It! - Robert Levas On June 10, 2015, 9:01 a.m., Dmitro Lisnichenko wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/35294/ > ----------------------------------------------------------- > > (Updated June 10, 2015, 9:01 a.m.) > > > Review request for Ambari, Robert Levas and Vitalyi Brodetskyi. > > > Bugs: AMBARI-11832 > https://issues.apache.org/jira/browse/AMBARI-11832 > > > Repository: ambari > > > Description > ------- > > Oozie-site.xml need to add oozie.credentials.credentialclasses value > hive2=org.apache.oozie.action.hadoop.Hive2Credentials for secure clusters. > This is required for out of the box support of oozie-hive2 > in Oozie site.xml, right now we have > <property> > <name>oozie.credentials.credentialclasses</name> > <value>hcat=org.apache.oozie.action.hadoop.HCatCredentials</value> > <description> > Credential Class to be used for HCat. > </description> > </property> > For hive2 secure to work with Oozie, we need this > <property> > <name>oozie.credentials.credentialclasses</name> > > <value>hcat=org.apache.oozie.action.hadoop.HCatCredentials,hive2=org.apache.oozie.action.hadoop.Hive2Credentials</value> > <description> > Credential Class to be used for HCat. > </description> > </property> > > > Diffs > ----- > > > ambari-server/src/main/resources/common-services/OOZIE/5.0.0.2.3/kerberos.json > PRE-CREATION > > Diff: https://reviews.apache.org/r/35294/diff/ > > > Testing > ------- > > none > > > Thanks, > > Dmitro Lisnichenko > >
