Skip to content

Commit

Permalink
add options for spark-submit command recovering asteroid data
Browse files Browse the repository at this point in the history
  • Loading branch information
FusRoman committed Dec 5, 2023
1 parent 8ff8f37 commit f461763
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fink_fat/command_line/association_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,10 @@ def get_last_roid_streaming_alert(
--executor-memory {}G \
--conf spark.cores.max={} \
--conf spark.executor.cores={} \
--conf spark.driver.maxResultSize=6G\
--conf spark.sql.execution.arrow.pyspark.enabled=true\
--conf spark.sql.execution.arrow.maxRecordsPerBatch=1000000\
--conf spark.kryoserializer.buffer.max=512m\
{}".format(
master_manager,
principal_group,
Expand Down

0 comments on commit f461763

Please sign in to comment.