loiNguyen2202
New Contributor II

im testing this out by following Quickstart: Spark Connect — PySpark 4.0.0 documentation

from pyspark.sql import SparkSession
spark = SparkSession.builder.remote("sc://blahlbah.cloud.databricks.com:443/;token=mytoken;x-databricks-cluster-id=myclusterid").getOrCreate()

but the connection keep hanging without returning any errors whatsoever at .getOrCreate() have you encountered this error also