You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2015/01/10 22:19:22 UTC

spark git commit: [SPARK-4925][SQL] Publish Spark SQL hive-thriftserver maven artifact

Repository: spark
Updated Branches:
  refs/heads/master 545dfcb92 -> 1e56eba5d


[SPARK-4925][SQL] Publish Spark SQL hive-thriftserver maven artifact

Author: Alex Liu <al...@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


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/1e56eba5
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/1e56eba5
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/1e56eba5

Branch: refs/heads/master
Commit: 1e56eba5d906bef793dfd6f199db735a6116a764
Parents: 545dfcb
Author: Alex Liu <al...@yahoo.com>
Authored: Sat Jan 10 13:19:12 2015 -0800
Committer: Michael Armbrust <mi...@databricks.com>
Committed: Sat Jan 10 13:19:12 2015 -0800

----------------------------------------------------------------------
 sql/hive-thriftserver/pom.xml | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/1e56eba5/sql/hive-thriftserver/pom.xml
----------------------------------------------------------------------
diff --git a/sql/hive-thriftserver/pom.xml b/sql/hive-thriftserver/pom.xml
index 259eef0..123a1f6 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org