@@ -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.9 .jar `
8
+ To run _ Hadoop on Mesos_ you need to add the ` hadoop-mesos-0.1.0 .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.9 .jar ` using Maven:
26
+ You can build ` hadoop-mesos-0.1.0 .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.9 .jar ` .
32
+ If successful, the JAR will be at ` target/hadoop-mesos-0.1.0 .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.9 .jar ` into the ` share/hadoop/common/lib ` folder.
54
+ Now copy ` hadoop-mesos-0.1.0 .jar ` into the ` share/hadoop/common/lib ` folder.
55
55
56
56
``` shell
57
- cp /path/to/hadoop-mesos-0.0.9 .jar hadoop-2.5.0-cdh5.2.0/share/hadoop/common/lib/
57
+ cp /path/to/hadoop-mesos-0.1.0 .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
@@ -183,5 +183,4 @@ This feature can be especially useful if your hadoop jobs have software dependen
183
183
184
184
_ Please email
[email protected] with questions!
_
185
185
186
-
187
186
----------
0 commit comments