git commit: [SPARK-1994][SQL] Weird data corruption bug when running Spark SQL on data in HDFS

2014-06-07 Thread rxin
Repository: spark Updated Branches: refs/heads/master 41c4a3310 - a6c72ab16 [SPARK-1994][SQL] Weird data corruption bug when running Spark SQL on data in HDFS Basically there is a race condition (possibly a scala bug?) when these values are recomputed on all of the slaves that results in an

git commit: [SPARK-1994][SQL] Weird data corruption bug when running Spark SQL on data in HDFS

2014-06-07 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.0 d7467484f - 39cfa9c0b [SPARK-1994][SQL] Weird data corruption bug when running Spark SQL on data in HDFS Basically there is a race condition (possibly a scala bug?) when these values are recomputed on all of the slaves that results

git commit: HOTFIX: Support empty body in merge script

2014-06-07 Thread pwendell
Repository: spark Updated Branches: refs/heads/master a6c72ab16 - 3ace10dc9 HOTFIX: Support empty body in merge script Discovered in #992 Author: Patrick Wendell pwend...@gmail.com Closes #1007 from pwendell/hotfix and squashes the following commits: af90aa0 [Patrick Wendell] HOTFIX:

git commit: SPARK-2056 Set RDD name to input path

2014-06-07 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 3ace10dc9 - 7b877b270 SPARK-2056 Set RDD name to input path Author: Neville Li nevi...@spotify.com Closes #992 from nevillelyh/master and squashes the following commits: 3011739 [Neville Li] [SPARK-2056] Set RDD name to input path