I am trying to run spark-submit:
/usr/local/Cellar/apache-spark/2.3.0/libexec/bin/spark-submit sdp-consumer.py
It gives error:
/usr/local/Cellar/apache-spark/2.3.0/libexec/bin/spark-submit: line 27: /usr/local/Cellar/apache-spark/2.2.0/libexec/bin/spark-class: No such file or directory
Why is it complaining about 2.2.0 when that does not exists? (I do not have any ENV that points to 2.2.0)
How to use spark-submit or how to solve this issue?
Thanks.