FileSink class in 1.12?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

FileSink class in 1.12?

Billy Bain
I can't seem to find the org.apache.flink.connector.file.sink.FileSink class. 

I can find the StreamingFileSink, but not FileSink referenced here:
https://ci.apache.org/projects/flink/flink-docs-release-1.12/dev/connectors/file_sink.html

Am I missing a dependency?

    compile group: 'org.apache.flink', name: 'flink-streaming-java_2.12', version: '1.12.0'
    compile group: 'org.apache.flink', name: 'flink-jdbc_2.12', version: '1.10.2'

This is related to my issue with StreamingFileSink that I asked earlier. 

Thanks.
--
Wayne D. Young
aka Billy Bob Bain
[hidden email]
Reply | Threaded
Open this post in threaded view
|

Re: FileSink class in 1.12?

Billy Bain
Of course I found it shortly after submitting my query.

compile group: 'org.apache.flink', name: 'flink-connector-files', version: '1.12.0'

On 2020/12/24 15:57:20, Billy Bain <[hidden email]> wrote:

> I can't seem to find the org.apache.flink.connector.file.sink.FileSink
> class.
>
> I can find the StreamingFileSink, but not FileSink referenced here:
> https://ci.apache.org/projects/flink/flink-docs-release-1.12/dev/connectors/file_sink.html
>
> Am I missing a dependency?
>
>     compile group: 'org.apache.flink', name: 'flink-streaming-java_2.12',
> version: '1.12.0'
>     compile group: 'org.apache.flink', name: 'flink-jdbc_2.12', version:
> '1.10.2'
>
> This is related to my issue with StreamingFileSink that I asked earlier.
>
> Thanks.
> --
> Wayne D. Young
> aka Billy Bob Bain
> [hidden email]
>