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 |
Property | Description | Value |
---|---|---|
infagrid.orch.scheduler.oop.container.pref.memory | The amount of memory that the Blaze engine uses to run tasklets. | 5120 |
infagrid.orch.scheduler.oop.container.pref.vcore | The number of DTM instances that run on the Blaze engine. | 4 |
infagrid.tasklet.dtm.buffer.block.size | The amount of buffer memory that a DTM instance uses to move a block of data in a tasklet. | 6553600 |
* The tuned properties do not depend on the deployment type. |