Data Engineering Integration
- Data Engineering Integration 10.2.2 Service Pack 1
- All Products
Property
| Description
|
---|---|
spark.driver.memory
| The driver process memory that the Spark engine uses to run mapping jobs.
|
spark.executor.memory
| The amount of memory that each executor process uses to run tasklets on the Spark engine.
|
spark.executor.cores
| The number of cores that each executor process uses to run tasklets on the Spark engine.
|
spark.sql.shuffle.partitions
| The number of partitions that the Spark engine uses to shuffle data to process joins or aggregations in a mapping job.
|
Property
| Sandbox
| Basic
| Standard
| Advanced
|
---|---|---|---|---|
spark.driver.memory
| 1 GB
| 2 GB
| 4 GB
| 4 GB
|
spark.executor.memory
| 2 GB
| 4 GB
| 6 GB
| 6 GB
|
spark.executor.cores
| 2
| 2
| 2
| 2
|
spark.sql.shuffle.partitions
| 100
| 400
| 1500
| 3000
|