Mongo Hadoop Versions Save

MongoDB Connector for Hadoop

r1.3.2

9 years ago

This release contains bug fixes and pull requests made since 1.3.1 and is a recommended upgrade for all users of that version. To use these jars with maven, use the following entry:

<dependency>
    <groupId>org.mongodb.mongo-hadoop</groupId>
    <artifactId>mongo-hadoop-core</artifactId>
    <version>1.3.2</version>
</dependency>

For gradle, use:

compile 'org.mongodb.mongo-hadoop:mongo-hadoop-core:1.3.2'

r1.3.1

9 years ago

This release includes a number of bug fixes and pull requests. As with the last release, this release focuses partially on a continued refinement of the build and release processes. To use these jars with maven, you would use the following entry:

<dependency>
    <groupId>org.mongodb.mongo-hadoop</groupId>
    <artifactId>mongo-hadoop-core</artifactId>
    <version>1.3.1</version>
</dependency>

For gradle, please use

compile 'org.mongodb.mongo-hadoop:mongo-hadoop-core:1.3.1'

Please note that the groupId differs from the 1.3.0 release.

r1.3.0

9 years ago

This release consists of a number of bug fixes and feature enhancements. You can see the list of issues here.

This release was largely a focus on updating the build and test infrastructure to align with the rest of the JVM team's tools and practices. The biggest change for mongo-hadoop users, however, is that this release sees the return of maven artifacts. As byproduct of the build restructuring, we are once again publishing artifacts to maven central. You can find the core artifacts here as well as below. You will also be able to test -SNAPSHOT builds as they get pushed after every successful jenkins run.

As always, please let us know if you have any problems with this release by opening an issue at https://jira.mongodb.org/browse/HADOOP

r1.2.0

10 years ago

This is a stable version which includes:

  • Support for Hadoop 2.2
  • Support for multiple mongos and multiple collections as input
  • Better support for Pig and Hive
  • Performance improvements
  • Bug fixes

A list of improvements and fixes can be found here.

r1.2.0-rc1

10 years ago

r1.2.0-rc0

10 years ago