From 6bc72149cd7c9f5867f61c94d8b624ad4feba5cf Mon Sep 17 00:00:00 2001 From: Carson Wang Date: Tue, 10 Dec 2024 09:12:32 +0800 Subject: [PATCH] Update build-hibench.md (#747) * Update build-hibench.md * Update build-hibench.md --- docs/build-hibench.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/build-hibench.md b/docs/build-hibench.md index 8c363edf2..cf177b12c 100644 --- a/docs/build-hibench.md +++ b/docs/build-hibench.md @@ -59,11 +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 - -### 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 -