Re: Flink S3A failed to connect to service endpoint from IntelliJ IDE

2021-09-17 Thread Yun Gao
Hi James, For one thing, It looks to me that we should not configure the credential in pom.xml, instead, we might introduce a core-site.xml under the classpath and configured like fs.s3a.access.key fs.s3a.secret.key I tried with the

Flink S3A failed to connect to service endpoint from IntelliJ IDE

2021-09-15 Thread James Kim
I'm trying to write Java code on IntelliJ IDE to make use of the Table API and the data I'm using is going to be from a CSV file over s3a. The IDE project is in Maven and has a pom.xml like the following: http://maven.apache.org/POM/4.0.0;