Caused by: java.lang.IllegalArgumentException: No factory for location: s3://data_bucket/metadata/sdfef-24242-aa80-43ee-986e-cc964148a0ed.metadata.json 2025-01-15 22:41:05 at io.trino.filesystem.manager.FileSystemModule.lambda$createFileSystemFactory$2(FileSystemModule.java:149) #24716
Replies: 1 comment
-
you've not enabled the filesystem and provided configuration for it - see https://trino.io/docs/current/connector/iceberg.html#file-system-access-configuration. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have AWS glue in which it has table schema and location of metadata and data stored
I have stored the metadata and data in s3 iceberg
trying to connect
I am able to see the tables catalogs
When I try to query the data I am getting this error
Caused by: java.lang.IllegalArgumentException: No factory for location: s3://salescode-data-ingestion/lbpl/lbpl_db_prod.db/ck_orders/metadata/01123-7934610d-aa80-43ee-986e-cc964148a0ed.metadata.json
2025-01-15 22:41:05 at io.trino.filesystem.manager.FileSystemModule.lambda$createFileSystemFactory$2(FileSystemModule.java:149)
connector.name=iceberg
iceberg.catalog.type=glue
iceberg.file-format=PARQUET
hive.metastore.glue.region=ap-south-1
hive.metastore.glue.aws-access-key=accesskey
hive.metastore.glue.aws-secret-key=secreate key
iceberg.metadata-cache.enabled=false
hive.metastore.glue.default-warehouse-dir=s3://data_bucket/
Please help
Beta Was this translation helpful? Give feedback.
All reactions