v0.4.2-rc.2 -> v0.4.2-rc.3
Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/0c0e6a48 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/0c0e6a48 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/0c0e6a48 Branch: refs/heads/dev/v0.4.2 Commit: 0c0e6a481804e6dfa43d9f9e40241c1945364f5b Parents: 6e077df Author: Takuya Kitazawa <[email protected]> Authored: Thu Sep 21 10:45:36 2017 +0900 Committer: Takuya Kitazawa <[email protected]> Committed: Fri Sep 22 15:49:02 2017 +0900 ---------------------------------------------------------------------- VERSION | 2 +- core/pom.xml | 2 +- core/src/main/java/hivemall/HivemallConstants.java | 2 +- mixserv/pom.xml | 6 +++--- nlp/pom.xml | 2 +- pom.xml | 2 +- spark/build.sbt | 4 ++-- spark/pom.xml | 2 +- .../test/scala/org/apache/spark/sql/hive/HiveUdfSuite.scala | 2 +- .../scala/org/apache/spark/sql/hive/HivemallOpsSuite.scala | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/0c0e6a48/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index 24db844..a6701af 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.2-rc.2 +0.4.2-rc.3 http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/0c0e6a48/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 3d341d4..7386923 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.github.myui</groupId> <artifactId>hivemall</artifactId> - <version>0.4.2-rc.2</version> + <version>0.4.2-rc.3</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/0c0e6a48/core/src/main/java/hivemall/HivemallConstants.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/hivemall/HivemallConstants.java b/core/src/main/java/hivemall/HivemallConstants.java index 505cd2e..fdbba0e 100644 --- a/core/src/main/java/hivemall/HivemallConstants.java +++ b/core/src/main/java/hivemall/HivemallConstants.java @@ -20,7 +20,7 @@ package hivemall; public final class HivemallConstants { - public static final String VERSION = "0.4.2-rc.2"; + public static final String VERSION = "0.4.2-rc.3"; public static final String BIAS_CLAUSE = "0"; public static final int BIAS_CLAUSE_HASHVAL = 0; http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/0c0e6a48/mixserv/pom.xml ---------------------------------------------------------------------- diff --git a/mixserv/pom.xml b/mixserv/pom.xml index 83c5022..c38139c 100644 --- a/mixserv/pom.xml +++ b/mixserv/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.github.myui</groupId> <artifactId>hivemall</artifactId> - <version>0.4.2-rc.2</version> + <version>0.4.2-rc.3</version> <relativePath>../pom.xml</relativePath> </parent> @@ -165,8 +165,8 @@ <include>io.netty:netty-all</include> </includes> </artifactSet> - <!-- maven-shade-plugin cannot handle the dependency of log4j because - commons-logging invokes log4j through Java reflection. 'filers' clauses avoid + <!-- maven-shade-plugin cannot handle the dependency of log4j because + commons-logging invokes log4j through Java reflection. 'filers' clauses avoid this issue as described in the URL below http://stackoverflow.com/questions/8817257/minimize-an-uber-jar-correctly-using-shade-plugin --> <filters> <filter> http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/0c0e6a48/nlp/pom.xml ---------------------------------------------------------------------- diff --git a/nlp/pom.xml b/nlp/pom.xml index 27622cd..dbf40fe 100644 --- a/nlp/pom.xml +++ b/nlp/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.github.myui</groupId> <artifactId>hivemall</artifactId> - <version>0.4.2-rc.2</version> + <version>0.4.2-rc.3</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/0c0e6a48/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3ad81a4..28f0197 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>io.github.myui</groupId> <artifactId>hivemall</artifactId> - <version>0.4.2-rc.2</version> + <version>0.4.2-rc.3</version> <name>Hivemall</name> <description>Scalable Machine Learning Library for Apache Hive</description> http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/0c0e6a48/spark/build.sbt ---------------------------------------------------------------------- diff --git a/spark/build.sbt b/spark/build.sbt index f5da043..eb9b61a 100644 --- a/spark/build.sbt +++ b/spark/build.sbt @@ -31,8 +31,8 @@ unmanagedSourceDirectories in Compile += baseDirectory.value / "extra-src/hive" libraryDependencies ++= Seq( "org.apache.commons" % "commons-compress" % "1.8", - "io.github.myui" % "hivemall-core" % "0.4.2-rc.2", - "io.github.myui" % "hivemall-mixserv" % "0.4.2-rc.2", + "io.github.myui" % "hivemall-core" % "0.4.2-rc.3", + "io.github.myui" % "hivemall-mixserv" % "0.4.2-rc.3", "org.scalatest" % "scalatest_2.11" % "2.2.4" % "provided", "org.xerial" % "xerial-core" % "3.2.3" % "provided" ) http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/0c0e6a48/spark/pom.xml ---------------------------------------------------------------------- diff --git a/spark/pom.xml b/spark/pom.xml index b025db9..08721cc 100644 --- a/spark/pom.xml +++ b/spark/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.github.myui</groupId> <artifactId>hivemall</artifactId> - <version>0.4.2-rc.2</version> + <version>0.4.2-rc.3</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/0c0e6a48/spark/src/test/scala/org/apache/spark/sql/hive/HiveUdfSuite.scala ---------------------------------------------------------------------- diff --git a/spark/src/test/scala/org/apache/spark/sql/hive/HiveUdfSuite.scala b/spark/src/test/scala/org/apache/spark/sql/hive/HiveUdfSuite.scala index 64f0382..9996a86 100644 --- a/spark/src/test/scala/org/apache/spark/sql/hive/HiveUdfSuite.scala +++ b/spark/src/test/scala/org/apache/spark/sql/hive/HiveUdfSuite.scala @@ -33,7 +33,7 @@ final class HiveUdfSuite extends HivemallQueryTest { checkAnswer( sql(s"SELECT DISTINCT hivemall_version()"), - Row("0.4.2-rc.2") + Row("0.4.2-rc.3") ) // sql("DROP TEMPORARY FUNCTION IF EXISTS hivemall_version") http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/0c0e6a48/spark/src/test/scala/org/apache/spark/sql/hive/HivemallOpsSuite.scala ---------------------------------------------------------------------- diff --git a/spark/src/test/scala/org/apache/spark/sql/hive/HivemallOpsSuite.scala b/spark/src/test/scala/org/apache/spark/sql/hive/HivemallOpsSuite.scala index ace8123..a510be2 100644 --- a/spark/src/test/scala/org/apache/spark/sql/hive/HivemallOpsSuite.scala +++ b/spark/src/test/scala/org/apache/spark/sql/hive/HivemallOpsSuite.scala @@ -244,7 +244,7 @@ final class HivemallOpsSuite extends HivemallQueryTest { } test("misc - hivemall_version") { - assert(DummyInputData.select(hivemall_version()).collect.toSet === Set(Row("0.4.2-rc.2"))) + assert(DummyInputData.select(hivemall_version()).collect.toSet === Set(Row("0.4.2-rc.3"))) /** * TODO: Why a test below does fail? *
