Repository: spark
Updated Branches:
  refs/heads/branch-1.1 12f16ba3f -> ec0b91edd


SPARK-3096: Include parquet hive serde by default in build

A small change - we should just add this dependency. It doesn't have any 
recursive deps and it's needed for reading have parquet tables.

Author: Patrick Wendell <pwend...@gmail.com>

Closes #2009 from pwendell/parquet and squashes the following commits:

e411f9f [Patrick Wendell] SPARk-309: Include parquet hive serde by default in 
build

(cherry picked from commit 7ae28d1247e4756219016206c51fec1656e3917b)
Signed-off-by: Michael Armbrust <mich...@databricks.com>


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

Branch: refs/heads/branch-1.1
Commit: ec0b91edd592cf89be349e0e5ad7553e02f70cd3
Parents: 12f16ba
Author: Patrick Wendell <pwend...@gmail.com>
Authored: Mon Aug 18 10:00:46 2014 -0700
Committer: Michael Armbrust <mich...@databricks.com>
Committed: Mon Aug 18 10:00:59 2014 -0700

----------------------------------------------------------------------
 sql/hive/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/ec0b91ed/sql/hive/pom.xml
----------------------------------------------------------------------
diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml
index c18a664..1e689e6 100644
--- a/sql/hive/pom.xml
+++ b/sql/hive/pom.xml
@@ -36,6 +36,11 @@
 
   <dependencies>
     <dependency>
+      <groupId>com.twitter</groupId>
+      <artifactId>parquet-hive-bundle</artifactId>
+      <version>1.5.0</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.spark</groupId>
       <artifactId>spark-core_${scala.binary.version}</artifactId>
       <version>${project.version}</version>


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

Reply via email to