Module google_api_proto::google::cloud::dataproc::v1::spark_batch
source · Expand description
Nested message and enum types in SparkBatch
.
Enums§
- The specification of the main method to call to drive the Spark workload. 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
jar_file_uris
, and then specify the main class name inmain_class
.