[ 
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

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: SQL
>    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
> 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)



--
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