Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use HTTPS for R package h2o.jar download #7861

Closed
exalate-issue-sync bot opened this issue May 11, 2023 · 1 comment
Closed

Use HTTPS for R package h2o.jar download #7861

exalate-issue-sync bot opened this issue May 11, 2023 · 1 comment
Assignees

Comments

@exalate-issue-sync
Copy link

CRAN requires HTTPS downloads so we need to update the URL

{code:java}Performing one-time download of h2o.jar from
http://s3.amazonaws.com/h2o-release/h2o/rel-zeno/2/Rjar/h2o.jar
(This could take a few minutes, please be patient...)
Warning in download.file(url = h2o_url, destfile = temp_file, mode = "wb", :
downloaded length 29996104 != reported length 138498398
Warning in download.file(url = h2o_url, destfile = temp_file, mode = "wb", :
URL 'http://s3.amazonaws.com/h2o-release/h2o/rel-zeno/2/Rjar/h2o.jar': status was 'Timeout was reached'
Error in download.file(url = h2o_url, destfile = temp_file, mode = "wb", :
download from 'http://s3.amazonaws.com/h2o-release/h2o/rel-zeno/2/Rjar/h2o.jar' failed
Error: unable to load R code in package ‘h2o’{code}

CRAN folks also suggested that we increase the time-out limit for the h2o.jar download. We have reports of it taking a long time (240 seconds) or longer. However, this is not controlled on the H2O/code side, so I am making a note of it here, but we cannot fix this via h2o-3 code.

@h2o-ops
Copy link
Collaborator

h2o-ops commented May 14, 2023

JIRA Issue Migration Info

Jira Issue: PUBDEV-7779
Assignee: Erin LeDell
Reporter: Erin LeDell
State: Resolved
Fix Version: 3.32.0.1
Attachments: N/A
Development PRs: Available

Linked PRs from JIRA

#4933

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants