File tree 9 files changed +13
-13
lines changed
9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
tmplog.log
2
2
hibench.report
3
3
target /
4
+ build /
Original file line number Diff line number Diff line change 2
2
## HiBench - the Hadoop Benchmark Suite ##
3
3
4
4
---
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 [email protected] ) ,
[ 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 [email protected] ) ,
[ Jiangang Duan ] ( mailto:jiangang.duan @intel.com )
8
8
- Homepage: https://github.com/intel-hadoop/Hibench
9
9
10
10
- Contents:
11
11
1 . Overview
12
12
2 . Getting Started
13
13
3 . Running
14
- 4 . For Yarn
15
14
16
15
---
17
16
### OVERVIEW ###
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ bin=$(cd -P -- "$(dirname -- "$this")" && pwd -P)
20
20
script=" $( basename -- " $this " ) "
21
21
this=" $bin /$script "
22
22
23
- export HIBENCH_VERSION=" 2.2 "
23
+ export HIBENCH_VERSION=" 3.0 "
24
24
25
25
# ##################### Global Paths ##################
26
26
Original file line number Diff line number Diff line change 33
33
<jar destfile =" dist/datatools.jar" basedir =" build/classes" >
34
34
<manifest >
35
35
<
attribute name =
" Built-By" value =
" [email protected] " />
36
- <attribute name =" Implementation-Version" value =" 2.2 " />
36
+ <attribute name =" Implementation-Version" value =" 3.0 " />
37
37
</manifest >
38
38
</jar >
39
39
</target >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.intel.hibench</groupId >
7
7
<artifactId >hibench</artifactId >
8
- <version >3.0-SNAPSHOT </version >
8
+ <version >3.0-RELEASE </version >
9
9
</parent >
10
10
11
11
<groupId >com.intel.hibench</groupId >
12
12
<artifactId >hivebench</artifactId >
13
- <version >1 .0-SNAPSHOT </version >
13
+ <version >3 .0-RELEASE </version >
14
14
<packaging >jar</packaging >
15
15
16
16
<properties >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.intel.hibench</groupId >
7
7
<artifactId >hibench</artifactId >
8
- <version >3.0-SNAPSHOT </version >
8
+ <version >3.0-RELEASE </version >
9
9
</parent >
10
10
11
11
<groupId >com.intel.hibench</groupId >
12
12
<artifactId >mahout</artifactId >
13
- <version >1 .0-SNAPSHOT </version >
13
+ <version >3 .0-RELEASE </version >
14
14
<packaging >jar</packaging >
15
15
16
16
<properties >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.intel.hibench</groupId >
7
7
<artifactId >hibench</artifactId >
8
- <version >3.0-SNAPSHOT </version >
8
+ <version >3.0-RELEASE </version >
9
9
</parent >
10
10
11
11
<groupId >com.intel.hibench</groupId >
12
12
<artifactId >nutchindexing</artifactId >
13
- <version >1 .0-SNAPSHOT </version >
13
+ <version >3 .0-RELEASE </version >
14
14
<packaging >jar</packaging >
15
15
16
16
<dependencies >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.intel.hibench</groupId >
6
6
<artifactId >hibench</artifactId >
7
- <version >3.0-SNAPSHOT </version >
7
+ <version >3.0-RELEASE </version >
8
8
<packaging >pom</packaging >
9
9
10
10
<name >hibench</name >
You can’t perform that action at this time.
0 commit comments