Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Incomplete
-
1.6.2
-
None
Description
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.