SparkJobEntryType Class
Type of Spark job entry. Possibilities are Python file entry or Scala class entry.
- Inheritance
-
builtins.objectSparkJobEntryType
Constructor
SparkJobEntryType()
Attributes
SPARK_JOB_CLASS_ENTRY
SPARK_JOB_CLASS_ENTRY = 'SparkJobScalaEntry'
SPARK_JOB_FILE_ENTRY
SPARK_JOB_FILE_ENTRY = 'SparkJobPythonEntry'
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python