Paul Lin created FLINK-31965: -------------------------------- Summary: Fix ClassNotFoundException in benchmarks Key: FLINK-31965 URL: https://issues.apache.org/jira/browse/FLINK-31965 Project: Flink Issue Type: Bug Components: Benchmarks Affects Versions: 1.18.0 Reporter: Paul Lin
The benchmarks rely on the test jar of `flink-streaming-java`. However, the jar is set to test scope, thus not included in the packaged jar. Therefore ClassNotFoundException occurs while running the benchmarks with `java --jar xxx` command. -- This message was sent by Atlassian Jira (v8.20.10#820010)