This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit 324a5e45c80464335a95cad7fbccfd531d0b098b Author: Zhanghao Chen <[email protected]> AuthorDate: Sun Jan 28 13:14:19 2024 +0800 [hotfix][examples] Doc on why MatrixVectorMul example is not bundled with Flink dist nor deployed in Maven repo --- flink-examples/flink-examples-streaming/pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flink-examples/flink-examples-streaming/pom.xml b/flink-examples/flink-examples-streaming/pom.xml index 3a5459bd1ad..04ad7e1adde 100644 --- a/flink-examples/flink-examples-streaming/pom.xml +++ b/flink-examples/flink-examples-streaming/pom.xml @@ -274,7 +274,9 @@ under the License. <createDependencyReducedPom>false</createDependencyReducedPom> </configuration> <executions> - <!-- MatrixVectorMul --> + <!-- MatrixVectorMul. It is not bundled with Flink dist, nor deployed in Maven repo, + as it is platform-dependent. Users are expected to compile and run it with custom + jcuda version specified by themselves with the "jcuda.version" property.--> <execution> <id>MatrixVectorMul</id> <phase>package</phase>
