HdInsight服务-Jupyter笔记本电脑问题

时间:2020-01-10 06:44:19

标签: azure apache-spark jupyter-notebook azure-hdinsight

我已经在Microsoft Azure上以标准配置部署了HDInsight 3.6 Spark(2.3)群集(位置=美国中部,头节点= D12 v2(x2)-8核,工作节点= D13 v2(x4))-32核心)。

  1. 启动Jupyter笔记本电脑并选择Spark笔记本电脑时出现了一个奇怪的错误,我无法弄清。

对此有任何帮助

Jupyter Notebook Issue

1 个答案:

答案 0 :(得分:1)

请尝试以下步骤解决此问题。

  1. 通过ssh连接到headnode并更改文件的内容-/usr/bin/anaconda/lib/python2.7/site-packages/nbformat/_version.py,将5替换为4。

enter image description here

将此更改为:

version_info =(4,0,3)

enter image description here

  1. 通过Ambari重新启动Jupyter服务。

enter image description here

参考HDInshight Create not create Jupyter notebook