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)