h2oai / h2o-3

H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.
http://h2o.ai
Apache License 2.0
6.86k stars 1.99k forks source link

Use HTTPS for R package h2o.jar download #7861

Closed exalate-issue-sync[bot] closed 1 year ago

exalate-issue-sync[bot] commented 1 year ago

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 commented 1 year ago

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

https://github.com/h2oai/h2o-3/pull/4933