You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Thomas Friedrich (JIRA)" <ji...@apache.org> on 2014/10/18 00:13:34 UTC

[jira] [Created] (HIVE-8506) UT: add test flag in hive-site.xml for spark tests

Thomas Friedrich created HIVE-8506:
--------------------------------------

             Summary: UT: add test flag in hive-site.xml for spark tests
                 Key: HIVE-8506
                 URL: https://issues.apache.org/jira/browse/HIVE-8506
             Project: Hive
          Issue Type: Sub-task
          Components: Spark
            Reporter: Thomas Friedrich
            Assignee: Thomas Friedrich
            Priority: Minor


All tests dbtxnmgr_* fail because the metastore tables are not correctly initialized. We need to set the hive.in.test flag in hive-site.xml under data/conf/spark:

<property>
<name>hive.in.test</name>
<value>true</value>
<description>Internal marker for test. Used for masking env-dependent values</description>
</property>





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)