You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Paul Lin (Jira)" <ji...@apache.org> on 2023/04/28 06:30:00 UTC

[jira] [Created] (FLINK-31965) Fix ClassNotFoundException in benchmarks

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)