You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by "cgxCode (via GitHub)" <gi...@apache.org> on 2023/06/07 10:13:01 UTC

[GitHub] [incubator-streampark] cgxCode commented on issue #2783: [Bug] When the task was submitted, it failed due to version number issues.

cgxCode commented on issue #2783:
URL: https://github.com/apache/incubator-streampark/issues/2783#issuecomment-1580393915

   Streampark supports only standard version of Flink and does not support CDH/CDP version of Flink client. Even if you fork the source code to bypass the version check mentioned above, there will be more incompatibility issues that you will face later. The biggest problem is that many parameter settings in Streampark are set using "-Dkey=value", but it is not effective in CDH/CDP version of Flink.
   streampark支持的是flink标准版本,不支持cdh/cdp版本的flink客户端。即使你fork了源码将上述版本校验绕过去,后面会有更多的不兼容。最大的问题在于:streampark的很多参数设置都是通过-Dkey=value进行设置,然而cdp的flink这样设置是无效的。


-- 
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: issues-unsubscribe@streampark.apache.org

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