Skip to content

Commit 8028724

Browse files
committed
Bump to 0.1.0
1 parent aa99653 commit 8028724

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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.9.jar`
8+
To run _Hadoop on Mesos_ you need to add the `hadoop-mesos-0.1.0.jar`
99
library to your Hadoop distribution (any distribution that uses protobuf > 2.5.0)
1010
and 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.9.jar` using Maven:
26+
You can build `hadoop-mesos-0.1.0.jar` using Maven:
2727

2828
```shell
2929
mvn package
3030
```
3131

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`.
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.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.
5555

5656
```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/
5858
```
5959

6060
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
183183

184184
_Please email [email protected] with questions!_
185185

186-
187186
----------

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.apache.mesos</groupId>
66
<artifactId>hadoop-mesos</artifactId>
7-
<version>0.0.9</version>
7+
<version>0.1.0</version>
88

99
<properties>
1010
<encoding>UTF-8</encoding>

0 commit comments

Comments
 (0)