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.9k stars 2k forks source link

exportModel from Flow to HDFS doesn't work #14979

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

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

Can't export models to HDFS. Definitely doesn't work from Flow. Not sure about R/Python.

This is with the following git hash (Fri. Sept. 4) commit b4732f839c00f55b92ee27e76474c415235ff8a0

In Flow:

{code} exportModel "glm-97176b71-c4dc-4d3a-bf36-53b5a4e4ab03", "hdfs:///user/tomk/tmp2", overwrite: false {code}

In Chrome: Query string parameters: {code} dir:hdfs:///user/tomk/tmp2 force:false {code}

In Chrome: Response: {code} {"__meta":{"schema_version":3,"schema_name":"ModelExportV3","schema_type":"Iced"},"_exclude_fields":"", "dir":"\/home2\/hdp\/yarn\/local\/usercache\/tomk\/appcache\/application_1439456052678_0453\/container_e05_1439456052678_0453_01_000006\/hdfs:\/user\/tomk\/tmp2", "force":false} {code}

See that the dir is getting twisted to have what looks like the cwd of the running mapper instance at the start.

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

Michal Malohlava commented: One more issue to fix - if a directory cannot be created because of lack permission we are reporting misleading error.

DinukaH2O commented 1 year ago

JIRA Issue Migration Info

Jira Issue: PUBDEV-2029 Assignee: Michal Malohlava Reporter: Tom Kraljevic State: Resolved Fix Version: N/A Attachments: N/A Development PRs: N/A