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+
181.4.1 / 29th of September, 2015
29===============================
310
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ if(project.hasProperty("clusterVersion")) {
5959}
6060
6161allprojects {
62- version = ' 1.4.1 '
62+ version = ' 1.4.2 '
6363 group = ' org.mongodb.mongo-hadoop'
6464}
6565
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public abstract class BaseHadoopTest {
3030
3131 public static final String HADOOP_HOME ;
3232 public static final String PROJECT_VERSION = loadProperty ("project"
33- + ".version" , "1.4.1 " );
33+ + ".version" , "1.4.2 " );
3434 public static final String HADOOP_VERSION = loadProperty ("hadoop.version" , "2.6.0" );
3535
3636// public static final String HIVE_HOME;
You can’t perform that action at this time.
0 commit comments