简体   繁体   中英

while executing following command, why am I getting permission denied? I am trying to run this on HDP

I installed Jupyter on Hortonworks Sandbox and wanted to run jupyter using port forwarding.

I followed these steps : https://hortonworks.com/hadoop-tutorial/using-ipython-notebook-with-apache-spark/

I am not able to start Jupyter using

./start_ipython_notebook.sh

I tried /root/start_ipython_notebook.sh but getting permission denied.

屏幕截图

run ls -la in that directory what does it output? You will probably see that the file you are trying to run doesn't allow your amar user to run it.

To solve this, either install jupyter in another directory where it has the correct user rights. Or use the chown and chmod to give you the correct rights over those files inorder to run them.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM