Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2025 01:53 AM
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