You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/03/25 09:35:25 UTC

[incubator-inlong] branch master updated: [INLONG-2496][Sort]Support COS filesystem when using hive sink (#3262)

This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 855a80c  [INLONG-2496][Sort]Support COS filesystem when using hive sink (#3262)
855a80c is described below

commit 855a80c9f1cc00d95953723465ecb9eaa45f4db8
Author: TianqiWan <52...@users.noreply.github.com>
AuthorDate: Fri Mar 25 17:35:21 2022 +0800

    [INLONG-2496][Sort]Support COS filesystem when using hive sink (#3262)
    
    Co-authored-by: tianqiwan <ti...@tencent.com>
---
 inlong-sort/sort-single-tenant/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/inlong-sort/sort-single-tenant/pom.xml b/inlong-sort/sort-single-tenant/pom.xml
index bd5d1c5..1b892dd 100644
--- a/inlong-sort/sort-single-tenant/pom.xml
+++ b/inlong-sort/sort-single-tenant/pom.xml
@@ -138,6 +138,12 @@
         </dependency>
 
         <dependency>
+            <groupId>com.qcloud.cos</groupId>
+            <artifactId>flink-cos-fs-hadoop</artifactId>
+            <version>1.10.0-0.1.10</version>
+        </dependency>
+
+        <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
             <version>2.11.0</version>