This repository has been archived by the owner on Jan 29, 2022. It is now read-only.
This is a patch-level release that fixes two issues:
- Allow "skip" to be set on MongoInputSplit (HADOOP-304)
- Correctly handle renaming nested fields in Hive (HADOOP-303)
Thanks to @mkrstic for the patch for HADOOP-304!
For complete details on the issues resolved in 2.0.2, consult the release notes
on Jira: https://jira.mongodb.org/browse/HADOOP/fixforversion/17932
To use this version of the connector within your next project, mention the
following in your pom.xml (example includes "core" only):
<dependency>
<groupId>org.mongodb.mongo-hadoop</groupId>
<artifactId>mongo-hadoop-core</artifactId>
<version>2.0.2</version>
</dependency>
Or for Gradle:
compile 'org.mongodb.mongo-hadoop:mongo-hadoop-core:2.0.2'
You can also download the jars directly from Maven:
http://repo1.maven.org/maven2/org/mongodb/mongo-hadoop/
If you find a bug or want to request a feature, please file a new HADOOP issue
on the MongoDB jira: http://jira.mongodb.org/.