hadoop 集群集成jupyterhub 出現的問題


按照 https://cloud.tencent.com/developer/article/1349526 安裝

安裝過程中出現了一些問題;

一、文章中 

#指定jupyterhub-singleuser命令絕對路徑
c.Spawner.cmd = ['/opt/cloudera/anaconda3/bin/jupyterhub-singleuser'] 

 去掉路徑

二、正常啟動 sudo nohup  jupyterhub --config=/etc/jupyterhub/jupyterhub_config.py --no-ssl > run_hub.log 2>&1 &

三、Spawn failed: Server at http://127.0.0.1:54699/user/admin/ didn't respond in 30 seconds

 

 

四、配置好 jupyterhub 以及 jupyterhub-singleuser  環境變量

五、問題終於出現了

 

 六、解決問題

終極解決方案

sudo python3 -m pip3 install notebook

 

七、如有問題請留言

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM