harshi2506 edited a comment on issue #1552:
URL: https://github.com/apache/incubator-hudi/issues/1552#issuecomment-618070975


   hi @lamber-ken, I am already setting parallelism to 200
   `hudiOptions = (HoodieWriteConfig.TABLE_NAME -> "table_name",
             DataSourceWriteOptions.STORAGE_TYPE_OPT_KEY -> "COPY_ON_WRITE",
             DataSourceWriteOptions.RECORDKEY_FIELD_OPT_KEY -> "primaryKey",
             DataSourceWriteOptions.PRECOMBINE_FIELD_OPT_KEY -> "dedupeKey",
             DataSourceWriteOptions.PARTITIONPATH_FIELD_OPT_KEY -> 
"partition_key"(date in format(yyyy/mm/dd)),
             "hoodie.upsert.shuffle.parallelism" ->"200",
             DataSourceWriteOptions.OPERATION_OPT_KEY -> 
DataSourceWriteOptions.UPSERT_OPERATION_OPT_VAL)
   
inputDF.write.format("org.apache.hudi").options(hudiOptions).mode(SaveMode.Append).save(load_path)`
   I will try setting the spark executor instances. Thanks


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to