Repository: incubator-hivemall Updated Branches: refs/heads/master ed0d139be -> bfd129cf0
Close #34: [HIVEMALL-45][SPARK] Upgrade spark v2.0.0 to v2.0.2 (latest) Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/bfd129cf Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/bfd129cf Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/bfd129cf Branch: refs/heads/master Commit: bfd129cf0b51817838a8dc89dbc9b20f80d341d4 Parents: ed0d139 Author: Takeshi YAMAMURO <[email protected]> Authored: Tue Jan 31 21:34:11 2017 +0900 Committer: Takeshi YAMAMURO <[email protected]> Committed: Tue Jan 31 21:34:11 2017 +0900 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/bfd129cf/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 45c82e5..715e8d4 100644 --- a/pom.xml +++ b/pom.xml @@ -241,7 +241,7 @@ <module>spark/spark-common</module> </modules> <properties> - <spark.version>2.0.0</spark.version> + <spark.version>2.0.2</spark.version> <spark.binary.version>2.0</spark.binary.version> </properties> </profile>
