Amandeep Gupta
Amandeep Gupta

Reputation: 161

Error in running livy spark server in hue

When I run following command

hue livy_server

Following error is shown

 Failed to run spark-submit executable: java.io.IOException: Cannot run program "spark-submit": error=2, No such file or directory

I have set SPARK_HOME=/home/amandeep/spark

Upvotes: 1

Views: 1522

Answers (1)

Romain
Romain

Reputation: 7082

If you run Livy on local mode it will except to find the spark-submit script in its environment. Check your shell PATH variable.

Upvotes: 1

Related Questions