MyGit

r1.4.1

mongodb/mongo-hadoop

版本发布时间: 2015-09-30 08:47:58

mongodb/mongo-hadoop最新发布版本:r2.0.2(2017-01-28 02:39:39)

This is a minor release that fixes a few issues since the 1.4.0 release. Consult History.md for more details on what's inside. It's a recommended upgrade for all users of mongo-hadoop. To download the jars for mongo-hadoop, it's recommended that you use a dependency management system like Maven or Gradle. You can also compile the project yourself or download jars directly from the Central Repository.

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.1</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.1'

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.

相关地址:原始地址 下载(tar) 下载(zip)

查看:2015-09-30发行的版本