sqlflow icon indicating copy to clipboard operation
sqlflow copied to clipboard

http://localhost:8888/ nothing there~

Open lemonhall opened this issue 4 years ago • 4 comments

Description A clear description of the bug

Reproduction Steps Detailed steps to reproduce

Expected Behavior What you expected to happen.

Screenshots

Environment (Please complete the following information):

  • OS:
  • Browser:
  • Version:

Additional Notes

lemonhall avatar Jul 23 '20 12:07 lemonhall

image

lemonhall avatar Jul 23 '20 12:07 lemonhall

按文档上来说,docker的独立镜像的那个例子完全跑不通,早就broken了

然后k8s的文档也有问题,直接按那个跑也是跑不通的

0、指引地址: https://github.com/sql-machine-learning/sqlflow/blob/develop/doc/quick_start.md

先装好argo

1、先拉三个镜像下来吧 docker pull sqlflow/sqlflow:server docker pull sqlflow/sqlflow:jupyter docker pull sqlflow/sqlflow:mysql docker pull sqlflow/sqlflow:step

2、然后开始部署 kubectl apply -f https://raw.githubusercontent.com/sql-machine-learning/sqlflow/develop/doc/run/k8s/install-sqlflow.yaml

3、把端口配置好 kubectl port-forward sqlflow-server 8888:8888

【这里的官方文档也错了】

4、预拉去一些运行时需要的镜像 docker pull sqlflow/sqlflow:step

5、反正每次玩之前都需要做个port-forward kubectl port-forward sqlflow-server 8888:8888 kubectl -n argo port-forward deployment/argo-server 2746:2746

lemonhall avatar Jul 24 '20 01:07 lemonhall

@lemonhall 感谢提出这些问题,我们将尽快修复文档。 我们现在提供了Playground来自动实现上述安装,请参考https://github.com/sql-machine-learning/playground

lhw362950217 avatar Aug 19 '20 09:08 lhw362950217

Having the same issue!

docker run -it -p 8888:8888 sqlflow/sqlflow

does not work on localhost.

http://localhost:8888/ Gives This page isn’t working localhost didn’t send any data. ERR_EMPTY_RESPONSE

http://localhost:50051/ Gives This site can’t be reached localhost refused to connect. Try:

Checking the connection Checking the proxy and the firewall ERR_CONNECTION_REFUSED

Output of the docker run -it -p 8888:8888 sqlflow/sqlflow Couldn't watch /work: No such file or directory Start SQLFlow server ... 2020-09-16 15:47:10 info msg="Launch server with insecure mode." 2020-09-16 15:47:10 info msg="Server Started at :50051"

Operating System: Windows

huaweiozbaysa avatar Sep 16 '20 15:09 huaweiozbaysa