You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/02/15 03:23:19 UTC

[GitHub] [incubator-inlong] dockerzhang commented on a change in pull request #2497: [INLONG-2496][Feature][Sort] Support COS and CHDFS filesystem when using hive sink

dockerzhang commented on a change in pull request #2497:
URL: https://github.com/apache/incubator-inlong/pull/2497#discussion_r806415899



##########
File path: inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/configuration/Constants.java
##########
@@ -336,4 +336,33 @@
     public static final ConfigOption<Integer> ORC_SINK_BATCH_SIZE =
             key(HIVE_SINK_PREFIX + "orc.row.batch.size")
                     .defaultValue(64);
+
+    // ------------------------------------------------------------------------
+    //  Filesystem related
+    // ------------------------------------------------------------------------
+    public enum FilesystemType {

Review comment:
       about `COS` and `CHDFS`, please add more information. what filesystem they are, and where we can get the details.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org