-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
As it stands the legacy config produces the following warnings:
- Configuration property 'hive.s3.endpoint' is deprecated since 470 and will be removed in the future
- Configuration property 'hive.s3.path-style-access' is deprecated since 470 and will be removed in the future
- Configuration property 'hive.s3.region' is deprecated since 470 and will be removed in the future
however attempting to use the newer config EG
flex: |-
connector.name=storage
fs.native-s3.enabled=true
s3.endpoint=https://s3-eu-west-2.amazonaws.com
s3.path-style-access=true
s3.region=eu-west-2
produces errors like:
io.airlift.bootstrap.ApplicationConfigurationException: Configuration errors:
- Error: Configuration property 'fs.native-s3.enabled' was not used
- Error: Configuration property 's3.endpoint' was not used
- Error: Configuration property 's3.path-style-access' was not used
- Error: Configuration property 's3.region' was not used
As has been mentioned many times, some example config in the readme of this project would be very helpful
Metadata
Metadata
Assignees
Labels
No labels