From 435f0d09bdea3f963b5ddb919d3c8e3473bb4cac Mon Sep 17 00:00:00 2001 From: Carson Wang Date: Tue, 10 Dec 2024 09:09:14 +0800 Subject: [PATCH 1/2] Update build-hibench.md --- docs/build-hibench.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/build-hibench.md b/docs/build-hibench.md index 8c363edf2..3e497d9a3 100644 --- a/docs/build-hibench.md +++ b/docs/build-hibench.md @@ -60,10 +60,3 @@ For Spark 2.0 or higher versions, we add the benchmark support for Structured St mvn -Psparkbench -Dmodules -PstructuredStreaming clean package -### Build DAL on Spark ### -By default the dal module will not be built and needs to be enabled explicitly by adding "-Dmodules -Pdal", for example: - - mvn -Psparkbench -Dmodules -Pml -Pdal -Dspark=2.4 -Dscala=2.11 clean package - -Currently there is only one workload KMeans available in DAL. To run the workload, install DAL and setup the environment by following https://github.com/intel/daal - From c5e685b278fed2afd026c3b09e4903539b7b02e4 Mon Sep 17 00:00:00 2001 From: Carson Wang Date: Tue, 10 Dec 2024 09:09:42 +0800 Subject: [PATCH 2/2] Update build-hibench.md --- docs/build-hibench.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/build-hibench.md b/docs/build-hibench.md index 3e497d9a3..cf177b12c 100644 --- a/docs/build-hibench.md +++ b/docs/build-hibench.md @@ -59,4 +59,3 @@ Supported modules includes: micro, ml(machine learning), sql, websearch, graph, For Spark 2.0 or higher versions, we add the benchmark support for Structured Streaming. This is a new module which cannot be compiled in Spark 1.6. And it won't get compiled by default even if you specify the spark version as 2.0 or higher. You must explicitly specify it like this: mvn -Psparkbench -Dmodules -PstructuredStreaming clean package -