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'
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python