Skip to main content
Version: v2.9.1

Create Job

Create Job

  1. Navigate to the Job Dashboard.
  2. Click on the + Job button located above the Action tab.
  3. You will be redirected to the New Job window.

Create Job

Job Fields

Job Name

  • Enter a unique job name.
  • Requirements:
    • Maximum length: 64 characters
    • Must be in lowercase
    • Allowed symbols: -, _, @, .

Cluster

  • Select any available cluster assigned to your workspace.

Job Type Choose one based on your use case:

  • Jar
    • Requires: Class Name, Arguments
  • Python3
    • Requires: Arguments only
  • Raw Scala
    • Options:
      • Write raw Scala code manually
      • Upload a Scala file
  • SQL
    • Options:
      • Enter SQL queries manually
      • Upload SQL file

Path

  • Points to the executable or script to run the job.
  • Managed through Dependency Repositories.

Job Create

Advanced Options

You can additionally configure:

  • Packages
  • JARs
  • Repositories
  • Archives
  • Files
  • Spark configs
  • Driver configs
  • Concurrent run settings

These settings allow you to customize job behavior, dependency handling, and execution performance.

Advanced options