I am trying to run spark notebook on my machine and I followed the procedure mentioned in "spark notebook io". During this procedure, I am giving the command bin/spark-notebook
, in the terminal, and I am getting
Error: permission denied
and when I am using sudo bin/spark-notebook
I am getting
Error: no such command
How can I resolve this issue?