SparkJobScalaEntry interface
Spark job entry point definition.
- Extends
Properties
class |
[Required] Scala class name used as entry point. |
spark |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
className
[Required] Scala class name used as entry point.
className: string
Property Value
string
sparkJobEntryType
Polymorphic discriminator, which specifies the different types this object can be
sparkJobEntryType: "SparkJobScalaEntry"
Property Value
"SparkJobScalaEntry"