Re: [PR] Use chown to set the file owner [dolphinscheduler]

2023-11-28 Thread via GitHub
sonarcloud[bot] commented on PR #15240: URL: https://github.com/apache/dolphinscheduler/pull/15240#issuecomment-1831349271 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png

[PR] [BUG-#15241][Datasource] can not load ```hana``` [dolphinscheduler]

2023-11-28 Thread via GitHub
fuchanghai opened a new pull request, #15242: URL: https://github.com/apache/dolphinscheduler/pull/15242 ## Purpose of the pull request - plz close : #15241 ## Brief change log ## Verify this pull request This pull request is code cleanup witho

Re: [PR] Use chown to set the file owner [dolphinscheduler]

2023-11-28 Thread via GitHub
sonarcloud[bot] commented on PR #15240: URL: https://github.com/apache/dolphinscheduler/pull/15240#issuecomment-1831348131 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png

Re: [PR] Use chown to set the file owner [dolphinscheduler]

2023-11-28 Thread via GitHub
codecov-commenter commented on PR #15240: URL: https://github.com/apache/dolphinscheduler/pull/15240#issuecomment-1831342672 ## [Codecov](https://app.codecov.io/gh/apache/dolphinscheduler/pull/15240?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comme

Re: [I] [Bug] execute sql error: datasource plugin 'doris' is not found [dolphinscheduler]

2023-11-28 Thread via GitHub
zqyangchn commented on issue #15075: URL: https://github.com/apache/dolphinscheduler/issues/15075#issuecomment-1831339929 This is how it is used now, but the doris data source is not easy to use. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [I] [Improvement][CI] Remove rebase check in pr. [dolphinscheduler]

2023-11-28 Thread via GitHub
ruanwenjun commented on issue #15187: URL: https://github.com/apache/dolphinscheduler/issues/15187#issuecomment-1831338393 > https://private-user-images.githubusercontent.com/42763775/286476322-2c0caa2b-6970-4b7e-a5dd-6a64e7b53f87.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRo

[I] [Bug] [DataSource] can not load datasource [dolphinscheduler]

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

[PR] Use chown to set the file owner [dolphinscheduler]

2023-11-28 Thread via GitHub
ruanwenjun opened a new pull request, #15240: URL: https://github.com/apache/dolphinscheduler/pull/15240 ## Purpose of the pull request ## Brief change log ## Verify this pull request This pull request is code cleanup without any test cover

Re: [PR] [Feature-15148][dolphinscheduler-alert-plugins] add alert plugin aliyun-voice [dolphinscheduler]

2023-11-28 Thread via GitHub
qingwli commented on PR #15148: URL: https://github.com/apache/dolphinscheduler/pull/15148#issuecomment-1831274744 Please fix UT. Add your new jar license like `DEPENDENCIES` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] [Feature-15148][dolphinscheduler-alert-plugins] add alert plugin aliyun-voice [dolphinscheduler]

2023-11-28 Thread via GitHub
sonarcloud[bot] commented on PR #15148: URL: https://github.com/apache/dolphinscheduler/pull/15148#issuecomment-1831269955 Please retry analysis of this Pull-Request directly on [SonarCloud](https://sonarcloud.io/project/issues?id=apache-dolphinscheduler&pullRequest=15148). -- This is an

Re: [PR] [Feature-15148][dolphinscheduler-alert-plugins] add alert plugin aliyun-voice [dolphinscheduler]

2023-11-28 Thread via GitHub
sonarcloud[bot] commented on PR #15148: URL: https://github.com/apache/dolphinscheduler/pull/15148#issuecomment-1831269518 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png

Re: [PR] Conflict when input and output variables have the same name [dolphinscheduler]

2023-11-28 Thread via GitHub
brywzy closed pull request #15205: Conflict when input and output variables have the same name URL: https://github.com/apache/dolphinscheduler/pull/15205 -- 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

(dolphinscheduler-website) branch asf-site updated: Automated deployment: ad4e3edc835d96c6e985f14d62d81d384f8b7038

2023-11-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 71a52acfc9 Automated d

Re: [I] [Improvement][CI] Remove rebase check in pr. [dolphinscheduler]

2023-11-28 Thread via GitHub
xjlgod commented on issue #15187: URL: https://github.com/apache/dolphinscheduler/issues/15187#issuecomment-1831200289 https://github.com/apache/dolphinscheduler/assets/42763775/2c0caa2b-6970-4b7e-a5dd-6a64e7b53f87";> I think we can use `squash and merge` for merging, and if there ar

Re: [I] [Bug] execute sql error: datasource plugin 'doris' is not found [dolphinscheduler]

2023-11-28 Thread via GitHub
mezhangremoterepository commented on issue #15075: URL: https://github.com/apache/dolphinscheduler/issues/15075#issuecomment-1831137305 It works without fixing it: Change your Doris data source to MYSQL, your IP, port write your Doris configuration, so you can use mysql jdbc connection Dori

[I] 使用k8s部署了一套dolphinscheduler,提交spark任务到外部带有kerberos权限认证的的yarn时出现错误 [dolphinscheduler]

2023-11-28 Thread via GitHub
TheWindIsRising opened a new issue, #15239: URL: https://github.com/apache/dolphinscheduler/issues/15239 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happ

Re: [I] A set of dolphinscheduler was deployed using k8s. An error occurred when submitting a spark task to an external yarn with kerberos authentication. [dolphinscheduler]

2023-11-28 Thread via GitHub
github-actions[bot] commented on issue #15239: URL: https://github.com/apache/dolphinscheduler/issues/15239#issuecomment-1831131589 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issu

Re: [I] [Improvement][CI] Remove rebase check in pr. [dolphinscheduler]

2023-11-28 Thread via GitHub
ruanwenjun commented on issue #15187: URL: https://github.com/apache/dolphinscheduler/issues/15187#issuecomment-1831123764 > > > please assign to me. > > > > > > Assigned > > I tried using GitHub Action [cirrus-actions/rebase@1.8](https://github.com/cirrus-actions/rebase)

Re: [I] [Bug] [dolphinscheduler-master] master didn't work and process didn't scheduler [dolphinscheduler]

2023-11-28 Thread via GitHub
Caribbeanz commented on issue #14572: URL: https://github.com/apache/dolphinscheduler/issues/14572#issuecomment-1831074413 I had the same problem.It may be a problem with the master service.Check whether there are waiting tasks.It works after the cluster is restarted. -- This is

Re: [I] [Bug] [master] workflow instance blocking caused by TaskStateEventHandler::handleStateEvent NullPointerException [dolphinscheduler]

2023-11-28 Thread via GitHub
jerves closed issue #15222: [Bug] [master] workflow instance blocking caused by TaskStateEventHandler::handleStateEvent NullPointerException URL: https://github.com/apache/dolphinscheduler/issues/15222 -- This is an automated message from the Apache Git Service. To respond to the message, ple

Re: [I] [Bug] [master] workflow instance blocking caused by TaskStateEventHandler::handleStateEvent NullPointerException [dolphinscheduler]

2023-11-28 Thread via GitHub
jerves commented on issue #15222: URL: https://github.com/apache/dolphinscheduler/issues/15222#issuecomment-1831059607 Already fix on dev branch:https://github.com/apache/dolphinscheduler/pull/15057 -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [PR] [fix-#15176] [sql] If the value of the variable contains $ or / symbols, an error may be reported. [dolphinscheduler]

2023-11-28 Thread via GitHub
fuchanghai commented on PR #15177: URL: https://github.com/apache/dolphinscheduler/pull/15177#issuecomment-1831042936 > ![image](https://private-user-images.githubusercontent.com/20885366/285814091-f13d3eb9-4472-4547-a175-13923cd30561.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ

Re: [PR] [fix-#15176] [sql] If the value of the variable contains $ or / symbols, an error may be reported. [dolphinscheduler]

2023-11-28 Thread via GitHub
fuchanghai commented on PR #15177: URL: https://github.com/apache/dolphinscheduler/pull/15177#issuecomment-1831040998 > Please add Ut for this, this issue is not clear. dnoe -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [I] 数据写入hbase中,Kerberos认证失败,但是在本地执行是同样的脚本没有报错 [dolphinscheduler]

2023-11-28 Thread via GitHub
TheWindIsRising commented on issue #3047: URL: https://github.com/apache/dolphinscheduler/issues/3047#issuecomment-1831033499 你是k8s部署的吗 -- 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 specif

Re: [I] [Improvement][E2E + API Tests] Refactor UI test and API test modules [dolphinscheduler]

2023-11-28 Thread via GitHub
github-actions[bot] closed issue #10778: [Improvement][E2E + API Tests] Refactor UI test and API test modules URL: https://github.com/apache/dolphinscheduler/issues/10778 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [I] [Improvement][E2E + API Tests] Refactor UI test and API test modules [dolphinscheduler]

2023-11-28 Thread via GitHub
github-actions[bot] commented on issue #10778: URL: https://github.com/apache/dolphinscheduler/issues/10778#issuecomment-1830989302 This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future. --

Re: [PR] feat: add dep component [dolphinscheduler]

2023-11-28 Thread via GitHub
github-actions[bot] closed pull request #14469: feat: add dep component URL: https://github.com/apache/dolphinscheduler/pull/14469 -- 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] [don't-merge]release: prepare release 3.2.0 [dolphinscheduler]

2023-11-28 Thread via GitHub
github-actions[bot] commented on PR #14610: URL: https://github.com/apache/dolphinscheduler/pull/14610#issuecomment-1830989168 This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it

Re: [PR] feat: add dep component [dolphinscheduler]

2023-11-28 Thread via GitHub
github-actions[bot] commented on PR #14469: URL: https://github.com/apache/dolphinscheduler/pull/14469#issuecomment-1830989210 This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it

Re: [PR] [don't-merge]release: prepare release 3.2.0 [dolphinscheduler]

2023-11-28 Thread via GitHub
github-actions[bot] closed pull request #14610: [don't-merge]release: prepare release 3.2.0 URL: https://github.com/apache/dolphinscheduler/pull/14610 -- 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: [PR] [Improvement-15183][API] Split Status in to sub status [dolphinscheduler]

2023-11-28 Thread via GitHub
zzzk1 commented on PR #15237: URL: https://github.com/apache/dolphinscheduler/pull/15237#issuecomment-1830167678 > hi @zzzk1 which issue you want to improve ? its https://github.com/apache/dolphinscheduler/issues/15183 Demo code -- This is an automated message from the Apache G

Re: [PR] Dev 20190415 [dolphinscheduler]

2023-11-28 Thread via GitHub
sonarcloud[bot] commented on PR #155: URL: https://github.com/apache/dolphinscheduler/pull/155#issuecomment-1830155919 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png 'Qual

Re: [PR] Dev 20190415 [dolphinscheduler]

2023-11-28 Thread via GitHub
sonarcloud[bot] commented on PR #155: URL: https://github.com/apache/dolphinscheduler/pull/155#issuecomment-1830154130 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png 'Qual

Re: [PR] [fix-#15176] [sql] If the value of the variable contains $ or / symbols, an error may be reported. [dolphinscheduler]

2023-11-28 Thread via GitHub
fuchanghai commented on PR #15177: URL: https://github.com/apache/dolphinscheduler/pull/15177#issuecomment-1830136936 > Please add Ut for this, this issue is not clear. i will add UT, tomorrow -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [PR] [Improvement-15183][API] Split Status in to sub status [dolphinscheduler]

2023-11-28 Thread via GitHub
fuchanghai commented on PR #15237: URL: https://github.com/apache/dolphinscheduler/pull/15237#issuecomment-1830134202 hi @zzzk1 which issue you want to improve ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] [Improvement][CI] Remove rebase check in pr. [dolphinscheduler]

2023-11-28 Thread via GitHub
xjlgod commented on issue #15187: URL: https://github.com/apache/dolphinscheduler/issues/15187#issuecomment-1829993015 > > please assign to me. > > Assigned I tried using GitHub Action [cirrus-actions/rebase@1.8](https://github.com/cirrus-actions/rebase) for implementation. B

Re: [I] [Improvement][DataQualityTask] Find DataQualityTask jar in class path. [dolphinscheduler]

2023-11-28 Thread via GitHub
zzzk1 commented on issue #15086: URL: https://github.com/apache/dolphinscheduler/issues/15086#issuecomment-1829877870 hi, @ruanwenjun. I noticed that the following configuration file contains this jar package. https://github.com/apache/dolphinscheduler/assets/36791902/faca6245-b12a-4a2e-

[PR] [Improvement][DOC] Some documentation for parameter passing is missing [dolphinscheduler]

2023-11-28 Thread via GitHub
fuchanghai opened a new pull request, #15238: URL: https://github.com/apache/dolphinscheduler/pull/15238 ## Purpose of the pull request - plz close : #15235 ## Brief change log ## Verify this pull request This pull request is code cleanup without any test

[PR] [Improvement-15183][API] Split Status in to sub status [dolphinscheduler]

2023-11-28 Thread via GitHub
zzzk1 opened a new pull request, #15237: URL: https://github.com/apache/dolphinscheduler/pull/15237 ## Purpose of the pull request ## Brief change log ## Verify this pull request This pull request is code cleanup without any test coverage.

Re: [PR] [Improvement-15183][api] spilt status demo [dolphinscheduler]

2023-11-28 Thread via GitHub
zzzk1 closed pull request #15230: [Improvement-15183][api] spilt status demo URL: https://github.com/apache/dolphinscheduler/pull/15230 -- 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: [I] [Feature][Executor] Add K8S Executor for task dispatching [dolphinscheduler]

2023-11-28 Thread via GitHub
liujianmin1024 commented on issue #13316: URL: https://github.com/apache/dolphinscheduler/issues/13316#issuecomment-1829678240 I have a question. In the scenario where each task has one pod, how to determine the resources of each pod? -- This is an automated message from the Apache Git S

Re: [PR] [Feature-15148][dolphinscheduler-alert-plugins] add alert plugin aliyun-voice [dolphinscheduler]

2023-11-28 Thread via GitHub
xujiaqiang commented on code in PR #15148: URL: https://github.com/apache/dolphinscheduler/pull/15148#discussion_r1407522100 ## dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-voice/src/main/java/org/apache/dolphinscheduler/plugin/alert/voice/VoiceParam.jav

Re: [PR] [Feature-15148][dolphinscheduler-alert-plugins] add alert plugin aliyun-voice [dolphinscheduler]

2023-11-28 Thread via GitHub
qingwli commented on code in PR #15148: URL: https://github.com/apache/dolphinscheduler/pull/15148#discussion_r1407505432 ## dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-voice/src/main/java/org/apache/dolphinscheduler/plugin/alert/voice/VoiceParam.java:

(dolphinscheduler) branch dev updated: [Fix] Change HTTP plugin timeout param to number type (#15234)

2023-11-28 Thread wangyang
This is an automated email from the ASF dual-hosted git repository. wangyang pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git The following commit(s) were added to refs/heads/dev by this push: new 4c56acb467 [Fix] Change HTTP plugin timeou

Re: [PR] [Fix] Change HTTP plugin timeout param to number type [dolphinscheduler]

2023-11-28 Thread via GitHub
qingwli merged PR #15234: URL: https://github.com/apache/dolphinscheduler/pull/15234 -- 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...

[I] [Bug] [Resource/file-manange] Failed to get file on shell task [dolphinscheduler]

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

[I] [Doc][SqlTask] Some documentation for parameter passing is missing [dolphinscheduler]

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

Re: [PR] [Fix] Change HTTP plugin timeout param to number type [dolphinscheduler]

2023-11-28 Thread via GitHub
sonarcloud[bot] commented on PR #15234: URL: https://github.com/apache/dolphinscheduler/pull/15234#issuecomment-1829291180 Please retry analysis of this Pull-Request directly on [SonarCloud](https://sonarcloud.io/project/issues?id=apache-dolphinscheduler&pullRequest=15234). -- This is an

Re: [PR] [Fix] Change HTTP plugin timeout param to number type [dolphinscheduler]

2023-11-28 Thread via GitHub
sonarcloud[bot] commented on PR #15234: URL: https://github.com/apache/dolphinscheduler/pull/15234#issuecomment-1829290632 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16p