Zhanghao Chen created FLINK-32821: ------------------------------------- Summary: 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: Improvement Components: Examples Affects Versions: 1.18.0 Reporter: Zhanghao Chen
5 out of the 7 streaming examples failed to run: * Iteration & SessionWindowing & SocketWindowWordCount & WindowJoin failed to run due to java.lang.NoClassDefFoundError: org/apache/flink/streaming/examples/utils/ParameterTool * TopSpeedWindowing 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)