This repository was archived by the owner on Jan 29, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
core/src/test/java/com/mongodb/hadoop/testutils Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ 1.4.2 / 16th of November, 2015
2
+ ==============================
3
+
4
+ This is a minor release that contains small improvements and bug fixes from 1.4.1.
5
+
6
+ * [ HADOOP-238] Run the 'splitVector' command on the same database from which we want the splits.
7
+
1
8
1.4.1 / 29th of September, 2015
2
9
===============================
3
10
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ if(project.hasProperty("clusterVersion")) {
59
59
}
60
60
61
61
allprojects {
62
- version = ' 1.4.1 '
62
+ version = ' 1.4.2 '
63
63
group = ' org.mongodb.mongo-hadoop'
64
64
}
65
65
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public abstract class BaseHadoopTest {
30
30
31
31
public static final String HADOOP_HOME ;
32
32
public static final String PROJECT_VERSION = loadProperty ("project"
33
- + ".version" , "1.4.1 " );
33
+ + ".version" , "1.4.2 " );
34
34
public static final String HADOOP_VERSION = loadProperty ("hadoop.version" , "2.6.0" );
35
35
36
36
// public static final String HIVE_HOME;
You can’t perform that action at this time.
0 commit comments