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: 

Is there a way to list packages / version installed on a cluster ?

Anonymous
Not applicable
 
1 ACCEPTED SOLUTION

Accepted Solutions

Mooune_DBU
Valued Contributor

If you're looking for python packages, you can use standard conda list commands (see example below):

%conda list

View solution in original post

2 REPLIES 2

Mooune_DBU
Valued Contributor

If you're looking for python packages, you can use standard conda list commands (see example below):

%conda list

zerasmus
Contributor

On newer Databricks Runtime versions, %conda commands are not supported. You can use %pip commands instead:

%pip list

 I have tested this on Databricks Runtime 15.4 LTS Beta.

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