[
https://issues.apache.org/jira/browse/AMBARI-10352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14481149#comment-14481149
]
Hudson commented on AMBARI-10352:
---------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #2219 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/2219/])
AMBARI-10352. incorrect value for hive.default.fileformat flag in hive-site.xml
(dlysnichenko) (dlysnichenko:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=a49d5a7913f61443ac8236e589cc81d8af8cf243)
*
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-site.xml
> incorrect value for hive.default.fileformat flag in hive-site.xml
> -----------------------------------------------------------------
>
> Key: AMBARI-10352
> URL: https://issues.apache.org/jira/browse/AMBARI-10352
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Reporter: Dmitry Lysnichenko
> Assignee: Dmitry Lysnichenko
> Fix For: 2.1.0
>
> Attachments: AMBARI-10352.patch
>
>
> Ambari sets incorrect value for hive.default.fileformat flag in hive-site.xml.
> Actual:
> {noformat}
> <property>
> <name>hive.default.fileformat</name>
> <value>Text</value>
> </property>
> {noformat}
> Expected:
> {noformat}
> <property>
> <name>hive.default.fileformat</name>
> <value>TextFile</value>
> </property>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)