Re: [PR] [Hotfix][Core][Flink] SeaTunnel flink engine support application mode on yarn [seatunnel]

2024-10-15 Thread via GitHub
TyrantLucifer commented on PR #7762: URL: https://github.com/apache/seatunnel/pull/7762#issuecomment-2415879595 > > > Could you update the doc to share the way of how to submit job to yarn? > > > > > > Flink's document submission process is not working well. I plan to rewrite it a

[PR] [Improve][CI] Increase ci jvm memory to speed up [seatunnel]

2024-10-15 Thread via GitHub
Hisoka-X opened a new pull request, #7854: URL: https://github.com/apache/seatunnel/pull/7854 ### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ### Check list

[I] [Feature][E2E][Flink] Add e2e test case about flink on yarn sumbit [seatunnel]

2024-10-15 Thread via GitHub
TyrantLucifer opened a new issue, #7853: URL: https://github.com/apache/seatunnel/issues/7853 ### 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: [PR] [Hotfix][Core][Flink] SeaTunnel flink engine support application mode on yarn [seatunnel]

2024-10-15 Thread via GitHub
TyrantLucifer commented on code in PR #7762: URL: https://github.com/apache/seatunnel/pull/7762#discussion_r1802454434 ## seatunnel-core/seatunnel-flink-starter/seatunnel-flink-13-starter/src/main/bin/start-seatunnel-flink-13-connector-v2.sh: ## @@ -43,6 +43,25 @@ if [ -f "${CON

Re: [PR] [Feature][Connector-V2] Support write cdc changelog event into hudi sink [seatunnel]

2024-10-15 Thread via GitHub
happyboy1024 commented on code in PR #7845: URL: https://github.com/apache/seatunnel/pull/7845#discussion_r1802440439 ## docs/en/connector-v2/sink/Hudi.md: ## @@ -115,9 +115,9 @@ Note: When this configuration corresponds to a single table, you can flatten the `max_commits_to

Re: [PR] [Feature][Connector-V2] Support write cdc changelog event into hudi sink [seatunnel]

2024-10-15 Thread via GitHub
happyboy1024 commented on code in PR #7845: URL: https://github.com/apache/seatunnel/pull/7845#discussion_r1802440439 ## docs/en/connector-v2/sink/Hudi.md: ## @@ -115,9 +115,9 @@ Note: When this configuration corresponds to a single table, you can flatten the `max_commits_to

[I] [Bug] [tidb cdc]can't delete the record [seatunnel]

2024-10-15 Thread via GitHub
RaymondFishWang opened a new issue, #7852: URL: https://github.com/apache/seatunnel/issues/7852 ### 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 ha

Re: [PR] [Fix][Connector-V2]Oceanbase vector database is added as the source server [seatunnel]

2024-10-15 Thread via GitHub
Hisoka-X commented on code in PR #7832: URL: https://github.com/apache/seatunnel/pull/7832#discussion_r1802422267 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-2/src/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/JdbcOceanBaseMilvusIT.j

Re: [PR] [Fix][Connector-V2]Oceanbase vector database is added as the source server [seatunnel]

2024-10-15 Thread via GitHub
xxsc0529 commented on code in PR #7832: URL: https://github.com/apache/seatunnel/pull/7832#discussion_r1802398634 ## seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/catalog/oceanbase/OceanBaseMySqlCatalog.java: ## @@ -217,4 +21

[I] Support for array, since it's very common to have json have array of objects. [seatunnel]

2024-10-15 Thread via GitHub
rgururaj opened a new issue, #7851: URL: https://github.com/apache/seatunnel/issues/7851 ### 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.

[PR] [Improve][SeaTunnel-Web] Update README_CN.md for version 2.3.8 [seatunnel-web]

2024-10-15 Thread via GitHub
wuchunfu opened a new pull request, #229: URL: https://github.com/apache/seatunnel-web/pull/229 ## Purpose of this pull request Update README_CN.md for version 2.3.8 ## Check list * [ ] Code changed are covered with tests, or it does not need tests for re

Re: [I] [Feature][Transforms-V2] Simple transpose options for LLMs to rotate data for prompts [seatunnel]

2024-10-15 Thread via GitHub
corgy-w commented on issue #7848: URL: https://github.com/apache/seatunnel/issues/7848#issuecomment-2415662244 cc @Hisoka-X -- 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.

Re: [PR] [Feature][Connector-V2] Support write cdc changelog event into hudi sink [seatunnel]

2024-10-15 Thread via GitHub
Hisoka-X commented on code in PR #7845: URL: https://github.com/apache/seatunnel/pull/7845#discussion_r1802291406 ## docs/en/connector-v2/sink/Hudi.md: ## @@ -115,9 +115,9 @@ Note: When this configuration corresponds to a single table, you can flatten the `max_commits_to_kee

Re: [PR] [Feature][Connector-V2] Support write cdc changelog event into hudi sink [seatunnel]

2024-10-15 Thread via GitHub
Hisoka-X commented on PR #7845: URL: https://github.com/apache/seatunnel/pull/7845#issuecomment-2415651343 cc @liugddx -- 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 u

Re: [PR] [Fix][Connector-V2] Fix kafka `format_error_handle_way` not work [seatunnel]

2024-10-15 Thread via GitHub
Hisoka-X commented on code in PR #7838: URL: https://github.com/apache/seatunnel/pull/7838#discussion_r1802235393 ## seatunnel-common/src/main/java/org/apache/seatunnel/common/Handover.java: ## @@ -30,7 +30,10 @@ public final class Handover implements Closeable { ne

Re: [PR] [Fix][Connector-V2]Oceanbase vector database is added as the source server [seatunnel]

2024-10-15 Thread via GitHub
Hisoka-X commented on code in PR #7832: URL: https://github.com/apache/seatunnel/pull/7832#discussion_r1802254458 ## seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/catalog/oceanbase/OceanBaseMySqlCatalog.java: ## @@ -217,4 +21

Re: [PR] [Feature][Connector-V2]Jdbc chunk split add “snapshot.split.column” params #7794 [seatunnel]

2024-10-15 Thread via GitHub
Hisoka-X commented on code in PR #7840: URL: https://github.com/apache/seatunnel/pull/7840#discussion_r1802245393 ## seatunnel-connectors-v2/connector-cdc/connector-cdc-base/src/main/java/org/apache/seatunnel/connectors/cdc/base/dialect/JdbcDataSourceDialect.java: ## @@ -119,6 +

(seatunnel) branch dev updated (8871f52fde -> 69086e0dba)

2024-10-15 Thread wanghailin
This is an automated email from the ASF dual-hosted git repository. wanghailin pushed a change to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git from 8871f52fde [bugfix][core] Fix the problem of incorrect association between metrics and nodes (#7799) add 690

Re: [PR] [Improve] Update snapshot version to 2.3.9 [seatunnel]

2024-10-15 Thread via GitHub
hailin0 merged PR #7849: URL: https://github.com/apache/seatunnel/pull/7849 -- 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...@seatunne

[I] seatunnel-web也应该来个docker的 [seatunnel]

2024-10-15 Thread via GitHub
FN20200222 opened a new issue, #7850: URL: https://github.com/apache/seatunnel/issues/7850 ### 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: [PR] [Fix][Connector-V2]Oceanbase vector database is added as the source server [seatunnel]

2024-10-15 Thread via GitHub
xxsc0529 commented on code in PR #7832: URL: https://github.com/apache/seatunnel/pull/7832#discussion_r1802217966 ## seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/internal/dialect/oceanbase/OceanBaseMySqlTypeConverter.java: #

Re: [PR] [Fix][Connector-V2]Oceanbase vector database is added as the source server [seatunnel]

2024-10-15 Thread via GitHub
xxsc0529 commented on code in PR #7832: URL: https://github.com/apache/seatunnel/pull/7832#discussion_r1802217550 ## seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/catalog/oceanbase/OceanBaseMySqlCatalog.java: ## @@ -201,8 +20

[PR] [Improve] Update snapshot version to 2.3.9 [seatunnel]

2024-10-15 Thread via GitHub
liunaijie opened a new pull request, #7849: URL: https://github.com/apache/seatunnel/pull/7849 ### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ### Check list

Re: [I] [Bug] [sink-starrocks] When adding a new column, the data write to the StarRocks column is erroneous. [seatunnel]

2024-10-15 Thread via GitHub
github-actions[bot] commented on issue #7669: URL: https://github.com/apache/seatunnel/issues/7669#issuecomment-2415393656 This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

Re: [I] [Feature][Transforms-V2] Simple transpose options for LLMs to rotate data for prompts [seatunnel]

2024-10-15 Thread via GitHub
YuriyGavrilov commented on issue #7848: URL: https://github.com/apache/seatunnel/issues/7848#issuecomment-2415193790 What do you think? @hawk9821 @corgy-w -- 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

[I] [Feature][Transforms-V2] Simple transpose options for LLMs to rotate data for prompts [seatunnel]

2024-10-15 Thread via GitHub
YuriyGavrilov opened a new issue, #7848: URL: https://github.com/apache/seatunnel/issues/7848 ### 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: [PR] [Bug][Seatunnel-web][Addendum] Escape seatunnel-web placeholders [seatunnel-web]

2024-10-15 Thread via GitHub
arshadmohammad commented on PR #228: URL: https://github.com/apache/seatunnel-web/pull/228#issuecomment-2414602768 Before Fix: ![image](https://github.com/user-attachments/assets/cdc800d7-a002-44bc-81b1-75b17d766d27) After Fix: ![image](https://github.com/user-attachments/asset

[PR] [Bug][Seatunnel-web][Addendum] Escape seatunnel-web placeholders [seatunnel-web]

2024-10-15 Thread via GitHub
arshadmohammad opened a new pull request, #228: URL: https://github.com/apache/seatunnel-web/pull/228 Enum values were not converted to string properly, corrected it ## Purpose of this pull request ## Check list * [ ] Code changed are covered with tests, or it

Re: [PR] [Feature][Zeta] Submit job scheduling support pending [seatunnel]

2024-10-15 Thread via GitHub
zhangshenghang commented on code in PR #7693: URL: https://github.com/apache/seatunnel/pull/7693#discussion_r1801245751 ## seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/utils/PeekBlockingQueue.java: ## Review Comment: PeekBlocking

Re: [PR] [Feature][Connector-V2]Jdbc chunk split add “snapshot.split.column” params #7794 [seatunnel]

2024-10-15 Thread via GitHub
XenosK commented on PR #7840: URL: https://github.com/apache/seatunnel/pull/7840#issuecomment-2414005465 > Please add test case. Test case have been added, take a look. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] [Feature][Zeta][Core] Support api get logs [seatunnel]

2024-10-15 Thread via GitHub
hailin0 commented on PR #7818: URL: https://github.com/apache/seatunnel/pull/7818#issuecomment-2413872267 good pr -- 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 unsubsc

Re: [PR] Bump org.apache.hadoop:hadoop-common from 2.9.2 to 3.4.0 in /seatunnel-connectors-v2/connector-file/connector-file-jindo-oss [seatunnel]

2024-10-15 Thread via GitHub
dependabot[bot] commented on PR #7745: URL: https://github.com/apache/seatunnel/pull/7745#issuecomment-2413777303 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, l

Re: [PR] [Feature][Zeta][Core] Support api get logs [seatunnel]

2024-10-15 Thread via GitHub
zhangshenghang commented on PR #7818: URL: https://github.com/apache/seatunnel/pull/7818#issuecomment-241332 > https://github.com/apache/seatunnel/blob/dev/docs/en/seatunnel-engine/rest-api-v2.md Please maintain documentation here. ok, thank you for your reminder -- This is an

(seatunnel) branch dependabot/maven/seatunnel-connectors-v2/connector-file/connector-file-jindo-oss/org.apache.hadoop-hadoop-common-3.4.0 deleted (was 19cf93f555)

2024-10-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/seatunnel-connectors-v2/connector-file/connector-file-jindo-oss/org.apache.hadoop-hadoop-common-3.4.0 in repository https://gitbox.apache.org/repos/asf/seatunnel.git wa

Re: [PR] Bump org.apache.hadoop:hadoop-common from 2.9.2 to 3.4.0 in /seatunnel-connectors-v2/connector-file/connector-file-jindo-oss [seatunnel]

2024-10-15 Thread via GitHub
davidzollo closed pull request #7745: Bump org.apache.hadoop:hadoop-common from 2.9.2 to 3.4.0 in /seatunnel-connectors-v2/connector-file/connector-file-jindo-oss URL: https://github.com/apache/seatunnel/pull/7745 -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] Bump org.apache.hadoop:hadoop-common from 2.9.2 to 3.4.0 in /seatunnel-connectors-v2/connector-file/connector-file-jindo-oss [seatunnel]

2024-10-15 Thread via GitHub
davidzollo commented on PR #7745: URL: https://github.com/apache/seatunnel/pull/7745#issuecomment-2413777211 Need to add unit tests -- 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 co

Re: [PR] [Feature][Zeta][Core] Support api get logs [seatunnel]

2024-10-15 Thread via GitHub
liugddx commented on PR #7818: URL: https://github.com/apache/seatunnel/pull/7818#issuecomment-2413768961 https://github.com/apache/seatunnel/blob/dev/docs/en/seatunnel-engine/rest-api-v2.md Please maintain documentation here. -- This is an automated message from the Apache Git Service

[PR] [Improve][Connector-V2] Add doris/starrocks create table with comment [seatunnel]

2024-10-15 Thread via GitHub
Hisoka-X opened a new pull request, #7847: URL: https://github.com/apache/seatunnel/pull/7847 ### Purpose of this pull request Add doris/starrocks create table with comment. ### Does this PR introduce _any_ user-facing change? no ### How was this pa

Re: [PR] [Feature][Zeta] Submit job scheduling support pending [seatunnel]

2024-10-15 Thread via GitHub
zhangshenghang commented on PR #7693: URL: https://github.com/apache/seatunnel/pull/7693#issuecomment-2413717807 https://github.com/apache/seatunnel/pull/7693#discussion_r1798941880 PeekBlockingQueue Desc: PeekBlockingQueue implements blocking when peeking. Queues like BlockingQueu

Re: [PR] [Feature][Zeta][Core] Support api get logs [seatunnel]

2024-10-15 Thread via GitHub
zhangshenghang commented on PR #7818: URL: https://github.com/apache/seatunnel/pull/7818#issuecomment-2413712234 effect ![iShot](https://github.com/user-attachments/assets/d4e0e092-a797-46a0-83e0-3d340feb7fbb) -- This is an automated message from the Apache Git Service. To respond

Re: [PR] [bugfix][core] Fix the problem of incorrect association between metrics and nodes [seatunnel]

2024-10-15 Thread via GitHub
liugddx merged PR #7799: URL: https://github.com/apache/seatunnel/pull/7799 -- 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...@seatunne

(seatunnel) branch dev updated: [bugfix][core] Fix the problem of incorrect association between metrics and nodes (#7799)

2024-10-15 Thread liugddx
This is an automated email from the ASF dual-hosted git repository. liugddx 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 8871f52fde [bugfix][core] Fix the problem of incor

Re: [I] sync data speed is too low, please help me [seatunnel]

2024-10-15 Thread via GitHub
richardblabin commented on issue #7133: URL: https://github.com/apache/seatunnel/issues/7133#issuecomment-2413499220 > I can fix how? more specific please.thanks a lot -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[I] seatunnel 2.3.5 cant start [seatunnel]

2024-10-15 Thread via GitHub
mauzel15 opened a new issue, #7846: URL: https://github.com/apache/seatunnel/issues/7846 ### 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][Connector-V2] Support write cdc changelog event into hudi sink [seatunnel]

2024-10-15 Thread via GitHub
happyboy1024 commented on PR #7845: URL: https://github.com/apache/seatunnel/pull/7845#issuecomment-2413387176 > Your hudi connector have a bug,please contact me wx 15345737051. @happyboy1024 We can discuss further. I added you, of course you can also submit an issue d

(seatunnel) branch dev updated: [Improve][Connector-v2] Use checkpointId as the commit's identifier instead of the hash for streaming write of paimon sink (#7835)

2024-10-15 Thread zhouyao2023
This is an automated email from the ASF dual-hosted git repository. zhouyao2023 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 c7a384af2b [Improve][Connector-v2] Use checkpo

Re: [PR] [Improve][Connector-v2] Use checkpointId as the commit's identifier instead of the hash for streaming write of paimon sink [seatunnel]

2024-10-15 Thread via GitHub
Carl-Zhou-CN merged PR #7835: URL: https://github.com/apache/seatunnel/pull/7835 -- 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...@sea

Re: [PR] [Feature][connector-hive] hive sink connector support overwrite mode #7843 [seatunnel]

2024-10-15 Thread via GitHub
Hisoka-X commented on PR #7844: URL: https://github.com/apache/seatunnel/pull/7844#issuecomment-2413367627 cc @liunaijie , link #6842 -- 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

Re: [PR] [Feature][Connector-V2] Support write cdc changelog event into hudi sink [seatunnel]

2024-10-15 Thread via GitHub
RoderickAdriance commented on PR #7845: URL: https://github.com/apache/seatunnel/pull/7845#issuecomment-2413358092 Your hudi connector have a bug,please contact me wx 15345737051. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [Feature][Connector-V2] Optimize hudi sink [seatunnel]

2024-10-15 Thread via GitHub
happyboy1024 commented on PR #7662: URL: https://github.com/apache/seatunnel/pull/7662#issuecomment-2413344610 > I have find some problem when using hudi sink connector. Use hudi sink connector sink multiple mysql source table to hudi . It encounter a problem when I use spark sql to query d

[PR] [Feature][Connector-V2] Support write cdc changelog event into hudi sink [seatunnel]

2024-10-15 Thread via GitHub
happyboy1024 opened a new pull request, #7845: URL: https://github.com/apache/seatunnel/pull/7845 ### Purpose of this pull request Support write cdc changelog into hudi sink. ### Does this PR introduce _any_ user-facing change? ### How was this pa

[PR] [Feature][connector-hive] hive sink connector support overwrite mode #7843 [seatunnel]

2024-10-15 Thread via GitHub
Adamyuanyuan opened a new pull request, #7844: URL: https://github.com/apache/seatunnel/pull/7844 ### Purpose of this pull request hive sink connector support overwrite mode ### Does this PR introduce _any_ user-facing change? Yes, this PR will introduce a ne

Re: [PR] Update deployment.md [seatunnel-website]

2024-10-15 Thread via GitHub
Hisoka-X commented on PR #341: URL: https://github.com/apache/seatunnel-website/pull/341#issuecomment-2413311154 > 部分最新版jar包在第一个地址是没有的,增加的地址中则有 Already update, please check. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [PR] [Improve][Connector-v2] Use checkpointId as the commit's identifier instead of the hash for streaming write of paimon sink [seatunnel]

2024-10-15 Thread via GitHub
dailai commented on code in PR #7835: URL: https://github.com/apache/seatunnel/pull/7835#discussion_r1800698588 ## seatunnel-connectors-v2/connector-paimon/src/main/java/org/apache/seatunnel/connectors/seatunnel/paimon/sink/PaimonSinkWriter.java: ## @@ -174,16 +175,21 @@ public

Re: [PR] [Improve][Connector-v2] Use checkpointId as the commit's identifier instead of the hash for streaming write of paimon sink [seatunnel]

2024-10-15 Thread via GitHub
dailai commented on code in PR #7835: URL: https://github.com/apache/seatunnel/pull/7835#discussion_r1800698588 ## seatunnel-connectors-v2/connector-paimon/src/main/java/org/apache/seatunnel/connectors/seatunnel/paimon/sink/PaimonSinkWriter.java: ## @@ -174,16 +175,21 @@ public

Re: [PR] [Improve][Connector-v2] Use checkpointId as the commit's identifier instead of the hash for streaming write of paimon sink [seatunnel]

2024-10-15 Thread via GitHub
Hisoka-X commented on code in PR #7835: URL: https://github.com/apache/seatunnel/pull/7835#discussion_r1800689314 ## seatunnel-connectors-v2/connector-paimon/src/main/java/org/apache/seatunnel/connectors/seatunnel/paimon/sink/PaimonSinkWriter.java: ## @@ -174,16 +175,21 @@ publi

Re: [I] [Bug] Spark 3.5 only: submit spark job failed with "java.lang.IncompatibleClassChangeError" error [seatunnel]

2024-10-15 Thread via GitHub
WZH-hub commented on issue #6514: URL: https://github.com/apache/seatunnel/issues/6514#issuecomment-2413214840 > > 我在集成seatunnel和spark3.5.1的时候也出现了这个问题,seatunnel依赖的版本是spark 3.3.0,spark 3.5.1的这部分api已经发生了一些变化,我是直接下载源码修改pom依赖的spark版本为3.5.1之后修改了一两处代码之后就可以运行通了 > > 请问你是只对seatunnel-translati

Re: [PR] [Improve] Update snapshot version to 2.3.9 [seatunnel]

2024-10-15 Thread via GitHub
Hisoka-X commented on code in PR #7841: URL: https://github.com/apache/seatunnel/pull/7841#discussion_r1800673782 ## docs/zh/seatunnel-engine/download-seatunnel.md: ## @@ -30,13 +30,13 @@ tar -xzvf "apache-seatunnel-${version}-bin.tar.gz" 从2.2.0-beta版本开始,二进制包不再默认提供连接器依赖,因此在第一次使

(seatunnel) branch dev updated: [Improve] Update snapshot version to 2.3.9 (#7841)

2024-10-15 Thread jarvis
This is an automated email from the ASF dual-hosted git repository. jarvis 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 fded46674d [Improve] Update snapshot version to 2.3

Re: [PR] [Improve] Update snapshot version to 2.3.9 [seatunnel]

2024-10-15 Thread via GitHub
liunaijie merged PR #7841: URL: https://github.com/apache/seatunnel/pull/7841 -- 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...@seatun

[I] [Feature][connector-hive] hive connector support overwrite mode [seatunnel]

2024-10-15 Thread via GitHub
Adamyuanyuan opened a new issue, #7843: URL: https://github.com/apache/seatunnel/issues/7843 ### 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.

[PR] [Fix][Connector-V2] Fix postgres-cdc use debezium format [seatunnel]

2024-10-15 Thread via GitHub
liudong-ryu opened a new pull request, #7842: URL: https://github.com/apache/seatunnel/pull/7842 ### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? I cant find example to test

[PR] [Improve] Update snapshot version to 2.3.9 [seatunnel]

2024-10-15 Thread via GitHub
liunaijie opened a new pull request, #7841: URL: https://github.com/apache/seatunnel/pull/7841 ### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ### Check list

Re: [I] [Bug] Spark 3.5 only: submit spark job failed with "java.lang.IncompatibleClassChangeError" error [seatunnel]

2024-10-15 Thread via GitHub
WZH-hub commented on issue #6514: URL: https://github.com/apache/seatunnel/issues/6514#issuecomment-2413119180 > 我在集成seatunnel和spark3.5.1的时候也出现了这个问题,seatunnel依赖的版本是spark 3.3.0,spark 3.5.1的这部分api已经发生了一些变化,我是直接下载源码修改pom依赖的spark版本为3.5.1之后修改了一两处代码之后就可以运行通了 请问你是只对seatunnel-translation-spar

Re: [PR] [bugfix][core] Fix the problem that multiple pipelines cannot be associated with actions [seatunnel]

2024-10-15 Thread via GitHub
Hisoka-X commented on PR #7799: URL: https://github.com/apache/seatunnel/pull/7799#issuecomment-2413084040 Please update the PR title. -- 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