2

我按照他们网站上提供的教程在 hortonworks 中安装了 Jupyter notebook。链接“ https://hortonworks.com/hadoop-tutorial/using-ipython-notebook-with-apache-spark/

完成安装后,我使用 jupyter notebook --allow-root 运行脚本

未找到 Web 浏览器:找不到可运行的浏览器。[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

请问如何使这个工作的任何帮助?谢谢

4

0 回答 0