Skip to content

Commit 6bc7214

Browse files
authored
Update build-hibench.md (#747)
* Update build-hibench.md * Update build-hibench.md
1 parent f2eac7a commit 6bc7214

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/build-hibench.md

-8
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,3 @@ Supported modules includes: micro, ml(machine learning), sql, websearch, graph,
5959
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:
6060

6161
mvn -Psparkbench -Dmodules -PstructuredStreaming clean package
62-
63-
### Build DAL on Spark ###
64-
By default the dal module will not be built and needs to be enabled explicitly by adding "-Dmodules -Pdal", for example:
65-
66-
mvn -Psparkbench -Dmodules -Pml -Pdal -Dspark=2.4 -Dscala=2.11 clean package
67-
68-
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
69-

0 commit comments

Comments
 (0)