This repository has been archived by the owner on Jan 29, 2022. It is now read-only.
r1.4.2
This minor release allows the connector to call the 'splitVector' command on the database on which splits are being calculated, rather than always on the 'admin' adatabse. See HADOOP-238 (https://jira.mongodb.org/browse/HADOOP-238) for more information.
To use this version with Maven, add the following to your pom.xml (an example including just the "core" module):
<dependency>
<groupId>org.mongodb.mongo-hadoop</groupId>
<artifactId>mongo-hadoop-core</artifactId>
<version>1.4.2</version>
</dependency>
To use this version with Gradle, add this to build.gradle (example including just the "core" module):
compile 'org.mongodb.mongo-hadoop:mongo-hadoop-core:1.4.2'
As always, you can find all documentation for this project in the wiki. If you find any bugs or would like to request a feature, please file an issue on the HADOOP project on the MongoDB Jira. You can find all build artifacts on the Maven Central Repository.