-
Notifications
You must be signed in to change notification settings - Fork 13
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
When I register tables from HADOOP to NESSIE,There is a com.amazonaws.AmazonClientException: #50
Comments
Is the warehouse path for the source catalog is same as what is configured from with the engine like spark when the tables are created with the hadoop catalog? I usually export AWS credentials in the env variable
and also configure file-io in the catalog properties |
Yes it is the same path as you said,but sorry I don't quite understand what problem this will cause? |
I am not sure what causes this. But I found a similar issue discussion here. Seems to be AWS specific. Are you sure you have configured file-io in the catalog properties |
yes,I am sure.This below is my command. |
Which version of Iceberg are you using? I will also try once locally. As a workaround, you can pass the list of identifiers in |
I use iceberg v1.2.0. But it is already included in this tool, isn't it? |
My hadoop warehouse is S3a://XXXXXX,
and I add the
--source-catalog-hadoop-conf fs.s3a.access.key=$AWS_ACCESS_KEY_ID,fs.s3a.secret.key=$AWS_SECRET_ACCESS_KEY,fs.s3a.endpoint=$AWS_S3_ENDPOINT
Then goes wrong with:
The text was updated successfully, but these errors were encountered: