Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2020 08:50 AM
Huh, Single Node "cluster" did not work, but creating a "cluster" with 0 to 1 nodes apparently creates a driver and no nodes(?). I also defined to following to make sure only one core is being requested:
spark.executor.cores 1
spark.executor.memory 6g
Now the "cluster" is running, and I am getting some requests through.......