buddhayan commented on issue #433: URL: https://github.com/apache/incubator-xtable/issues/433#issuecomment-2106902041
Yes, here's the Java configuration: > ~/environment $ java --version > openjdk 11.0.19 2023-04-18 LTS > OpenJDK Runtime Environment Corretto-11.0.19.7.1 (build 11.0.19+7-LTS) > OpenJDK 64-Bit Server VM Corretto-11.0.19.7.1 (build 11.0.19+7-LTS, mixed mode) I don't believe the issue is related to the Java version. When I use 'tableBasePath' as a local path and execute the jar from same terminal, the synchronization works properly with the data set available locally and generates Iceberg metadata: `tableBasePath: /home/ec2-user/environment/xtable_data/people/` From the last part of log file looks like something related filesystem s3/s3a. I am getting this issue while using s3 buckat as data path. Can you please have a look and confirm if I need to pass/set any additional configuration/aws credential except the config file while calling jar file? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
