Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

r1.4.0

Compare
Choose a tag to compare
@llvtt llvtt released this 06 Jul 20:01
· 107 commits to master since this release

This release fixes many bugs and also has a couple major improvements, including:

  • Support for Hadoop speculative execution (HADOOP-82)
  • Using bulk write API when writing to MongoDB
  • Ability to deal with new types in Pig: bytes and UUID, MapWritable
  • Support for the new 3.0 MongoDB Java Driver

You can use this version by putting the following into your pom.xml:

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

Or if you use gradle, try this:

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

See History.md for more details on what's new in this version.