aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2015-12-30 00:08:44 -0800
committerReynold Xin <rxin@databricks.com>2015-12-30 00:08:44 -0800
commit27af6157f9cceeb9aa74eec54c8898d3e0749ed0 (patch)
treee0b9165c236b1cac2a9d3cfcc50a18b31bbcd8c8 /project
parent4f75f785df0e59ca5ae48e86f3dfc00b45d96b18 (diff)
downloadspark-27af6157f9cceeb9aa74eec54c8898d3e0749ed0.tar.gz
spark-27af6157f9cceeb9aa74eec54c8898d3e0749ed0.tar.bz2
spark-27af6157f9cceeb9aa74eec54c8898d3e0749ed0.zip
Revert "[SPARK-12362][SQL][WIP] Inline Hive Parser"
This reverts commit b600bccf41a7b1958e33d8301a19214e6517e388 due to non-deterministic build breaks.
Diffstat (limited to 'project')
-rw-r--r--project/SparkBuild.scala2
-rw-r--r--project/plugins.sbt4
2 files changed, 1 insertions, 5 deletions
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index df21d3eb63..c3d53f835f 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -415,7 +415,7 @@ object Hive {
// in order to generate golden files. This is only required for developers who are adding new
// new query tests.
fullClasspath in Test := (fullClasspath in Test).value.filterNot { f => f.toString.contains("jcl-over") }
- ) ++ sbtantlr.SbtAntlrPlugin.antlrSettings
+ )
}
diff --git a/project/plugins.sbt b/project/plugins.sbt
index f172dc9c1f..5e23224cf8 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -4,8 +4,6 @@ resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/release
resolvers += "sonatype-releases" at "https://oss.sonatype.org/content/repositories/releases/"
-resolvers += "stefri" at "http://stefri.github.io/repo/releases"
-
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.11.2")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0")
@@ -26,8 +24,6 @@ addSbtPlugin("com.cavorite" % "sbt-avro" % "0.3.2")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.7.2")
-addSbtPlugin("com.github.stefri" % "sbt-antlr" % "0.5.3")
-
libraryDependencies += "org.ow2.asm" % "asm" % "5.0.3"
libraryDependencies += "org.ow2.asm" % "asm-commons" % "5.0.3"