File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Hadoop on Mesos
5
5
6
6
#### Overview ####
7
7
8
- To run _ Hadoop on Mesos_ you need to add the ` hadoop-mesos-0.0.8 .jar `
8
+ To run _ Hadoop on Mesos_ you need to add the ` hadoop-mesos-0.0.9 .jar `
9
9
library to your Hadoop distribution (any distribution that uses protobuf > 2.5.0)
10
10
and set some new configuration properties. Read on for details.
11
11
@@ -23,13 +23,13 @@ install `libsnappy`. The [`snappy-java`][snappy-java] package also includes a b
23
23
24
24
#### Build ####
25
25
26
- You can build ` hadoop-mesos-0.0.8 .jar ` using Maven:
26
+ You can build ` hadoop-mesos-0.0.9 .jar ` using Maven:
27
27
28
28
``` shell
29
29
mvn package
30
30
```
31
31
32
- If successful, the JAR will be at ` target/hadoop-mesos-0.0.8 .jar ` .
32
+ If successful, the JAR will be at ` target/hadoop-mesos-0.0.9 .jar ` .
33
33
34
34
> NOTE: If you want to build against a different version of Mesos than
35
35
> the default you'll need to update ` mesos-version ` in ` pom.xml ` .
@@ -51,10 +51,10 @@ tar zxf hadoop-2.5.0-cdh5.2.0.tar.gz
51
51
52
52
> ** Take note** , the extracted directory is ` hadoop-2.5.0-cdh5.2.0 ` .
53
53
54
- Now copy ` hadoop-mesos-0.0.8 .jar ` into the ` share/hadoop/common/lib ` folder.
54
+ Now copy ` hadoop-mesos-0.0.9 .jar ` into the ` share/hadoop/common/lib ` folder.
55
55
56
56
``` shell
57
- cp /path/to/hadoop-mesos-0.0.8 .jar hadoop-2.5.0-cdh5.2.0/share/hadoop/common/lib/
57
+ cp /path/to/hadoop-mesos-0.0.9 .jar hadoop-2.5.0-cdh5.2.0/share/hadoop/common/lib/
58
58
```
59
59
60
60
Since CDH5 includes both MRv1 and MRv2 (YARN) and is configured for YARN by
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.apache.mesos</groupId >
6
6
<artifactId >hadoop-mesos</artifactId >
7
- <version >0.0.8 </version >
7
+ <version >0.0.9 </version >
8
8
9
9
<properties >
10
10
<encoding >UTF-8</encoding >
You can’t perform that action at this time.
0 commit comments