SparkJobEntryType Class

Type of Spark job entry. Possibilities are Python file entry or Scala class entry.

Inheritance
builtins.object
SparkJobEntryType

Constructor

SparkJobEntryType()

Attributes

SPARK_JOB_CLASS_ENTRY

SPARK_JOB_CLASS_ENTRY = 'SparkJobScalaEntry'

SPARK_JOB_FILE_ENTRY

SPARK_JOB_FILE_ENTRY = 'SparkJobPythonEntry'