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

Commit

Permalink
BUMP 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Lovett committed Aug 15, 2016
1 parent c3c6585 commit f6f74f9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions History.md
@@ -1,3 +1,23 @@
2.0.0 / 15th of August, 2016
============================

This is a major release touting several new features. As a major release, it
removes several deprecated methods and objects, breaking API in ways that should
not affect most users of Hadoop tools.

Some of the major new features introduced in this version include:

* Ability to collocate Hadoop nodes and MongoDB shards for data locality (HADOOP-202)
* Add GridFSInputFormat (HADOOP-272)
* Add MongoSampleSplitter (HADOOP-283)
* Support document replacement (HADOOP-263)
* Add back support for Hadoop 1.2.x (HADOOP-246)

For complete details on the issues resolved in 2.0.0, consult the release notes
on Jira: https://jira.mongodb.org/browse/HADOOP/fixforversion/15622

This version is identical to 2.0.0-rc0.

2.0.0-rc0 / 26th of June, 2016
==============================

Expand All @@ -16,6 +36,8 @@ Some of the major new features introduced in this version include:
For complete details on the issues resolved in 2.0.0, consult the release notes
on Jira: https://jira.mongodb.org/browse/HADOOP/fixforversion/15622

This release candidate became the stable 2.0.0 version.

1.5.2 / 28th of March, 2016
===========================

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -62,7 +62,7 @@ if(project.hasProperty("clusterVersion")) {
}

allprojects {
version = '2.0.0-rc0'
version = '2.0.0'
group = 'org.mongodb.mongo-hadoop'
}

Expand Down
Expand Up @@ -30,7 +30,7 @@ public abstract class BaseHadoopTest {

public static final String HADOOP_HOME;
public static final String PROJECT_VERSION = loadProperty("project"
+ ".version", "2.0.0-rc0");
+ ".version", "2.0.0");
public static final String HADOOP_VERSION = loadProperty("hadoop.version", "2.7.2");

// public static final String HIVE_HOME;
Expand Down

0 comments on commit f6f74f9

Please sign in to comment.