Sdílet prostřednictvím


SparkJobEntry Class

Definition

Spark job entry point definition. Please note SparkJobEntry is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SparkJobPythonEntry and SparkJobScalaEntry.

public abstract class SparkJobEntry
type SparkJobEntry = class
Public MustInherit Class SparkJobEntry
Inheritance
SparkJobEntry
Derived

Constructors

SparkJobEntry()

Initializes a new instance of SparkJobEntry.

Applies to