https://flyte.org logo
#ask-the-community
Title
# ask-the-community
g

George Fourmouzis

10/10/2023, 2:10 PM
hello Flyte community! Question concerning the Databricks integration: If your Databricks task specifies an existing cluster, should it already have the dependencies your workflow needs installed? even if you specify a custom docker image to run your workflow with?
k

Ketan (kumare3)

10/10/2023, 2:16 PM
Cc @Kevin Su ?
k

Kevin Su

10/10/2023, 9:25 PM
your existing spark cluster should install the packages that workflow needs. if you specify an existing cluster, you don’t to pass a image. This image is used to creating a new cluster.
g

George Fourmouzis

10/11/2023, 7:17 AM
thank that’s clear