Github user scwf commented on a diff in the pull request:

    https://github.com/apache/spark/pull/3718#discussion_r22017818
  
    --- Diff: 
sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/AbstractSparkSQLDriver.scala
 ---
    @@ -53,6 +54,8 @@ private[hive] abstract class AbstractSparkSQLDriver(
       override def run(command: String): CommandProcessorResponse = {
         // TODO unify the error code
         try {
    +      val groupId = round(random * 1000000).toString
    +      context.sparkContext.setJobGroup(groupId, command)
    --- End diff --
    
    Or to use ```setLocalProperty(SparkContext.SPARK_JOB_DESCRIPTION, 
description)``` ?setJobDescription essentially calls it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to