代码之家  ›  专栏  ›  技术社区  ›  sm925 user2788735

初始化r中的h2o花费的时间太长

h2o r
  •  1
  • sm925 user2788735  · 技术社区  · 8 年前

    h2o 在我的Windows计算机上使用 h2o.init()

    h2o.init()
     Connection successful!
    
    R is connected to the H2O cluster: 
        H2O cluster uptime:         5 days 23 hours 
        H2O cluster timezone:       America/New_York 
        H2O data parsing timezone:  UTC 
        H2O cluster version:        3.18.0.11 
        H2O cluster version age:    19 days  
        H2O cluster name:           H2O_started_from_R_tfx859 
        H2O cluster total nodes:    1 
        H2O cluster total memory:   0.46 GB 
        H2O cluster total cores:    8 
        H2O cluster allowed cores:  8 
        H2O cluster healthy:        FALSE 
        H2O Connection ip:          localhost 
        H2O Connection port:        54321 
        H2O Connection proxy:       NA 
        H2O Internal Security:      FALSE 
        H2O API Extensions:         Algos, AutoML, Core V3, Core V4 
        R Version:                  R version 3.5.0 (2018-04-23) 
    

    http://localhost:5/3/Cloud?skip_ticks=true

    test.h2o <- as.h2o(test)

    2 回复  |  直到 8 年前
        1
  •  3
  •   Erin LeDell    8 年前

    h2o.shutdown() ,然后重新启动所有节点,然后重新启动H2O集群。这应该能解决问题。

        2
  •  0
  •   TomKraljevic    8 年前