Expand description
Nested message and enum types in SparkJob
.
Enums§
- Required. The specification of the main method to call to drive the job. Specify either the jar file that contains the main class or the main class name. To pass both a main jar and a main class in that jar, add the jar to
CommonJob.jar_file_uris
, and then specify the main class name inmain_class
.