Skip to content

Commit 38d5f79

Browse files
committedOct 30, 2014
prepare for 3.0 release
1 parent 845538a commit 38d5f79

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
tmplog.log
22
hibench.report
33
target/
4+
build/

‎README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22
## HiBench - the Hadoop Benchmark Suite ##
33

44
---
5-
- Release version: 2.2
6-
- Release date: 2012/10/23
7-
- Contact: [Lan Yi](mailto:lan.yi@intel.com), [Kai Wei](mailto:kai.wei@intel.com), [Shengsheng Huang](mailto:shengsheng.huang@intel.com), [Jason Dai](mailto:jason.dai@intel.com)
5+
- Release version: 3.0
6+
- Release date: 2014/10/31
7+
- Contact: [Daoyuan Wang](mailto:daoyuan.wang@intel.com), [Mingfei Shi](mailto:mingfei.shi@intel.com), [Grace Huang](mailto:jie.huang@intel.com), [Jiangang Duan](mailto:jiangang.duan@intel.com)
88
- Homepage: https://github.com/intel-hadoop/Hibench
99

1010
- Contents:
1111
1. Overview
1212
2. Getting Started
1313
3. Running
14-
4. For Yarn
1514

1615
---
1716
### OVERVIEW ###

‎bin/hibench-config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bin=$(cd -P -- "$(dirname -- "$this")" && pwd -P)
2020
script="$(basename -- "$this")"
2121
this="$bin/$script"
2222

23-
export HIBENCH_VERSION="2.2"
23+
export HIBENCH_VERSION="3.0"
2424

2525
###################### Global Paths ##################
2626

‎common/autogen/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<jar destfile="dist/datatools.jar" basedir="build/classes">
3434
<manifest>
3535
<attribute name="Built-By" value="lan.yi@intel.com"/>
36-
<attribute name="Implementation-Version" value="2.2"/>
36+
<attribute name="Implementation-Version" value="3.0"/>
3737
</manifest>
3838
</jar>
3939
</target>

‎common/autogen/dist/datatools.jar

2 Bytes
Binary file not shown.

‎common/hibench/hivebench/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>hibench</artifactId>
8-
<version>3.0-SNAPSHOT</version>
8+
<version>3.0-RELEASE</version>
99
</parent>
1010

1111
<groupId>com.intel.hibench</groupId>
1212
<artifactId>hivebench</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>3.0-RELEASE</version>
1414
<packaging>jar</packaging>
1515

1616
<properties>

‎common/hibench/mahout/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>hibench</artifactId>
8-
<version>3.0-SNAPSHOT</version>
8+
<version>3.0-RELEASE</version>
99
</parent>
1010

1111
<groupId>com.intel.hibench</groupId>
1212
<artifactId>mahout</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>3.0-RELEASE</version>
1414
<packaging>jar</packaging>
1515

1616
<properties>

‎common/hibench/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>hibench</artifactId>
8-
<version>3.0-SNAPSHOT</version>
8+
<version>3.0-RELEASE</version>
99
</parent>
1010

1111
<groupId>com.intel.hibench</groupId>
1212
<artifactId>nutchindexing</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>3.0-RELEASE</version>
1414
<packaging>jar</packaging>
1515

1616
<dependencies>

‎common/hibench/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.intel.hibench</groupId>
66
<artifactId>hibench</artifactId>
7-
<version>3.0-SNAPSHOT</version>
7+
<version>3.0-RELEASE</version>
88
<packaging>pom</packaging>
99

1010
<name>hibench</name>

0 commit comments

Comments
 (0)
Please sign in to comment.