git commit: Fix SPARK-1420 The maven build error for Spark Catalyst

2014-04-06 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 0b8551678 - 7012ffafa Fix SPARK-1420 The maven build error for Spark Catalyst Author: witgo wi...@qq.com Closes #333 from witgo/SPARK-1420 and squashes the following commits: 902519e [witgo] add dependency scala-reflect to catalyst

git commit: [SPARK-1259] Make RDD locally iterable

2014-04-06 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 7012ffafa - e258e5040 [SPARK-1259] Make RDD locally iterable Author: Egor Pakhomov pahomov.e...@gmail.com Closes #156 from epahomov/SPARK-1259 and squashes the following commits: 8ec8f24 [Egor Pakhomov] Make to local iterator shorter

git commit: SPARK-1387. Update build plugins, avoid plugin version warning, centralize versions

2014-04-06 Thread pwendell
Repository: spark Updated Branches: refs/heads/master e258e5040 - 856c50f59 SPARK-1387. Update build plugins, avoid plugin version warning, centralize versions Another handful of small build changes to organize and standardize a bit, and avoid warnings: - Update Maven plugin versions for

git commit: SPARK-1349: spark-shell gets its own command history

2014-04-06 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 856c50f59 - 7ce52c4a7 SPARK-1349: spark-shell gets its own command history Currently, spark-shell shares its command history with scala repl. This fix is simply a modification of the default FileBackedHistory file setting:

git commit: SPARK-1314: Use SPARK_HIVE to determine if we include Hive in packaging

2014-04-06 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 7ce52c4a7 - 410655843 SPARK-1314: Use SPARK_HIVE to determine if we include Hive in packaging Previously, we based our decision regarding including datanucleus jars based on the existence of a spark-hive-assembly jar, which was

git commit: SPARK-1154: Clean up app folders in worker nodes

2014-04-06 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 410655843 - 1440154c2 SPARK-1154: Clean up app folders in worker nodes This is a fix for [SPARK-1154](https://issues.apache.org/jira/browse/SPARK-1154). The issue is that worker nodes fill up with a huge number of app-* folders after

git commit: SPARK-1431: Allow merging conflicting pull requests

2014-04-06 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 1440154c2 - 87d0928a3 SPARK-1431: Allow merging conflicting pull requests Sometimes if there is a small conflict it's nice to be able to just manually fix it up rather than have another RTT with the contributor. Author: Patrick Wendell