Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Permission denied submitting Spark as "spark" user

avatar
Frequent Visitor

When I submit a Spark program like this, after su Spark, I get a "bash: ./bin/spark-submit: Permission denied" error.

What is the password for "spark" user? How can I cross thi step? Please help.

[spark@sandbox root]$ ./bin/spark-submit --class org.apache.spark.examples.SparkPi --master yarn-client --num-executors 3 --driver-memory 512m --executor-memory 512m --executor-cores 1 examples/jars/spark-examples*.jar 10

1 ACCEPTED SOLUTION

avatar
Frequent Visitor

I was able to find the issue. I had not gone to the correct folder location "" before running the spark-submit. Before running "spark-submit" we should navigate to the right folder "$cd /usr/hdp/current/spark-client".

View solution in original post

1 REPLY 1

avatar
Frequent Visitor

I was able to find the issue. I had not gone to the correct folder location "" before running the spark-submit. Before running "spark-submit" we should navigate to the right folder "$cd /usr/hdp/current/spark-client".