Flink : FileSystems : COS FS Hadoop

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-hadoop
Last Version

Last Version

1.10.0-0.1.10
Release Date

Release Date

Type

Type

jar
Description

Description

Flink : FileSystems : COS FS Hadoop
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

Download flink-cos-fs-hadoop

How to add to project

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

Dependencies

compile (1)

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

provided (3)

Group / Artifact Type Version
org.apache.flink : flink-core jar 1.10.0
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

There are no modules declared in this project.

Versions

Version
1.10.0-0.1.10