OptionaljarOptionalmainThe full name of the class containing the main method to be executed. This class must be contained in a JAR provided as a library.
The code must use SparkContext.getOrCreate to obtain a Spark context; otherwise, runs of the job fail.
OptionalparametersParameters passed to the main method.
Use Task parameter variables to set parameters containing information about job runs.
OptionalrunDeprecated. A value of false is no longer supported.
Deprecated since 04/2016. For classic compute, provide a
jarthrough thelibrariesfield instead. For serverless compute, provide ajarthough thejava_dependenciesfield inside theenvironmentslist.See the examples of classic and serverless compute usage at the top of the page.