简体   繁体   English

升级到h2o R软件包3.14.0.3后,将文件从s3读入h2o时出现问题

[英]Issue while reading file from s3 into h2o after upgrading to h2o R package 3.14.0.3

Facing issues in reading file from s3 after upgrading from h2o 3.10 to h2o 3.14 从H2O 3.10升级到H2O 3.14后从s3读取文件时遇到问题

I am using the following format to read a file from s3 to h2o[using AWS RStudio standalone instance] 我正在使用以下格式将文件从s3读取到h2o [使用AWS RStudio独立实例]

h2o.importFile(path = "s3n://<AWS_ACCESS_KEY>:<AWS_SECRET_KEY>@bucket/path/to/file.csv")

The above works with the old h2o package [3.10] but throws the below error with h2o r package [3.14] 以上适用于旧的h2o软件包[3.10],但使用h2o r软件包[3.14]会引发以下错误

"Error in h2o.importFolder(path, pattern = "", destination_frame = destination_frame, :all files failed to import" “ h2o.importFolder(path,pattern =“”,destination_frame = destination_frame ,:所有文件导入失败时出错“

I have gone through the migration documentation below but can't seem to find any changes regarding this. 我已经阅读了下面的迁移文档,但是似乎找不到任何更改。

Link to documentation . 链接到文档

This is a regression which we have encountered very recently, and a JIRA is filed as below: 这是我们最近遇到的回归,并且JIRA提交如下:

https://0xdata.atlassian.net/browse/PUBDEV-4930 https://0xdata.atlassian.net/browse/PUBDEV-4930

We are actively working on to fix this issue in next H2O release. 我们正在积极致力于在下一个H2O版本中解决此问题。 I will updated here as soon as we have a fix ready and available. 我们已经准备好可用的修复程序,我将在这里更新。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM