添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
坚韧的充值卡  ·  PC Mouse Made With ...·  3 周前    · 
稳重的冰淇淋  ·  Results - OpenURL ...·  3 周前    · 
文雅的椅子  ·  Solved: Alteryx ...·  3 周前    · 
拉风的黄瓜  ·  Results - OpenURL ...·  3 周前    · 
胡子拉碴的豆腐  ·  Mongoose URI is ...·  3 周前    · 
逆袭的骆驼  ·  (PDF) The Hamlet – or ...·  6 月前    · 
眼睛小的佛珠  ·  sql count 默认值-掘金·  1 年前    · 
大鼻子的大熊猫  ·  使用regex和Presto ...·  1 年前    · 
I’m running the following commands:

hailctl dataproc start project-name --region us-east4 --zone us-east4-c --packages gnomad 
hailctl dataproc connect project-name notebook --zone=us-east4-c

These run just fine, but I am unable to connect to the Jupyter notebook with the following error:

# This site can’t be reached
The webpage at **http://localhost:8123/** might be temporarily down or it may have moved permanently to a new web address.
ERR_SOCKS_CONNECTION_FAILED

A few months ago this process worked without any problems on this same machine. Any ideas what could be causing this?

Thank you very much!

Any help with this would be much appreciated!

  • I don’t think it’s a firewall issue: I’m able to ssh into the VM created by “hailctl dataproc start…” without a problem. The VM instance logging on the google cloud console shows no errors.
  • There doesn’t appear to be any another proxy interfering with the SOCKS proxy (following the debugging tips here.
  • Any tips on what could be going wrong here?

    If anybody else encountered this issue, the solution that worked for me was to first create the instance with:
    hailctl dataproc start project-name --zone my-region --packages 'ipython<8.22',gnomad