Azure Synapse Analytics · Arazzo Workflow
Azure Synapse Analytics Submit and Poll Spark Batch Job
Version 1.0.0
Submit a Spark batch job to a pool and poll until it reaches a result.
View Spec
View on GitHub
AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQLArazzoWorkflows
Provider
Workflows
submit-and-poll-spark-batch-job
Submit a Spark batch job and poll it until it reaches a terminal result.
Creates a Spark batch job against a pool, reads the job by id, and loops on the read until the livy result is no longer Uncertain, capturing the final result.
1
submitBatchJob
SparkBatch_CreateSparkBatchJob
Submit a new Spark batch job to the pool using the supplied batch options.
2
pollBatchJob
SparkBatch_GetSparkBatchJob
Read the batch job by id. While the livy result is still Uncertain, loop back and poll again; once a terminal result is reported, end the workflow.