spark git commit: [SPARK-3885] Provide mechanism to remove accumulators once they are no longer used

2015-02-22 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master e4f9d03d7 -> 95cd643aa [SPARK-3885] Provide mechanism to remove accumulators once they are no longer used Instead of storing a strong reference to accumulators, I've replaced this with a weak reference and updated any code that uses these

spark git commit: [SPARK-911] allow efficient queries for a range if RDD is partitioned wi...

2015-02-22 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master 275b1bef8 -> e4f9d03d7 [SPARK-911] allow efficient queries for a range if RDD is partitioned wi... ...th RangePartitioner Author: Aaron Josephs Closes #1381 from aaronjosephs/PLAT-911 and squashes the following commits: e30ade5 [Aaron J

spark git commit: Revert "[SPARK-4808] Removing minimum number of elements read before spill check"

2015-02-22 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.3 eed7389cf -> 4186dd3dd Revert "[SPARK-4808] Removing minimum number of elements read before spill check" This reverts commit 0382dcc0a94f8e619fd11ec2cc0b18459a690c2b. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit:

spark git commit: SPARK-5669 [BUILD] Reverse exclusion of JBLAS libs for 1.3

2015-02-22 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.3 04d3b328f -> eed7389cf SPARK-5669 [BUILD] Reverse exclusion of JBLAS libs for 1.3 CC mengxr Author: Sean Owen Closes #4715 from srowen/SPARK-5669.3 and squashes the following commits: b27ffa9 [Sean Owen] Reverse exclusion of JBLAS l

spark git commit: [DataFrame] [Typo] Fix the typo

2015-02-22 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.3 c5a5c6f61 -> 04d3b328f [DataFrame] [Typo] Fix the typo Author: Cheng Hao Closes #4717 from chenghao-intel/typo1 and squashes the following commits: 858d7b0 [Cheng Hao] update the typo (cherry picked from commit 275b1bef897d775f1f774

spark git commit: [DataFrame] [Typo] Fix the typo

2015-02-22 Thread srowen
Repository: spark Updated Branches: refs/heads/master a7f903902 -> 275b1bef8 [DataFrame] [Typo] Fix the typo Author: Cheng Hao Closes #4717 from chenghao-intel/typo1 and squashes the following commits: 858d7b0 [Cheng Hao] update the typo Project: http://git-wip-us.apache.org/repos/asf/spa

spark git commit: [DOCS] Fix typo in API for custom InputFormats based on the “new” MapReduce API

2015-02-22 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.3 76e3e6527 -> c5a5c6f61 [DOCS] Fix typo in API for custom InputFormats based on the “new” MapReduce API This looks like a simple typo ```SparkContext.newHadoopRDD``` instead of ```SparkContext.newAPIHadoopRDD``` as in actual http:

spark git commit: [DOCS] Fix typo in API for custom InputFormats based on the “new” MapReduce API

2015-02-22 Thread srowen
Repository: spark Updated Branches: refs/heads/master 46462ff25 -> a7f903902 [DOCS] Fix typo in API for custom InputFormats based on the “new” MapReduce API This looks like a simple typo ```SparkContext.newHadoopRDD``` instead of ```SparkContext.newAPIHadoopRDD``` as in actual http://sp