[
https://issues.apache.org/jira/browse/FLINK-32821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17755534#comment-17755534
]
Alexander Fedulov commented on FLINK-32821:
-------------------------------------------
[~Zhanghao Chen] I am still not sure why you faced this issue. Bundling datagen
was part of the original PR:
[https://github.com/apache/flink/pull/23079/files#diff-c7da2a9d0258717dbd97328195d580aedc3fe51240aeb4fc0f292d946dcdb4af]
Maybe there was some unlucky timing because Leonard might haveĀ merged the
commits separately and maybe you pulled right before this one got integrated
[https://github.com/apache/flink/commit/dfb9cb851dc1f0908ea6c3ce1230dd8ca2b48733]
Anyhow, I believe we can close this issue.
> Streaming examples failed to execute due to error in packaging
> --------------------------------------------------------------
>
> Key: FLINK-32821
> URL: https://issues.apache.org/jira/browse/FLINK-32821
> Project: Flink
> Issue Type: Bug
> Components: Examples
> Affects Versions: 1.18.0
> Reporter: Zhanghao Chen
> Assignee: Zhanghao Chen
> Priority: Major
> Labels: pull-request-available
>
> 7 out of the 8 streaming examples failed to run:
> * Iteration & SessionWindowing & SocketWindowWordCount & WindowJoin failed
> to run due to java.lang.NoClassDefFoundError:
> org/apache/flink/streaming/examples/utils/ParameterTool
> * MatrixVectorMul & TopSpeedWindowing & StateMachineExample failed to run
> due to: Caused by: java.lang.ClassNotFoundException:
> org.apache.flink.connector.datagen.source.GeneratorFunction
> The NoClassDefFoundError with ParameterTool is introduced by FLINK-32558
> Properly deprecate DataSet API - ASF JIRA (apache.org), and we'd better
> resolve FLINK-32820 ParameterTool is mistakenly marked as deprecated - ASF
> JIRA (apache.org) first before we come to a fix for this problem.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)