Testing new Hive version with shaded jline
Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/37d972c3 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/37d972c3 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/37d972c3 Branch: refs/heads/scala-2.11-prashant Commit: 37d972c35b4752f76be473ee82a0f1ac995bd798 Parents: d3065ec Author: Patrick Wendell <pwend...@gmail.com> Authored: Fri Nov 7 11:09:52 2014 -0800 Committer: Patrick Wendell <pwend...@gmail.com> Committed: Fri Nov 7 11:13:34 2014 -0800 ---------------------------------------------------------------------- pom.xml | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/37d972c3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b239356..3053e7c 100644 --- a/pom.xml +++ b/pom.xml @@ -126,7 +126,7 @@ <flume.version>1.4.0</flume.version> <zookeeper.version>3.4.5</zookeeper.version> <!-- Version used in Maven Hive dependency --> - <hive.version>0.13.1a</hive.version> + <hive.version>0.13.1b</hive.version> <!-- Version used for internal directory structure --> <hive.version.short>0.13.1</hive.version.short> <derby.version>10.10.1.1</derby.version> @@ -231,22 +231,10 @@ </snapshots> </repository> <repository> - <!-- This is temporarily included to fix issues with Hive 0.12 --> + <!-- This is temporarily included to fix issues with Hive 0.13 --> <id>spark-staging</id> <name>Spring Staging Repository</name> - <url>https://oss.sonatype.org/content/repositories/orgspark-project-1085</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - <repository> - <!-- This is temporarily included to fix issues with Hive 0.13 --> - <id>spark-staging-hive13</id> - <name>Spring Staging Repository Hive 13</name> - <url>https://oss.sonatype.org/content/repositories/orgspark-project-1089/</url> + <url>https://oss.sonatype.org/content/repositories/orgspark-project-1090</url> <releases> <enabled>true</enabled> </releases> @@ -1401,7 +1389,7 @@ <activeByDefault>false</activeByDefault> </activation> <properties> - <hive.version>0.13.1a</hive.version> + <hive.version>0.13.1b</hive.version> <hive.version.short>0.13.1</hive.version.short> <derby.version>10.10.1.1</derby.version> </properties> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org