You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users will be able to add an option {{-configure_s3_using_s3a}} that will automatically apply their S3A configuration to S3 configuration. This should resolve the primary issue of using IDbroker as a provider (would be used in environments where S3A is configured anyway).
The text was updated successfully, but these errors were encountered:
Michal Kurka commented: [~accountid:5c355702a217aa69bce55831] the implementation included in H2O release 3.32.1.3 had a bug and h2odriver with option {{-configure_s3_using_s3a}} doesn’t work (you can specify the option but it won’t do anything).
The workaround is to pass the option directly to h2o-core:
{noformat}hadoop jar h2odriver.jar -n 1 -mapperXmx 10g -J -configure_s3_using_s3a{noformat}
(the trick is to add {{-J}} option)
This will be fixed in 3.32.1.4 but the -J trick will keep working.
Jira Issue: PUBDEV-8135
Assignee: Michal Kurka
Reporter: Joseph Granados
State: Closed
Fix Version: 3.36.0.1
Attachments: N/A
Development PRs: Available
Users will be able to add an option {{-configure_s3_using_s3a}} that will automatically apply their S3A configuration to S3 configuration. This should resolve the primary issue of using IDbroker as a provider (would be used in environments where S3A is configured anyway).
The text was updated successfully, but these errors were encountered: