dailai commented on code in PR #8002:
URL: https://github.com/apache/seatunnel/pull/8002#discussion_r1839101773


##########
seatunnel-connectors-v2/connector-paimon/src/main/java/org/apache/seatunnel/connectors/seatunnel/paimon/config/PaimonConfig.java:
##########
@@ -106,6 +106,12 @@ public class PaimonConfig implements Serializable {
                     .withDescription(
                             "The specified loading path for the 
'core-site.xml', 'hdfs-site.xml', 'hive-site.xml' files");
 
+    public static final Option<Map<String, String>> FS_CONF =

Review Comment:
   Think you @yoogoc . The other filesystems are available as plugins in 
paimon, so Paimon-bundle has no s3 or oss dependencies. Other than that, I 
don't think we should have a separate fs.conf for all of this, so we can just 
do it in the original hadoop.conf. I already support writing to s3, it will be 
committed today, if you still need oss you can continue to develop base it.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to