Repository: hive Updated Branches: refs/heads/master 1eef7e54d -> 390820971
HIVE-18150: Upgrade Spark Version to 2.2.0 (Liyun Zhang, reviewed by Sahil Takiar) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/39082097 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/39082097 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/39082097 Branch: refs/heads/master Commit: 3908209716769ee10c9e090b0d95747f9a2b07af Parents: 1eef7e5 Author: Ferdinand Xu <cheng.a...@intel.com> Authored: Mon Dec 11 14:18:44 2017 +0800 Committer: Ferdinand Xu <cheng.a...@intel.com> Committed: Mon Dec 11 14:18:44 2017 +0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/39082097/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 91ff2af..a6b5663 100644 --- a/pom.xml +++ b/pom.xml @@ -197,7 +197,7 @@ <tez.version>0.9.1-SNAPSHOT</tez.version> <slider.version>0.92.0-incubating</slider.version> <super-csv.version>2.2.0</super-csv.version> - <spark.version>2.0.0</spark.version> + <spark.version>2.2.0</spark.version> <scala.binary.version>2.11</scala.binary.version> <scala.version>2.11.8</scala.version> <tempus-fugit.version>1.1</tempus-fugit.version>