Skip to content

Commit b562835

Browse files
committed
update to v7.1.1
1 parent 23e7450 commit b562835

File tree

28 files changed

+45
-45
lines changed

28 files changed

+45
-45
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## The bigdata micro benchmark suite ##
33

44

5-
* Current version: 7.1
5+
* Current version: 7.1.1
66
* Homepage: https://github.com/intel-hadoop/HiBench
77
* Contents:
88
1. Overview

autogen/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.intel.hibench</groupId>
88
<artifactId>hibench</artifactId>
9-
<version>7.1</version>
9+
<version>7.1.1</version>
1010
</parent>
1111

1212
<artifactId>autogen</artifactId>

common/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<parent>
2424
<groupId>com.intel.hibench</groupId>
2525
<artifactId>hibench</artifactId>
26-
<version>7.1</version>
26+
<version>7.1.1</version>
2727
</parent>
2828

2929
<groupId>com.intel.hibench</groupId>
3030
<artifactId>hibench-common</artifactId>
3131
<packaging>jar</packaging>
32-
<version>7.1</version>
32+
<version>7.1.1</version>
3333
<name>hibench-common</name>
3434

3535
<dependencies>

conf/hibench.conf

+6-6
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ hibench.configure.dir ${hibench.home}/conf
3131
hibench.hdfs.data.dir ${hibench.hdfs.master}/HiBench
3232

3333
# path of hibench jars
34-
hibench.hibench.datatool.dir ${hibench.home}/autogen/target/autogen-7.1-jar-with-dependencies.jar
35-
hibench.common.jar ${hibench.home}/common/target/hibench-common-7.1-jar-with-dependencies.jar
36-
hibench.sparkbench.jar ${hibench.home}/sparkbench/assembly/target/sparkbench-assembly-7.1-dist.jar
37-
hibench.streambench.stormbench.jar ${hibench.home}/stormbench/streaming/target/stormbench-streaming-7.1.jar
38-
hibench.streambench.gearpump.jar ${hibench.home}/gearpumpbench/streaming/target/gearpumpbench-streaming-7.1-jar-with-dependencies.jar
39-
hibench.streambench.flinkbench.jar ${hibench.home}/flinkbench/streaming/target/flinkbench-streaming-7.1-jar-with-dependencies.jar
34+
hibench.hibench.datatool.dir ${hibench.home}/autogen/target/autogen-7.1.1-jar-with-dependencies.jar
35+
hibench.common.jar ${hibench.home}/common/target/hibench-common-7.1.1-jar-with-dependencies.jar
36+
hibench.sparkbench.jar ${hibench.home}/sparkbench/assembly/target/sparkbench-assembly-7.1.1-dist.jar
37+
hibench.streambench.stormbench.jar ${hibench.home}/stormbench/streaming/target/stormbench-streaming-7.1.1.jar
38+
hibench.streambench.gearpump.jar ${hibench.home}/gearpumpbench/streaming/target/gearpumpbench-streaming-7.1.1-jar-with-dependencies.jar
39+
hibench.streambench.flinkbench.jar ${hibench.home}/flinkbench/streaming/target/flinkbench-streaming-7.1.1-jar-with-dependencies.jar
4040

4141
#======================================================
4242
# workload home/input/ouput path

flinkbench/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<parent>
77
<groupId>com.intel.hibench</groupId>
88
<artifactId>hibench</artifactId>
9-
<version>7.1</version>
9+
<version>7.1.1</version>
1010
</parent>
1111

1212
<groupId>com.intel.hibench</groupId>
1313
<artifactId>flinkbench</artifactId>
1414
<packaging>pom</packaging>
15-
<version>7.1</version>
15+
<version>7.1.1</version>
1616
<name>flinkbench</name>
1717

1818
<properties>

flinkbench/streaming/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.intel.hibench</groupId>
2525
<artifactId>flinkbench</artifactId>
26-
<version>7.1</version>
26+
<version>7.1.1</version>
2727
</parent>
2828

2929
<groupId>com.intel.hibench.flinkbench</groupId>

gearpumpbench/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<parent>
77
<groupId>com.intel.hibench</groupId>
88
<artifactId>hibench</artifactId>
9-
<version>7.1</version>
9+
<version>7.1.1</version>
1010
</parent>
1111

1212
<groupId>com.intel.hibench</groupId>
1313
<artifactId>gearpumpbench</artifactId>
1414
<packaging>pom</packaging>
15-
<version>7.1</version>
15+
<version>7.1.1</version>
1616
<name>gearpumpbench</name>
1717
<properties>
1818
<gearpumpVersion>0.8.1</gearpumpVersion>

gearpumpbench/streaming/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.intel.hibench</groupId>
2525
<artifactId>gearpumpbench</artifactId>
26-
<version>7.1</version>
26+
<version>7.1.1</version>
2727
</parent>
2828

2929
<groupId>com.intel.hibench.gearpumpbench</groupId>

hadoopbench/mahout/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.intel.hibench</groupId>
88
<artifactId>hadoopbench</artifactId>
9-
<version>7.1</version>
9+
<version>7.1.1</version>
1010
</parent>
1111

1212
<groupId>com.intel.hibench.hadoopbench</groupId>

hadoopbench/nutchindexing/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>com.intel.hibench</groupId>
77
<artifactId>hadoopbench</artifactId>
8-
<version>7.1</version>
8+
<version>7.1.1</version>
99
</parent>
1010

1111
<groupId>com.intel.hibench.hadoopbench</groupId>
1212
<artifactId>nutchindexing</artifactId>
13-
<version>7.1</version>
13+
<version>7.1.1</version>
1414
<packaging>jar</packaging>
1515

1616
<dependencies>

hadoopbench/pegasus/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.intel.hibench</groupId>
88
<artifactId>hadoopbench</artifactId>
9-
<version>7.1</version>
9+
<version>7.1.1</version>
1010
</parent>
1111

1212
<groupId>com.intel.hibench.hadoopbench</groupId>

hadoopbench/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<parent>
77
<groupId>com.intel.hibench</groupId>
88
<artifactId>hibench</artifactId>
9-
<version>7.1</version>
9+
<version>7.1.1</version>
1010
</parent>
1111

1212
<groupId>com.intel.hibench</groupId>
1313
<artifactId>hadoopbench</artifactId>
1414
<packaging>pom</packaging>
15-
<version>7.1</version>
15+
<version>7.1.1</version>
1616
<name>hadoopbench</name>
1717

1818
<profiles>

hadoopbench/sql/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>com.intel.hibench</groupId>
88
<artifactId>hadoopbench</artifactId>
9-
<version>7.1</version>
9+
<version>7.1.1</version>
1010
</parent>
1111

1212
<groupId>com.intel.hibench.hadoopbench</groupId>
1313
<artifactId>hadoopbench-sql</artifactId>
14-
<version>7.1</version>
14+
<version>7.1.1</version>
1515
<packaging>jar</packaging>
1616
<name>hadoopbench-sql</name>
1717

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.intel.hibench</groupId>
77
<artifactId>hibench</artifactId>
8-
<version>7.1</version>
8+
<version>7.1.1</version>
99
<packaging>pom</packaging>
1010
<name>hibench</name>
1111
<url>http://maven.apache.org</url>

sparkbench/assembly/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.intel.hibench</groupId>
88
<artifactId>sparkbench</artifactId>
9-
<version>7.1</version>
9+
<version>7.1.1</version>
1010
</parent>
1111

1212
<groupId>com.intel.hibench.sparkbench</groupId>

sparkbench/common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.intel.hibench</groupId>
99
<artifactId>sparkbench</artifactId>
10-
<version>7.1</version>
10+
<version>7.1.1</version>
1111
</parent>
1212

1313
<groupId>com.intel.hibench.sparkbench</groupId>

sparkbench/dal/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.intel.hibench</groupId>
88
<artifactId>sparkbench</artifactId>
9-
<version>7.1</version>
9+
<version>7.1.1</version>
1010
</parent>
1111

1212
<groupId>com.intel.hibench.sparkbench</groupId>

sparkbench/graph/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<parent>
77
<groupId>com.intel.hibench</groupId>
88
<artifactId>sparkbench</artifactId>
9-
<version>7.1</version>
9+
<version>7.1.1</version>
1010
</parent>
1111

1212
<groupId>com.intel.hibench.sparkbench</groupId>
1313
<artifactId>sparkbench-graph</artifactId>
1414
<packaging>jar</packaging>
15-
<version>7.1</version>
15+
<version>7.1.1</version>
1616
<name>sparkbench-graph</name>
1717

1818
<dependencies>

sparkbench/micro/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.intel.hibench</groupId>
99
<artifactId>sparkbench</artifactId>
10-
<version>7.1</version>
10+
<version>7.1.1</version>
1111
</parent>
1212

1313
<groupId>com.intel.hibench.sparkbench</groupId>

sparkbench/ml/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.intel.hibench</groupId>
88
<artifactId>sparkbench</artifactId>
9-
<version>7.1</version>
9+
<version>7.1.1</version>
1010
</parent>
1111

1212
<groupId>com.intel.hibench.sparkbench</groupId>

sparkbench/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<parent>
77
<groupId>com.intel.hibench</groupId>
88
<artifactId>hibench</artifactId>
9-
<version>7.1</version>
9+
<version>7.1.1</version>
1010
</parent>
1111

1212
<groupId>com.intel.hibench</groupId>
1313
<artifactId>sparkbench</artifactId>
1414
<packaging>pom</packaging>
15-
<version>7.1</version>
15+
<version>7.1.1</version>
1616
<name>sparkbench</name>
1717

1818
<modules>

sparkbench/sql/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<parent>
88
<groupId>com.intel.hibench</groupId>
99
<artifactId>sparkbench</artifactId>
10-
<version>7.1</version>
10+
<version>7.1.1</version>
1111
</parent>
1212

1313
<groupId>com.intel.hibench.sparkbench</groupId>
1414
<artifactId>sparkbench-sql</artifactId>
1515
<packaging>jar</packaging>
16-
<version>7.1</version>
16+
<version>7.1.1</version>
1717
<name>sparkbench-sql</name>
1818

1919
<dependencies>

sparkbench/streaming/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.intel.hibench</groupId>
88
<artifactId>sparkbench</artifactId>
9-
<version>7.1</version>
9+
<version>7.1.1</version>
1010
</parent>
1111

1212
<groupId>com.intel.hibench.sparkbench</groupId>

sparkbench/structuredStreaming/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.intel.hibench</groupId>
88
<artifactId>sparkbench</artifactId>
9-
<version>7.1</version>
9+
<version>7.1.1</version>
1010
</parent>
1111

1212
<groupId>com.intel.hibench.sparkbench</groupId>

sparkbench/websearch/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<parent>
77
<groupId>com.intel.hibench</groupId>
88
<artifactId>sparkbench</artifactId>
9-
<version>7.1</version>
9+
<version>7.1.1</version>
1010
</parent>
1111

1212
<groupId>com.intel.hibench.sparkbench</groupId>
1313
<artifactId>sparkbench-websearch</artifactId>
1414
<packaging>jar</packaging>
15-
<version>7.1</version>
15+
<version>7.1.1</version>
1616
<name>sparkbench-websearch</name>
1717

1818
<dependencies>

stormbench/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<parent>
77
<groupId>com.intel.hibench</groupId>
88
<artifactId>hibench</artifactId>
9-
<version>7.1</version>
9+
<version>7.1.1</version>
1010
</parent>
1111

1212
<groupId>com.intel.hibench</groupId>
1313
<artifactId>stormbench</artifactId>
1414
<packaging>pom</packaging>
15-
<version>7.1</version>
15+
<version>7.1.1</version>
1616
<name>stormbench</name>
1717

1818
<profiles>

stormbench/streaming/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.intel.hibench</groupId>
2525
<artifactId>stormbench</artifactId>
26-
<version>7.1</version>
26+
<version>7.1.1</version>
2727
</parent>
2828

2929
<groupId>com.intel.hibench.stormbench</groupId>

travis/hibench.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ hibench.configure.dir ${hibench.home}/conf
2929
hibench.hdfs.data.dir ${hibench.hdfs.master}/HiBench
3030

3131
# path of hibench datatools
32-
hibench.hibench.datatool.dir ${hibench.home}/autogen/target/autogen-7.1-jar-with-dependencies.jar
32+
hibench.hibench.datatool.dir ${hibench.home}/autogen/target/autogen-7.1.1-jar-with-dependencies.jar
3333

34-
hibench.sparkbench.jar ${hibench.home}/sparkbench/assembly/target/sparkbench-assembly-7.1-dist.jar
34+
hibench.sparkbench.jar ${hibench.home}/sparkbench/assembly/target/sparkbench-assembly-7.1.1-dist.jar
3535

3636
#======================================================
3737
# workload home/input/ouput path

0 commit comments

Comments
 (0)