-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Incomplete
-
Affects Version/s: 1.6.2
-
Fix Version/s: None
-
Component/s: SQL
-
Labels:
When set spark.sql.thriftServer.incrementalCollect=true, the Hive Thrift Server2 UI can not show the "job id" in SQL statistics.
To reproduce this, run this
spark-submit --conf spark.sql.thriftServer.incrementalCollect=true --class org.apache.spark.sql.hive.thriftserver.HiveThriftServer2
then submit some sql.