Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2023 04:30 AM
with the newest Version the error changed to
```
Traceback (most recent call last):
File "C:\x\repositories\lf_backup_repo\snippets.py", line 4, in <module>
spark = SparkSession.builder.getOrCreate()
File "C:\Users\x\AppData\Local\pypoetry\Cache\virtualenvs\lf-privat-eCptrNhE-py3.8\lib\site-packages\pyspark\sql\session.py", line 469, in getOrCreate
raise RuntimeError(
RuntimeError: Only remote Spark sessions using Databricks Connect are supported. Could not find connection parameters to start a Spark remote session.
```