Skip to content

Commit

Permalink
Version bump to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tarnfeld committed Mar 5, 2015
1 parent eef6c53 commit 3d70fb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Hadoop on Mesos

#### Overview ####

To run _Hadoop on Mesos_ you need to add the `hadoop-mesos-0.0.8.jar`
To run _Hadoop on Mesos_ you need to add the `hadoop-mesos-0.0.9.jar`
library to your Hadoop distribution (any distribution that uses protobuf > 2.5.0)
and set some new configuration properties. Read on for details.

Expand All @@ -23,13 +23,13 @@ install `libsnappy`. The [`snappy-java`][snappy-java] package also includes a b

#### Build ####

You can build `hadoop-mesos-0.0.8.jar` using Maven:
You can build `hadoop-mesos-0.0.9.jar` using Maven:

```shell
mvn package
```

If successful, the JAR will be at `target/hadoop-mesos-0.0.8.jar`.
If successful, the JAR will be at `target/hadoop-mesos-0.0.9.jar`.

> NOTE: If you want to build against a different version of Mesos than
> the default you'll need to update `mesos-version` in `pom.xml`.
Expand All @@ -51,10 +51,10 @@ tar zxf hadoop-2.5.0-cdh5.2.0.tar.gz

> **Take note**, the extracted directory is `hadoop-2.5.0-cdh5.2.0`.
Now copy `hadoop-mesos-0.0.8.jar` into the `share/hadoop/common/lib` folder.
Now copy `hadoop-mesos-0.0.9.jar` into the `share/hadoop/common/lib` folder.

```shell
cp /path/to/hadoop-mesos-0.0.8.jar hadoop-2.5.0-cdh5.2.0/share/hadoop/common/lib/
cp /path/to/hadoop-mesos-0.0.9.jar hadoop-2.5.0-cdh5.2.0/share/hadoop/common/lib/
```

Since CDH5 includes both MRv1 and MRv2 (YARN) and is configured for YARN by
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.apache.mesos</groupId>
<artifactId>hadoop-mesos</artifactId>
<version>0.0.8</version>
<version>0.0.9</version>

<properties>
<encoding>UTF-8</encoding>
Expand Down

0 comments on commit 3d70fb4

Please sign in to comment.