-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Spark
-
Labels:None
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>
- duplicates
-
HIVE-10903 Add hive.in.test for HoS tests
-
- Closed
-