Last Version

Flink : FileSystems : COS FS 1.10.0-0.1.10

This project aims to provide COS's implementation of the Flink file system interface, so that Flink can not only use the ordinary read and write interfaces to read and write COS, but also use StreamingFileSink, an interface that requires exactly-once semantics to write to COS.

License

License

GroupId

GroupId

com.qcloud.cos
ArtifactId

ArtifactId

flink-cos-fs
Version

Version

1.10.0-0.1.10
Type

Type

pom
Description

Description

Flink : FileSystems : COS FS
This project aims to provide COS's implementation of the Flink file system interface, so that Flink can not only use the ordinary read and write interfaces to read and write COS, but also use StreamingFileSink, an interface that requires exactly-once semantics to write to COS.
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

https://github.com/tencentyun/flink-cos-fs

Download flink-cos-fs 1.10.0-0.1.10


<!-- https://jarcasting.com/artifacts/com.qcloud.cos/flink-cos-fs/ -->
<dependency>
    <groupId>com.qcloud.cos</groupId>
    <artifactId>flink-cos-fs</artifactId>
    <version>1.10.0-0.1.10</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.qcloud.cos/flink-cos-fs/
implementation 'com.qcloud.cos:flink-cos-fs:1.10.0-0.1.10'
// https://jarcasting.com/artifacts/com.qcloud.cos/flink-cos-fs/
implementation ("com.qcloud.cos:flink-cos-fs:1.10.0-0.1.10")
'com.qcloud.cos:flink-cos-fs:pom:1.10.0-0.1.10'
<dependency org="com.qcloud.cos" name="flink-cos-fs" rev="1.10.0-0.1.10">
  <artifact name="flink-cos-fs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.qcloud.cos', module='flink-cos-fs', version='1.10.0-0.1.10')
)
libraryDependencies += "com.qcloud.cos" % "flink-cos-fs" % "1.10.0-0.1.10"
[com.qcloud.cos/flink-cos-fs "1.10.0-0.1.10"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.flink : force-shading jar 1.10.0

provided (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.15
com.google.code.findbugs : jsr305 jar 1.3.9

test (8)

Group / Artifact Type Version
org.apache.flink : flink-test-utils-junit jar 1.10.0
junit : junit jar 4.12
org.mockito : mockito-core jar 2.21.0
org.powermock : powermock-module-junit4 jar 2.0.2
org.powermock : powermock-api-mockito2 jar 2.0.2
org.hamcrest : hamcrest-all jar 1.3
org.slf4j : slf4j-log4j12 jar 1.7.15
log4j : log4j jar 1.2.17

Project Modules

  • flink-cos-fs-base
  • flink-cos-fs-hadoop
  • flink-fs-hadoop-shaded
  • flink-cos-fs-examples