All Products
Search
Document Center

E-MapReduce:JobDriver

Last Updated:Sep 08, 2025
ParameterTypeDescriptionExample
object

The parameters used to submit Spark jobs.

sparkSubmitobject

The configurations of SparkSubmit.

entryPointstring

The main program of Spark.

oss://bucket/path/to/entrypoint.jar
entryPointArgumentsarray

The parameters related to the main program of Spark.

string

The parameter related to the main program of Spark.

arg1
sparkSubmitParametersstring

The command-line parameter of SparkSubmit.

--conf spark.app.name=test