[ 
https://issues.apache.org/jira/browse/SPARK-44591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Francois Desjeans Gauthier updated SPARK-44591:
----------------------------------------------------
    Description: 
 & props.getProperty(SparkContext.SPARK_JOB_TAGS). However, SQL executions that 
don't trigger jobs

As part SPARK-43952, users can define job tags to group multiple SQL execution 
together. 

They can then cancel these executions via 

SparkListenerSQLExecutionStart & SparkListenerJobStart are currently linked via 
SparkListenerJobStart.props.getProperty(SQLExecution.EXECUTION_ID_KEY)

  was:
 & props.getProperty(SparkContext.SPARK_JOB_TAGS). However, SQL executions that 
don't trigger jobs

Users can define job tags to link group SQL execution together. They can then 
trigger 

SparkListenerSQLExecutionStart & SparkListenerJobStart are currently linked via 
SparkListenerJobStart.props.getProperty(SQLExecution.EXECUTION_ID_KEY)


> Add jobTags to SparkListenerSQLExecutionStart
> ---------------------------------------------
>
>                 Key: SPARK-44591
>                 URL: https://issues.apache.org/jira/browse/SPARK-44591
>             Project: Spark
>          Issue Type: Bug
>          Components: Connect
>    Affects Versions: 3.5.0, 4.0.0
>            Reporter: Jean-Francois Desjeans Gauthier
>            Priority: Major
>
>  & props.getProperty(SparkContext.SPARK_JOB_TAGS). However, SQL executions 
> that don't trigger jobs
> As part SPARK-43952, users can define job tags to group multiple SQL 
> execution together. 
> They can then cancel these executions via 
> SparkListenerSQLExecutionStart & SparkListenerJobStart are currently linked 
> via SparkListenerJobStart.props.getProperty(SQLExecution.EXECUTION_ID_KEY)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to