Details
-
Sub-task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.2.0
-
None
-
None
Description
Currently, for HoS in Spark Web UI, it displays stage information like the following:
Description:
foreachAsync at RemoteHiveSparkClient.java:254
org.apache.spark.api.java.JavaPairRDD.foreachAsync(JavaPairRDD.scala:45)
org.apache.hadoop.hive.ql.exec.spark.RemoteHiveSparkClient$JobStatusJob.call(RemoteHiveSparkClient.java:254)
org.apache.hive.spark.client.RemoteDriver$JobWrapper.call(RemoteDriver.java:366)
It would be better to provide more useful information, like what is the part of the query that this stage is about. Looks like this is implemented in SparkSQL.