reduce executor cores
This commit is contained in:
parent
48f688cda9
commit
0a2956d81f
|
@ -72,7 +72,7 @@ submit = SparkKubernetesOperator(
|
|||
"--workingPath", "s3a://graph/tmp/prod_provision/working_dir/dedup",
|
||||
"--numPartitions", "64"
|
||||
],
|
||||
executor_cores=10,
|
||||
executor_cores=4,
|
||||
executor_memory="4G",
|
||||
executor_instances=1,
|
||||
executor_memoryOverhead="3G").get_configuration(),
|
||||
|
|
|
@ -59,7 +59,7 @@ spec =SparkConfigurator(
|
|||
mainClass="eu.dnetlib.dhp.sx.graph.SparkCreateScholexplorerDump",
|
||||
jarLocation = 's3a://deps/dhp-shade-package-1.2.5-SNAPSHOT.jar',
|
||||
arguments =[ "--sourcePath", "s3a://raw-graph/01", "--targetPath", "s3a://scholix"],\
|
||||
executor_cores=10,
|
||||
executor_cores=4,
|
||||
executor_memory="4G",
|
||||
executor_instances=1,
|
||||
executor_memoryOverhead="3G").get_configuration()
|
||||
|
|
Loading…
Reference in New Issue