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
55
66#### Overview ####
77
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 `
99library to your Hadoop distribution (any distribution that uses protobuf > 2.5.0)
1010and set some new configuration properties. Read on for details.
1111
@@ -23,13 +23,13 @@ install `libsnappy`. The [`snappy-java`][snappy-java] package also includes a b
2323
2424#### Build ####
2525
26- You can build ` hadoop-mesos-0.0.8 .jar ` using Maven:
26+ You can build ` hadoop-mesos-0.0.9 .jar ` using Maven:
2727
2828``` shell
2929mvn package
3030```
3131
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 ` .
3333
3434> NOTE: If you want to build against a different version of Mesos than
3535> 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
5151
5252> ** Take note** , the extracted directory is ` hadoop-2.5.0-cdh5.2.0 ` .
5353
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.
5555
5656``` 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/
5858```
5959
6060Since CDH5 includes both MRv1 and MRv2 (YARN) and is configured for YARN by
Original file line number Diff line number Diff line change 44
55 <groupId >org.apache.mesos</groupId >
66 <artifactId >hadoop-mesos</artifactId >
7- <version >0.0.8 </version >
7+ <version >0.0.9 </version >
88
99 <properties >
1010 <encoding >UTF-8</encoding >
You can’t perform that action at this time.
0 commit comments