r1.4.2
版本发布时间: 2015-11-17 06:24:21
mongodb/mongo-hadoop最新发布版本:r2.0.2(2017-01-28 02:39:39)
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.