I have followed the instructions on this page to install databricks-connect on Windows 10, Python 3.8, databricks version 9.1, to connect to Azure Databricks cluster:
https://towardsdatascience.com/get-started-spark-with-databricks-and-pyspark-72572179bd03
When I run:
databricks-connect test
I get this error:
* PySpark is installed at C:\Users\brend\miniconda3\envs\try-databricks-7.3\lib\site-packages\pyspark
* Checking SPARK_HOME
* Checking java version
java version "1.8.0_311"
Java(TM) SE Runtime Environment (build 1.8.0_311-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.311-b11, mixed mode)
* Skipping scala command test on Windows
* Testing python command
The system cannot find the path specified.
and it hangs indefinitely. Further investigation shows it is hanging inside the call to spark-submit.cmd (hence the call to spark-submit2.cmd).
I do not have any other Spark installation locally.
The problem has been replicated on databricks 7.3 and 9.1
What can I do to diagnose the problem further?