----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32818/#review78797 -----------------------------------------------------------
Ship it! Ship It! - Thejas Nair On April 3, 2015, 4:46 p.m., Dmitro Lisnichenko wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/32818/ > ----------------------------------------------------------- > > (Updated April 3, 2015, 4:46 p.m.) > > > Review request for Ambari, Andrew Onischuk, Mostafa Mokhtar, and Vaibhav > Gumashta. > > > Bugs: AMBARI-10352 > https://issues.apache.org/jira/browse/AMBARI-10352 > > > Repository: ambari > > > Description > ------- > > Ambari sets incorrect value for hive.default.fileformat flag in hive-site.xml. > Actual: > <property> > <name>hive.default.fileformat</name> > <value>Text</value> > </property> > Expected: > <property> > <name>hive.default.fileformat</name> > <value>TextFile</value> > </property> > > > Diffs > ----- > > > ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-site.xml > 2d58557 > > Diff: https://reviews.apache.org/r/32818/diff/ > > > Testing > ------- > > manual check > > > Thanks, > > Dmitro Lisnichenko > >
