-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Migrate iceberg caching product test to native filesystem #22217
Migrate iceberg caching product test to native filesystem #22217
Conversation
hive.s3.endpoint=http://minio:9080/ | ||
hive.s3.path-style-access=true | ||
hive.s3.ssl.enabled=false | ||
fs.native-s3.enabled=true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we also disable the legacy libs with fs.hadoop.enabled=false
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ya this will require slightly more changes.. I will update this PR with the required changes. Looks like we can apply the same for many other product-tests which were already migrated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
is pt (default, suite-iceberg, ) failure related? |
yes it is. I will look into it |
e5d8bbf
to
e5ce039
Compare
e5ce039
to
7d6522d
Compare
...in/java/io/trino/tests/product/launcher/env/environment/EnvMultinodeIcebergMinioCaching.java
Show resolved
Hide resolved
7d6522d
to
58a929c
Compare
Description
Additional context and related issues
Release notes
(x) This is not user-visible or is docs only, and no release notes are required.