-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Change Python Spark prompt template in catalog, since version 3.1 :
spark-submit \
--conf spark.executor.memory=1G \
--conf spark.executor.cores=1 \
--conf spark.kubernetes.executor.limit.cores=1 \
--conf spark.executor.instances=2 \
--py-files={file} local://__main__.py
to
spark-submit \
--conf spark.executor.memory=1G \
--conf spark.executor.cores=1 \
--conf spark.kubernetes.executor.limit.cores=1 \
--conf spark.executor.instances=2 \
--py-files={file} __main__.py
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels