我按照他们网站上提供的教程在hortonworks中安装了Jupyter笔记本。 链接“https://hortonworks.com/hadoop-tutorial/using-ipython-notebook-with-apache-spark/”
当我完成安装后,我使用jupyter notebook --allow-root
运行脚本找不到网络浏览器:无法找到可运行的浏览器。 [C 20:34:30.227 NotebookApp]
Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
http://localhost:8889/?token=12b43fa62df699d6e136967e3a74d2d0260ff2937df9b49a
我将网址复制到我的浏览器中,并且一直找不到服务器。
我转发了端口和所有端口,但似乎没有任何效果。
这是我对ipython的价值
#!/bin/bash
source /opt/rh/python27/enable
IPYTHON_OPTS="notebook --port 8889 \
--notebook-dir='/usr/hdp/current/spark-client/' \
--ip='*' --no-browser" pyspark
有关如何使其正常工作的任何帮助吗?感谢