You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmitry Lysnichenko (JIRA)" <ji...@apache.org> on 2015/04/03 18:39:52 UTC

[jira] [Created] (AMBARI-10352) incorrect value for hive.default.fileformat flag in hive-site.xml

Dmitry Lysnichenko created AMBARI-10352:
-------------------------------------------

             Summary: 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


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)