Re: Issue with writing to Azure blob storage using StreamingFileSink and FileSink

2021-08-03 Thread Robert Metzger
Hey Sudhanva, Have you configured IntelliJ to include dependencies with "Provided" Scope when executing your main method? I also noticed that you are using Flink 1.13.1 and 1.13.0 in your pom. its probably not an issue in this case, but it can cause problems. On Fri, Jul 30, 2021 at 10:29 AM Sudh

Issue with writing to Azure blob storage using StreamingFileSink and FileSink

2021-07-30 Thread Sudhanva Purushothama
Hello,     I have been trying to Use StreamingFileSink to write to parquetFiles into azure blob storage. I am getting the following error. I did see in the ticket https://issues.apache.org/jira/browse/FLINK-17444 that support for StreamingFileSink is not yet provided. code.java Description: Binary