h2o Flow UI无法正常工作

时间:2017-03-28 17:02:37

标签: python-2.7 h2o

我最近升级到H2O-3.11.0.3820。我的基于web的流程ui无法正常工作。 当我转到链接时,我得到一个浅蓝色的屏幕,其中包含我之前获得的所有选项,缺少。

无法在stackoverflow上找到任何相关内容。还有其他人面临类似问题吗?任何帮助将不胜感激!

Checking whether there is an H2O instance running at http://localhost:54321..... not found.
Attempting to start a local H2O server...
; OpenJDK 64-Bit Server VM (Zulu 8.17.0.3-win64) (build 25.102-b14, mixed mode)
Starting server from C:\Users\shekh\Anaconda2\lib\site-packages\h2o\backend\bin\h2o.jar
Ice root: c:\users\shekh\appdata\local\temp\tmpvrxqvd
JVM stdout: c:\users\shekh\appdata\local\temp\tmpvrxqvd\h2o_shekh_started_from_python.out
JVM stderr: c:\users\shekh\appdata\local\temp\tmpvrxqvd\h2o_shekh_started_from_python.err
Server is running at http://127.0.0.1:54321
Connecting to H2O server at http://127.0.0.1:54321... successful.
--------------------------  ------------------------------
H2O cluster uptime:         03 secs
H2O cluster version:        3.11.0.3820
H2O cluster version age:    5 days
H2O cluster name:           H2O_from_python_shekh_vdbwfl
H2O cluster total nodes:    1
H2O cluster free memory:    51.56 Gb
H2O cluster total cores:    0
H2O cluster allowed cores:  0
H2O cluster status:         accepting new members, healthy
H2O connection url:         http://127.0.0.1:54321
H2O connection proxy:
H2O internal security:      False
Python version:             2.7.12 final
--------------------------  ------------------------------

1 个答案:

答案 0 :(得分:0)

正如您所发现的,安装稳定的H2O-3。

每晚构建编号为3.ODD.y.z

稳定版本编号为3.EVEN.y.z

(所以3.11.0.3820是一个随机的前沿构建,而不是一个稳定的构建。)