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

Make sure that we can use schemes unsupported by H2O in H2O Confoguration #4867

Closed
exalate-issue-sync bot opened this issue May 22, 2023 · 2 comments
Closed
Assignees

Comments

@exalate-issue-sync
Copy link

For example, if we store LDAP login conf on wasb data lake as `H2OConf.set_login_conf("wasb://///"), this address is passed to H2O which then tries to read that file but successful as this data source is not supported.

On the other hand, Spark can read from these paths, so what we can do is to add file using sc.addFile and then read using SparkFiles.get. This will add the file to the spark driver and we can than access it on the local filesystem.

This can happen behind the set_login_conf call so the user does not need to worry about those

CC: [~accountid:557058:b790f994-8991-4616-9920-923fe7ddb127]

@DinukaH2O
Copy link

JIRA Issue Migration Info

Jira Issue: SW-887
Assignee: Jakub Hava
Reporter: Jakub Hava
State: Resolved
Fix Version: 2.1.34
Attachments: N/A
Development PRs: Available

Linked PRs from JIRA

#766

@hasithjp
Copy link
Member

JIRA Issue Migration Info Cont'd

Jira Issue Created Date: 2018-06-19T00:06:17.926-0700

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

3 participants