cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Pyspark environment and python packages on executors

rbarata
New Contributor II

At my company we use conda-pack to make certain packages available on the spark executors. Is there a better a better alternative to get away from creating a new environment and pack it every time I need a new python lib to be available for the executors?

โ€‹

Cheers ๐Ÿ™‚

โ€‹

1 ACCEPTED SOLUTION

Accepted Solutions

-werners-
Esteemed Contributor III

databricks provides library installation in the form of PyPi packages, or wheel/egg.

If you install the packages like that on the cluster, they are automatically sent to all executors.

View solution in original post

1 REPLY 1

-werners-
Esteemed Contributor III

databricks provides library installation in the form of PyPi packages, or wheel/egg.

If you install the packages like that on the cluster, they are automatically sent to all executors.

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local communityโ€”sign up today to get started!

Sign Up Now