Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Incomplete
-
Affects Version/s: 4.6.0
-
Fix Version/s: None
-
Component/s: con.hive
-
Labels:None
Description
It seems like "hive.support.concurrency" is false by default in Apache Hive master:
https://github.com/apache/hive/blob/4daa57c/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java#L2616
as long as in Hive 2:
https://github.com/apache/hive/blob/branch-2/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java#L1792
But by some reasons you assume that its set it to "TRUE" by default in hive_site.py:
https://github.com/cloudera/hue/blob/dea04d4/apps/beeswax/src/beeswax/hive_site.py#L198