Re: spark-submit not running on macbook pro

2021-08-19 Thread Artemis User
Looks like PySpark can't initiate a JVM in the backend.  How did you set up Java and Spark on your machine?  Some suggestions that may help solve your issue: 1. Use OpenJDK instead of Apple JDK since Spark was developed using OpenJDK, not Apple's.  You can use homebrew to install OpenJDK (I

spark-submit not running on macbook pro

2021-08-16 Thread karan alang
Hello Experts, i'm trying to run spark-submit on my macbook pro(commandline or using PyCharm), and it seems to be giving error -> Exception: Java gateway process exited before sending its port number i've tried setting values to variable in the program (based on the recommendations by people on