【问题标题】:Update H2O Cluster on AWS在 AWS 上更新 H2O 集群
【发布时间】:2017-10-03 04:21:20
【问题描述】:

您好,我已按照此处的说明在我的 AWS VM(Amazon Linux)python 3.5 上安装了 H2O for python:http://h2o-release.s3.amazonaws.com/h2o/rel-ueno/8/index.html

但是当我初始化 h2o 时,我收到一个错误,我有版本不匹配,因为 h2o 在 3.10.4.8 上运行集群。

我可以在 aws 终端中运行它:

cd ~/Downloads
unzip h2o-3.15.0.4049.zip
cd h2o-3.15.0.4049
java -jar h2o.jar

获取最新的 h2o 集群,但我仍然遇到相同的不匹配错误。

我可以使用较旧版本的 python h2o,但这对我不起作用,因为我需要最新版本的 h2o 中的新功能。

【问题讨论】:

  • 旧版本适用于 H20 吗?
  • 是的,在我升级 python h2o 之前它运行良好。我现在需要成功升级 h2o 集群

标签: python-3.x amazon-ec2 h2o


【解决方案1】:

此问题已解决。

我的错误印象是您必须分别下载集群和 python 包。事实上,让 python 包启动集群要容易得多。

我所要做的就是卸载所有东西,然后简单地使用 pip 安装最新的 h2o。

此处与此答案类似,但相反:

OSError: Version mismatch while installing h2o?

【讨论】:

    猜你喜欢
    • 2016-11-16
    • 1970-01-01
    • 1970-01-01
    • 2019-08-27
    • 1970-01-01
    • 1970-01-01
    • 2022-01-09
    • 2018-03-23
    • 2016-06-23
    相关资源
    最近更新 更多