Resolved! Issue in Converting Pyspark Dataframe to dictionary
I have 3 questions listed below.Q1. I need to install third party library in Unity Catalog enabled shared cluster. But I am not able to install. It is not accepting dbfs path dbfs:/FileStore/jars/Q2. I have a requirement to load the data to salesforc...
- 4883 Views
- 5 replies
- 4 kudos
Latest Reply
A1: In Unity Catalog-enabled shared clusters, installing libraries via DBFS (dbfs:/FileStore/jars/) is restricted. You must use workspace libraries or init scripts defined in cluster policies or install via Python wheel/egg packages through Unity Cat...
- 4 kudos