You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Dmitro Lisnichenko <dl...@hortonworks.com> on 2015/04/03 18:41:37 UTC

Review Request 32818: incorrect value for hive.default.fileformat flag in hive-site.xml

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

Review request for Ambari and Andrew Onischuk.


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