aboutsummaryrefslogtreecommitdiff
path: root/sql/hive-thriftserver
diff options
context:
space:
mode:
authorAlex Liu <alex_liu68@yahoo.com>2015-01-10 13:19:12 -0800
committerMichael Armbrust <michael@databricks.com>2015-01-10 13:19:12 -0800
commit1e56eba5d906bef793dfd6f199db735a6116a764 (patch)
tree1d35d86e8de477d13260891e10e35ee1348742ec /sql/hive-thriftserver
parent545dfcb92f2ff82a51877d35d9669094ea81f466 (diff)
downloadspark-1e56eba5d906bef793dfd6f199db735a6116a764.tar.gz
spark-1e56eba5d906bef793dfd6f199db735a6116a764.tar.bz2
spark-1e56eba5d906bef793dfd6f199db735a6116a764.zip
[SPARK-4925][SQL] Publish Spark SQL hive-thriftserver maven artifact
Author: Alex Liu <alex_liu68@yahoo.com> Closes #3766 from alexliu68/SPARK-SQL-4925 and squashes the following commits: 3137b51 [Alex Liu] [SPARK-4925][SQL] Remove sql/hive-thriftserver module from pom.xml 15f2e38 [Alex Liu] [SPARK-4925][SQL] Publish Spark SQL hive-thriftserver maven artifact
Diffstat (limited to 'sql/hive-thriftserver')
-rw-r--r--sql/hive-thriftserver/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/sql/hive-thriftserver/pom.xml b/sql/hive-thriftserver/pom.xml
index 259eef0b80..123a1f629a 100644
--- a/sql/hive-thriftserver/pom.xml
+++ b/sql/hive-thriftserver/pom.xml
@@ -76,13 +76,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
</plugins>
</build>
</project>