Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/apache-spark/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Apache spark 在hortonworks上运行jupyter_Apache Spark_Ipython_Jupyter Notebook_Hortonworks Sandbox - Fatal编程技术网

Apache spark 在hortonworks上运行jupyter

Apache spark 在hortonworks上运行jupyter,apache-spark,ipython,jupyter-notebook,hortonworks-sandbox,Apache Spark,Ipython,Jupyter Notebook,Hortonworks Sandbox,我在hortonworks网站上的教程之后安装了Jupyter笔记本。 链接“” 完成安装后,我使用jupyter笔记本运行了脚本——allow root 找不到web浏览器:找不到可运行的浏览器。 [C 20:34:30.227笔记本应用] Copy/paste this URL into your browser when you connect for the first time, to login with a token: http://localhost:8889/?tok

我在hortonworks网站上的教程之后安装了Jupyter笔记本。 链接“”

完成安装后,我使用jupyter笔记本运行了脚本——allow root

找不到web浏览器:找不到可运行的浏览器。 [C 20:34:30.227笔记本应用]

Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
    http://localhost:8889/?token=12b43fa62df699d6e136967e3a74d2d0260ff2937df9b49a
我将url复制到我的浏览器中,并且一直找不到服务器

我把港口和所有的东西都转过去了,但似乎什么也没用

这是我对ipython的价值观

#!/bin/bash                                                                                                             
source /opt/rh/python27/enable
IPYTHON_OPTS="notebook --port 8889 \                                                                                    
--notebook-dir='/usr/hdp/current/spark-client/' \                                                                       
--ip='*' --no-browser" pyspark

有没有关于如何让这个工作的帮助?谢谢

您是否在群集上运行了jupyter笔记本?如果是,请按照上面的[link]()在headnode之外使用它。您是否在集群上运行了jupyter笔记本?如果是,则按照上面的[链接]()在headnode外部使用它。