aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/pom.xml
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 /sql/hive/pom.xml
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 'sql/hive/pom.xml')
-rw-r--r--sql/hive/pom.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml
index ffabb92179..e9885f6682 100644
--- a/sql/hive/pom.xml
+++ b/sql/hive/pom.xml
@@ -232,7 +232,6 @@
<configuration>
<sources>
<source>v${hive.version.short}/src/main/scala</source>
- <source>${project.build.directory/generated-sources/antlr</source>
</sources>
</configuration>
</execution>
@@ -261,27 +260,6 @@
</execution>
</executions>
</plugin>
-
-
- <plugin>
- <groupId>org.antlr</groupId>
- <artifactId>antlr3-maven-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>antlr</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <sourceDirectory>${basedir}/src/main/antlr3</sourceDirectory>
- <includes>
- <include>**/SparkSqlLexer.g</include>
- <include>**/SparkSqlParser.g</include>
- </includes>
- </configuration>
- </plugin>
-
</plugins>
</build>
</project>