Fwd: how to find the sources for spark-project

2014-10-11 Thread Sadhan Sood
-- Forwarded message -- From: Sadhan Sood sadhan.s...@gmail.com Date: Sat, Oct 11, 2014 at 10:26 AM Subject: Re: how to find the sources for spark-project To: Stephen Boesch java...@gmail.com Thanks, I still didn't find it - is it under some particular branch ? More specifically,

Re: how to find the sources for spark-project

2014-10-11 Thread Ted Yu
I found this on computer where I built Spark: $ jar tvf /homes/hortonzy/.m2/repository//org/spark-project/hive/hive-exec/0.13.1/hive-exec-0.13.1.jar | grep ParquetHiveSerDe 2228 Mon Jun 02 12:50:16 UTC 2014 org/apache/hadoop/hive/ql/io/parquet/serde/ParquetHiveSerDe$1.class 1442 Mon Jun 02

how to find the sources for spark-project

2014-10-10 Thread sadhan
We have our own customization on top of parquet serde that we've been using for hive. In order to make it work with spark-sql, we need to be able to re-build spark with this. It'll be much easier to rebuild spark with this patch once I can find the sources for org.spark-project.hive. Not sure