'Submit Spark job in Azure Synapse from Java

Azure Synapse provides managed spark pool, where the spark jobs can be submitted.

  1. How do submit spark-job (as jars) along with dependencies to the pool2 using Java
  2. If multiple jobs are submitted (each along with its own set of dependencies), then are the dependencies shared across the jobs. Or are they agnostic of each other?


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source