How to use Spark cluster mode
in dbt?
#709
-
I want to use spark cluster mode in dbt. When I use Please somebody let me know that. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Hi @uplsh580 , I expect you to start a cluster other than using A difference between Does this help? |
Beta Was this translation helpful? Give feedback.
-
Hi @JCZuurmond I actually didn't get your reply on spark cluster mode clearly. Actually i wanted to discuss a scenario here where without DBT, spark cluster mode can basically help me address that issue. ### Scenario: With DBT: Please give your inputs or views on this. I would like to get @Fleid , @dbeatty10 views on this. |
Beta Was this translation helpful? Give feedback.
Hi @uplsh580 , I expect you to start a cluster other than using
spark-submit
.A difference between
dbt-spark
andspark-submit
is thatdbt-spark
communicates with a cluster between jobs/tasks. Aspark-submit
sends the jobs/task once and waits for it to finish.Does this help?