From 992f4b7dc087a852f7f3c39251eaa6bfd2b61673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E6=B7=AE?= <73982001+bugmenoway@users.noreply.github.com> Date: Thu, 20 Jul 2023 11:25:30 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some jar like flink-orc-nohive_2.11 this project depend on,there is no such version as 1.11-SNAPSHOT.We need to specify the complete version. Maybe we can use "maven activation" to solve this problem. This pom use spark version x.y refer to spark complete. ’https://github.com/Intel-bigdata/HiBench/blob/master/sparkbench/pom.xml’ can be used as a reference. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 221dc7d..ef854c5 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,9 @@ - Step 2: Build test jar. - Modify flink version and hive version of `pom.xml`. - + + Notice:flink version should use x.y.z such as 1.11.2 . + - `mvn clean install` - Step 3: Run