[I] [Bug] [web] clsssload [seatunnel]

2023-11-28 Thread via GitHub
supercena opened a new issue, #5926: URL: https://github.com/apache/seatunnel/issues/5926 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened

Re: [I] [Bug] [web] clsssload [seatunnel]

2023-11-28 Thread via GitHub
supercena closed issue #5926: [Bug] [web] clsssload URL: https://github.com/apache/seatunnel/issues/5926 -- 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

[I] [Bug] [st web] No suitable driver found for jdbc [seatunnel]

2023-11-28 Thread via GitHub
supercena opened a new issue, #5927: URL: https://github.com/apache/seatunnel/issues/5927 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened

Re: [I] [Bug] [st web] No suitable driver found for jdbc [seatunnel]

2023-11-28 Thread via GitHub
supercena commented on issue #5927: URL: https://github.com/apache/seatunnel/issues/5927#issuecomment-1829310924 临时解决 AbstractJdbcCatalog类中open方法添加 Class.forName("com.mysql.cj.jdbc.Driver"); 相当于类加载俩次才能匹配上 -- This is an automated message from the Apache Git Service. To respond to th

Re: [I] [Bug] [st web] No suitable driver found for jdbc [seatunnel]

2023-11-28 Thread via GitHub
supercena commented on issue #5927: URL: https://github.com/apache/seatunnel/issues/5927#issuecomment-1829312669 在命令行操作 zeta 同样的脚本没有问题,但是在web 上面 累加器的问题 导致有点问题,麻烦社区大佬们瞅一眼 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[PR] [Improve][Common] Adapt `FILE_OPERATION_FAILED` to `CommonError` [seatunnel]

2023-11-28 Thread via GitHub
Hisoka-X opened a new pull request, #5928: URL: https://github.com/apache/seatunnel/pull/5928 ### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ### Check list * [

(seatunnel) branch dev updated: [Improve][File] Clean memory buffer of `JsonWriteStrategy` & `ExcelWriteStrategy` (#5925)

2023-11-28 Thread fanjia
This is an automated email from the ASF dual-hosted git repository. fanjia pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new 7297a4c95c [Improve][File] Clean memory buffer of `

Re: [PR] [Improve][File] Clean memory buffer of `JsonWriteStrategy` & `ExcelWriteStrategy` [seatunnel]

2023-11-28 Thread via GitHub
Hisoka-X merged PR #5925: URL: https://github.com/apache/seatunnel/pull/5925 -- 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-unsubscr...@seatunn

[PR] [Feature] Hive Source/Sink support multiple table [seatunnel]

2023-11-28 Thread via GitHub
ruanwenjun opened a new pull request, #5929: URL: https://github.com/apache/seatunnel/pull/5929 ### Purpose of this pull request - Use Factory API to create Hive Source/Sink - Hive Source/Sink support multiple table ### Does this PR introduce _any_ user-facing change?

[I] [OnlineMeeting&Nov.28] SeaTunnel community meeting Topic collection [seatunnel]

2023-11-28 Thread via GitHub
Hisoka-X opened a new issue, #5930: URL: https://github.com/apache/seatunnel/issues/5930 ### Search before asking - [X] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement.

Re: [I] [OnlineMeeting&Nov.28] SeaTunnel community meeting Topic collection [seatunnel]

2023-11-28 Thread via GitHub
Hisoka-X commented on issue #5930: URL: https://github.com/apache/seatunnel/issues/5930#issuecomment-1829444296 #5620 and #5651 -- 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 commen

Re: [I] [OnlineMeeting&Nov.28] SeaTunnel community meeting Topic collection [seatunnel]

2023-11-28 Thread via GitHub
hailin0 commented on issue #5930: URL: https://github.com/apache/seatunnel/issues/5930#issuecomment-1829456785 https://github.com/apache/seatunnel/pull/5872 https://github.com/apache/seatunnel/issues/5677 -- This is an automated message from the Apache Git Service. To respond to the mes

Re: [I] [Feature][Doris] Support multi-table source read [seatunnel]

2023-11-28 Thread via GitHub
hailin0 commented on issue #5731: URL: https://github.com/apache/seatunnel/issues/5731#issuecomment-1829463481 Hi, [CodingGPT](https://github.com/CodingGPT) , Is there any progress on this task? -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] [Feature] Hive Source/Sink support multiple table [seatunnel]

2023-11-28 Thread via GitHub
Carl-Zhou-CN commented on code in PR #5929: URL: https://github.com/apache/seatunnel/pull/5929#discussion_r1407504733 ## seatunnel-connectors-v2/connector-hive/src/main/java/org/apache/seatunnel/connectors/seatunnel/hive/sink/HiveSinkFactory.java: ## @@ -17,28 +17,100 @@ pack

Re: [PR] [Feature] Hive Source/Sink support multiple table [seatunnel]

2023-11-28 Thread via GitHub
ruanwenjun commented on code in PR #5929: URL: https://github.com/apache/seatunnel/pull/5929#discussion_r1407517947 ## seatunnel-connectors-v2/connector-hive/src/main/java/org/apache/seatunnel/connectors/seatunnel/hive/sink/HiveSinkFactory.java: ## @@ -17,28 +17,100 @@ packag

Re: [PR] [Feature] Hive Source/Sink support multiple table [seatunnel]

2023-11-28 Thread via GitHub
ruanwenjun commented on code in PR #5929: URL: https://github.com/apache/seatunnel/pull/5929#discussion_r1407517947 ## seatunnel-connectors-v2/connector-hive/src/main/java/org/apache/seatunnel/connectors/seatunnel/hive/sink/HiveSinkFactory.java: ## @@ -17,28 +17,100 @@ packag

Re: [PR] [Feature] Hive Source/Sink support multiple table [seatunnel]

2023-11-28 Thread via GitHub
ruanwenjun commented on code in PR #5929: URL: https://github.com/apache/seatunnel/pull/5929#discussion_r1407517947 ## seatunnel-connectors-v2/connector-hive/src/main/java/org/apache/seatunnel/connectors/seatunnel/hive/sink/HiveSinkFactory.java: ## @@ -17,28 +17,100 @@ packag

Re: [PR] [Feature] Hive Source/Sink support multiple table [seatunnel]

2023-11-28 Thread via GitHub
ruanwenjun commented on code in PR #5929: URL: https://github.com/apache/seatunnel/pull/5929#discussion_r1407517947 ## seatunnel-connectors-v2/connector-hive/src/main/java/org/apache/seatunnel/connectors/seatunnel/hive/sink/HiveSinkFactory.java: ## @@ -17,28 +17,100 @@ packag

Re: [PR] [Feature] Hive Source/Sink support multiple table [seatunnel]

2023-11-28 Thread via GitHub
ruanwenjun commented on code in PR #5929: URL: https://github.com/apache/seatunnel/pull/5929#discussion_r1407517947 ## seatunnel-connectors-v2/connector-hive/src/main/java/org/apache/seatunnel/connectors/seatunnel/hive/sink/HiveSinkFactory.java: ## @@ -17,28 +17,100 @@ packag

Re: [I] [Feature][Connector] have any plans to support Oracle cdc? [seatunnel]

2023-11-28 Thread via GitHub
Carl-Zhou-CN commented on issue #5854: URL: https://github.com/apache/seatunnel/issues/5854#issuecomment-1829541096 > > In the near future, I will complete Oracle CDC #5196 > > I am looking forward to it.I wish "near fture" doesn't mean more than three months. Good luck! Stay t

Re: [I] [Bug] [Doc] [Web] Fix web doc bug [seatunnel]

2023-11-28 Thread via GitHub
Carl-Zhou-CN commented on issue #5855: URL: https://github.com/apache/seatunnel/issues/5855#issuecomment-1829544921 hi, @ldxwmr Has he made any new progress? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[PR] [Feature] LocalFile sink support multiple table [seatunnel]

2023-11-28 Thread via GitHub
ruanwenjun opened a new pull request, #5931: URL: https://github.com/apache/seatunnel/pull/5931 ### Purpose of this pull request - Use Factory API to create LocalFileSink - LocalFileSink support multiple table ### Does this PR introduce _any_ user-facing change?

[PR] [bugfix][file-execl] Fix the Issue of Abnormal Data Reading from Excel Files [seatunnel]

2023-11-28 Thread via GitHub
ic4y opened a new pull request, #5932: URL: https://github.com/apache/seatunnel/pull/5932 ### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ### Check list * [ ] I

Re: [I] [Bug] mysql jdbc同步 驱动问题,始终报错 [seatunnel]

2023-11-28 Thread via GitHub
Carl-Zhou-CN commented on issue #5787: URL: https://github.com/apache/seatunnel/issues/5787#issuecomment-1829725327 @poal222 Could you please help update the status of this issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [I] [Bug] [seatunnel zeta] LocalFile synchronization Hive failed [seatunnel]

2023-11-28 Thread via GitHub
Carl-Zhou-CN commented on issue #5771: URL: https://github.com/apache/seatunnel/issues/5771#issuecomment-1829729476 hi ,@shixiutao Could you please help update the status of this issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] [OnlineMeeting&Nov.28] SeaTunnel community meeting Topic collection [seatunnel]

2023-11-28 Thread via GitHub
Hisoka-X closed issue #5930: [OnlineMeeting&Nov.28] SeaTunnel community meeting Topic collection URL: https://github.com/apache/seatunnel/issues/5930 -- 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

Re: [I] [Feature][Connector-V2] Support multi-table sink feature for hive [seatunnel]

2023-11-28 Thread via GitHub
hailin0 commented on issue #5717: URL: https://github.com/apache/seatunnel/issues/5717#issuecomment-1829731938 Hi, @FlechazoW , Is there any progress on this task? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [I] [Feature][Connector-V2] Support multi-table sink feature for doris [seatunnel]

2023-11-28 Thread via GitHub
hailin0 commented on issue #5718: URL: https://github.com/apache/seatunnel/issues/5718#issuecomment-1829732736 Hi, @gnehil , Is there any progress on this task? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [I] [Feature][Connector-V2] Support multi-table sink feature for hdfs file [seatunnel]

2023-11-28 Thread via GitHub
hailin0 commented on issue #5726: URL: https://github.com/apache/seatunnel/issues/5726#issuecomment-1829735063 Hi, @dengd1937 , Is there any progress on this task? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [Feature] Hive Source/Sink support multiple table [seatunnel]

2023-11-28 Thread via GitHub
Carl-Zhou-CN commented on code in PR #5929: URL: https://github.com/apache/seatunnel/pull/5929#discussion_r1407676891 ## seatunnel-connectors-v2/connector-hive/src/main/java/org/apache/seatunnel/connectors/seatunnel/hive/sink/HiveSinkFactory.java: ## @@ -17,28 +17,100 @@ pack

Re: [I] Support for IBM Cloud COS (Cloud Object Storage) connector in Seatunnel Zeta [seatunnel]

2023-11-28 Thread via GitHub
Carl-Zhou-CN commented on issue #5899: URL: https://github.com/apache/seatunnel/issues/5899#issuecomment-1829753439 hi, @raheen1 I think the existing S3 File Source Connector should be able to support IBM Cloud COS. Could you please help test and give feedback? -- This is an automated mes

Re: [I] [OnlineMeeting&Nov.14] SeaTunnel community meeting Topic collection [seatunnel]

2023-11-28 Thread via GitHub
Carl-Zhou-CN commented on issue #5837: URL: https://github.com/apache/seatunnel/issues/5837#issuecomment-1829766707 The meeting ends. Close this issue -- 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

Re: [I] [OnlineMeeting&Nov.14] SeaTunnel community meeting Topic collection [seatunnel]

2023-11-28 Thread via GitHub
Carl-Zhou-CN closed issue #5837: [OnlineMeeting&Nov.14] SeaTunnel community meeting Topic collection URL: https://github.com/apache/seatunnel/issues/5837 -- 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

Re: [I] [Bug] [CheckPoint] increase checkpoint timeout [seatunnel]

2023-11-28 Thread via GitHub
codeDing18 commented on issue #5722: URL: https://github.com/apache/seatunnel/issues/5722#issuecomment-1829771937 > > > i met this in 2.3.4 version , like: `Caused by: org.apache.seatunnel.engine.common.exception.SeaTunnelEngineException: org.apache.seatunnel.engine.server.checkpoint.Checkp

Re: [I] [Bug] [Mongo] Mongo plugin query can't mix with variable [seatunnel]

2023-11-28 Thread via GitHub
Carl-Zhou-CN commented on issue #5769: URL: https://github.com/apache/seatunnel/issues/5769#issuecomment-1829776661 hi, @HsiangSun Could you please help update the status of this issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [I] [Bug] [MongoDB-CDC/MongoDb] 二进制数据无法写入达梦/oracle [seatunnel]

2023-11-28 Thread via GitHub
Carl-Zhou-CN commented on issue #5748: URL: https://github.com/apache/seatunnel/issues/5748#issuecomment-1829779810 hi, @Xuzhengz Has there been any progress on this issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[PR] [Improve][Connector-V2] Support INFINI Easysearch [seatunnel]

2023-11-28 Thread via GitHub
luohoufu opened a new pull request, #5933: URL: https://github.com/apache/seatunnel/pull/5933 ### Purpose of this pull request Support INFINI Easysearch ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ###

Re: [I] [Feature][Zeta] Add a checkpoint switch option to control the opening and closing of the checkpoint [seatunnel]

2023-11-28 Thread via GitHub
Hisoka-X closed issue #5829: [Feature][Zeta] Add a checkpoint switch option to control the opening and closing of the checkpoint URL: https://github.com/apache/seatunnel/issues/5829 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] [Feature][Zeta] In batch mode, checkpoint can be disabled [seatunnel]

2023-11-28 Thread via GitHub
Hisoka-X merged PR #5914: URL: https://github.com/apache/seatunnel/pull/5914 -- 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-unsubscr...@seatunn

(seatunnel) branch dev updated: [Feature][Zeta] In batch mode, checkpoint can be disabled (#5914)

2023-11-28 Thread fanjia
This is an automated email from the ASF dual-hosted git repository. fanjia pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new fc914759ff [Feature][Zeta] In batch mode, checkpoin

Re: [I] [Bug] [Starter] Checkpoint Config Use HDFS Namespace [seatunnel]

2023-11-28 Thread via GitHub
svea-vip commented on issue #5906: URL: https://github.com/apache/seatunnel/issues/5906#issuecomment-1831080436 This is not a problem with the host name. I want to access HDFS through HDFS NameSpace. Otherwise, if the HDFS namenode is switched, a fixed namenode will result in the inability

Re: [I] [Bug] [rest-api] hazelcast/rest/maps/running-jobs always get a empty list [seatunnel]

2023-11-28 Thread via GitHub
wangzhiwei61 commented on issue #5772: URL: https://github.com/apache/seatunnel/issues/5772#issuecomment-1831144585 I'm also having the same problem, can you solve it @liugddx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [I] [Bug] [rest-api] hazelcast/rest/maps/running-jobs always get a empty list [seatunnel]

2023-11-28 Thread via GitHub
liugddx commented on issue #5772: URL: https://github.com/apache/seatunnel/issues/5772#issuecomment-1831148088 > I'm also having the same problem, can you solve it @liugddx Can you put your detailed log here? I'll take a look when I have time. -- This is an automated message from th

Re: [I] [Bug] [rest-api] hazelcast/rest/maps/running-jobs always get a empty list [seatunnel]

2023-11-28 Thread via GitHub
wangzhiwei61 commented on issue #5772: URL: https://github.com/apache/seatunnel/issues/5772#issuecomment-1831152109 I looked at the source code, and if the task is completed, I can't get the job information, right? Because the data is in memory, can I only get the log file, or is there any

Re: [PR] [Feature] [File Connector] Make File Source Connector support row delimiter. [seatunnel]

2023-11-28 Thread via GitHub
lightzhao commented on code in PR #5873: URL: https://github.com/apache/seatunnel/pull/5873#discussion_r1408680708 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-local-e2e/src/test/resources/text/local_file_text_to_assert_with_row_delimiter.conf: ## @@ -0,0 +1,129 @@

[I] [Bug] [st web] java.lang.StackOverflowError [seatunnel]

2023-11-28 Thread via GitHub
KangTomwk opened a new issue, #5934: URL: https://github.com/apache/seatunnel/issues/5934 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened

Re: [PR] [Feature] [File Connector] Make File Source Connector support row delimiter. [seatunnel]

2023-11-28 Thread via GitHub
ruanwenjun commented on code in PR #5873: URL: https://github.com/apache/seatunnel/pull/5873#discussion_r1408703608 ## seatunnel-connectors-v2/connector-file/connector-file-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/file/source/reader/TextReadStrategy.java: ##

Re: [PR] [Feature] [File Connector] Make File Source Connector support row delimiter. [seatunnel]

2023-11-28 Thread via GitHub
ruanwenjun commented on code in PR #5873: URL: https://github.com/apache/seatunnel/pull/5873#discussion_r1408705207 ## seatunnel-connectors-v2/connector-file/connector-file-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/file/source/reader/TextReadStrategy.java: ##

Re: [PR] [Feature] [File Connector] Make File Source Connector support row delimiter. [seatunnel]

2023-11-28 Thread via GitHub
ruanwenjun commented on PR #5873: URL: https://github.com/apache/seatunnel/pull/5873#issuecomment-1831182261 It seems you misunderstand issue #5841, the issue is aim to avoid use default `\n`, rather than use `\n` with `rowDelimiter`. -- This is an automated message from the Apache Git Se

Re: [I] [Bug] [rest-api] hazelcast/rest/maps/running-jobs always get a empty list [seatunnel]

2023-11-28 Thread via GitHub
wangzhiwei61 commented on issue #5772: URL: https://github.com/apache/seatunnel/issues/5772#issuecomment-1831229503 The operation process and logs are as follows,Trouble the big guy to help take a look: 1.The jobId is returned when the task is submitted 2.Query the result by using the

Re: [I] [Bug] [MongoDB] Caused by: java.lang.IllegalStateException: Node failed to start! [seatunnel]

2023-11-28 Thread via GitHub
maqw666 closed issue #5922: [Bug] [MongoDB] Caused by: java.lang.IllegalStateException: Node failed to start! URL: https://github.com/apache/seatunnel/issues/5922 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [I] [Bug] [MongoDB] Caused by: java.lang.IllegalStateException: Node failed to start! [seatunnel]

2023-11-28 Thread via GitHub
maqw666 commented on issue #5922: URL: https://github.com/apache/seatunnel/issues/5922#issuecomment-1831234388 close this issue -- 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 commen

Re: [I] [Feature][Connector-V2] Support TableSourceFactory/TableSinkFactory on redis [seatunnel]

2023-11-28 Thread via GitHub
jacky closed issue #5897: [Feature][Connector-V2] Support TableSourceFactory/TableSinkFactory on redis URL: https://github.com/apache/seatunnel/issues/5897 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] [Improve][Connector-V2] Support INFINI Easysearch [seatunnel]

2023-11-28 Thread via GitHub
luohoufu commented on PR #5933: URL: https://github.com/apache/seatunnel/pull/5933#issuecomment-1831288956 > Please check ci errors Build Successful -- 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

Re: [PR] [Feature] [File Connector] Make File Source Connector support row delimiter. [seatunnel]

2023-11-28 Thread via GitHub
lightzhao commented on PR #5873: URL: https://github.com/apache/seatunnel/pull/5873#issuecomment-1831289419 > It seems you misunderstand issue #5841, the issue is aim to avoid use default `\n`, rather than use `\n` with `rowDelimiter`. My understanding of the issue is that you can cus

Re: [I] Support for IBM Cloud COS (Cloud Object Storage) connector in Seatunnel Zeta [seatunnel]

2023-11-28 Thread via GitHub
raheen1 commented on issue #5899: URL: https://github.com/apache/seatunnel/issues/5899#issuecomment-1831292012 I am using the following config file for IBM COS to Console: ``` # Defining the runtime environment env { # You can set flink configuration here execution.para

Re: [PR] [Feature] [File Connector] Make File Source Connector support row delimiter. [seatunnel]

2023-11-28 Thread via GitHub
lightzhao commented on code in PR #5873: URL: https://github.com/apache/seatunnel/pull/5873#discussion_r1408804798 ## seatunnel-connectors-v2/connector-file/connector-file-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/file/source/reader/TextReadStrategy.java: ## @

[I] Read Mongodb Data To Console report bug [seatunnel]

2023-11-28 Thread via GitHub
maqw666 opened a new issue, #5935: URL: https://github.com/apache/seatunnel/issues/5935 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened

Re: [I] Support for IBM Cloud COS (Cloud Object Storage) connector in Seatunnel Zeta [seatunnel]

2023-11-28 Thread via GitHub
raheen1 commented on issue #5899: URL: https://github.com/apache/seatunnel/issues/5899#issuecomment-1831314233 I am using the following config file for IBM COS to Console: ``` # Defining the runtime environment env { # You can set flink configuration here execution.para

Re: [I] Support for IBM Cloud COS (Cloud Object Storage) connector in Seatunnel Zeta [seatunnel]

2023-11-28 Thread via GitHub
raheen1 commented on issue #5899: URL: https://github.com/apache/seatunnel/issues/5899#issuecomment-1831317036 And when I do run with the supported bucket format, i.e. `s3a://` Config file: ``` # Defining the runtime environment env { # You can set flink configuration he

Re: [PR] [Feature] [File Connector] Make File Source Connector support row delimiter. [seatunnel]

2023-11-28 Thread via GitHub
ruanwenjun commented on PR #5873: URL: https://github.com/apache/seatunnel/pull/5873#issuecomment-1831342349 > > It seems you misunderstand issue #5841, the issue is aim to avoid use default `\n`, rather than use `\n` with `rowDelimiter`. > > My understanding of the issue is that you

Re: [I] Support for IBM Cloud COS (Cloud Object Storage) connector in Seatunnel Zeta [seatunnel]

2023-11-28 Thread via GitHub
raheen1 commented on issue #5899: URL: https://github.com/apache/seatunnel/issues/5899#issuecomment-1831356896 Got it working with the S3File source connector, thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] [Improve][Connector-V2] Support INFINI Easysearch [seatunnel]

2023-11-28 Thread via GitHub
hailin0 commented on code in PR #5933: URL: https://github.com/apache/seatunnel/pull/5933#discussion_r1408864045 ## docs/en/connector-v2/sink/Easysearch.md: ## @@ -0,0 +1,178 @@ +# INFINI Easysearch Review Comment: Please refer to the new document style https://githu

Re: [I] Read Mongodb Data To Console report bug [seatunnel]

2023-11-28 Thread via GitHub
hailin0 commented on issue #5935: URL: https://github.com/apache/seatunnel/issues/5935#issuecomment-1831372682 reference https://github.com/apache/seatunnel/tree/dev/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-mongodb-e2e -- This is an automated message from the Apache G

Re: [I] Support for IBM Cloud COS (Cloud Object Storage) connector in Seatunnel Zeta [seatunnel]

2023-11-28 Thread via GitHub
Carl-Zhou-CN commented on issue #5899: URL: https://github.com/apache/seatunnel/issues/5899#issuecomment-1831375933 > Got it working with the S3File source connector, thanks good, can you help to share the configuration or contribute documentation? -- This is an automated message fr