SparkJobEntryType Class
Type of Spark job entry. Possibilities are Python file entry or Scala class entry.
Constructor
SparkJobEntryType()
Attributes
SPARK_JOB_CLASS_ENTRY
SPARK_JOB_CLASS_ENTRY = 'SparkJobScalaEntry'
SPARK_JOB_FILE_ENTRY
SPARK_JOB_FILE_ENTRY = 'SparkJobPythonEntry'