Alberto_Umana
Databricks Employee
Databricks Employee

Hi @jeremy98,

Can you also upgrade pyspark?

pip install --upgrade pyspark

 

  • Check if the is_remote_only function exists in the version of PySpark you are using. You can do this by inspecting the pyspark.util module:

    import pyspark.util
    print(dir(pyspark.util))