spark-website git commit: replace with valid url to rdd paper

2016-09-17 Thread srowen
Repository: spark-website Updated Branches: refs/heads/asf-site a78faf582 -> eee58685c replace with valid url to rdd paper Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/eee58685 Tree:

spark git commit: [SPARK-17480][SQL][FOLLOWUP] Fix more instances which calls List.length/size which is O(n)

2016-09-17 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 0cfc0469b -> 5fd354b2d [SPARK-17480][SQL][FOLLOWUP] Fix more instances which calls List.length/size which is O(n) This PR fixes all the instances which was fixed in the previous PR. To make sure, I manually debugged and also checked

spark git commit: Revert "[SPARK-17480][SQL][FOLLOWUP] Fix more instances which calls List.length/size which is O(n)"

2016-09-17 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-2.0 bec077069 -> 0cfc0469b Revert "[SPARK-17480][SQL][FOLLOWUP] Fix more instances which calls List.length/size which is O(n)" This reverts commit a3bba372abce926351335d0a2936b70988f19b23. Project:

spark git commit: [SPARK-17491] Close serialization stream to fix wrong answer bug in putIteratorAsBytes()

2016-09-17 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master 86c2d393a -> 8faa5217b [SPARK-17491] Close serialization stream to fix wrong answer bug in putIteratorAsBytes() ## What changes were proposed in this pull request? `MemoryStore.putIteratorAsBytes()` may silently lose values when used

spark git commit: [SPARK-17491] Close serialization stream to fix wrong answer bug in putIteratorAsBytes()

2016-09-17 Thread joshrosen
Repository: spark Updated Branches: refs/heads/branch-2.0 a3bba372a -> bec077069 [SPARK-17491] Close serialization stream to fix wrong answer bug in putIteratorAsBytes() ## What changes were proposed in this pull request? `MemoryStore.putIteratorAsBytes()` may silently lose values when used

spark git commit: [SPARK-17480][SQL][FOLLOWUP] Fix more instances which calls List.length/size which is O(n)

2016-09-17 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 ec2b73656 -> a3bba372a [SPARK-17480][SQL][FOLLOWUP] Fix more instances which calls List.length/size which is O(n) This PR fixes all the instances which was fixed in the previous PR. To make sure, I manually debugged and also checked

spark git commit: [SPARK-17480][SQL][FOLLOWUP] Fix more instances which calls List.length/size which is O(n)

2016-09-17 Thread srowen
Repository: spark Updated Branches: refs/heads/master bbe0b1d62 -> 86c2d393a [SPARK-17480][SQL][FOLLOWUP] Fix more instances which calls List.length/size which is O(n) ## What changes were proposed in this pull request? This PR fixes all the instances which was fixed in the previous PR. To

spark git commit: [SPARK-17575][DOCS] Remove extra table tags in configuration document

2016-09-17 Thread srowen
Repository: spark Updated Branches: refs/heads/master 9dbd4b864 -> bbe0b1d62 [SPARK-17575][DOCS] Remove extra table tags in configuration document ## What changes were proposed in this pull request? Remove extra table tags in configurations document. ## How was this patch tested? Run all

spark git commit: [SPARK-17575][DOCS] Remove extra table tags in configuration document

2016-09-17 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 eb2675de9 -> ec2b73656 [SPARK-17575][DOCS] Remove extra table tags in configuration document ## What changes were proposed in this pull request? Remove extra table tags in configurations document. ## How was this patch tested? Run

spark git commit: [SPARK-17548][MLLIB] Word2VecModel.findSynonyms no longer spuriously rejects the best match when invoked with a vector

2016-09-17 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 c9bd67e94 -> eb2675de9 [SPARK-17548][MLLIB] Word2VecModel.findSynonyms no longer spuriously rejects the best match when invoked with a vector ## What changes were proposed in this pull request? This pull request changes the behavior

spark git commit: [SPARK-17548][MLLIB] Word2VecModel.findSynonyms no longer spuriously rejects the best match when invoked with a vector

2016-09-17 Thread srowen
Repository: spark Updated Branches: refs/heads/master f15d41be3 -> 25cbbe6ca [SPARK-17548][MLLIB] Word2VecModel.findSynonyms no longer spuriously rejects the best match when invoked with a vector ## What changes were proposed in this pull request? This pull request changes the behavior of

spark git commit: [SPARK-17561][DOCS] DataFrameWriter documentation formatting problems

2016-09-17 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 3ca0dc007 -> c9bd67e94 [SPARK-17561][DOCS] DataFrameWriter documentation formatting problems Fix ` / ` problems in SQL scaladoc. Scaladoc build and manual verification of generated HTML. Author: Sean Owen Closes

spark git commit: [SPARK-17567][DOCS] Use valid url to Spark RDD paper

2016-09-17 Thread srowen
Repository: spark Updated Branches: refs/heads/master 69cb04969 -> f15d41be3 [SPARK-17567][DOCS] Use valid url to Spark RDD paper https://issues.apache.org/jira/browse/SPARK-17567 ## What changes were proposed in this pull request? Documentation

spark git commit: [SPARK-17567][DOCS] Use valid url to Spark RDD paper

2016-09-17 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 9ff158b81 -> 3ca0dc007 [SPARK-17567][DOCS] Use valid url to Spark RDD paper https://issues.apache.org/jira/browse/SPARK-17567 ## What changes were proposed in this pull request? Documentation

spark git commit: Correct fetchsize property name in docs

2016-09-17 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 3fce1255a -> 9ff158b81 Correct fetchsize property name in docs ## What changes were proposed in this pull request? Replace `fetchSize` with `fetchsize` in the docs. ## How was this patch tested? I manually tested `fetchSize` and

spark git commit: Correct fetchsize property name in docs

2016-09-17 Thread srowen
Repository: spark Updated Branches: refs/heads/master 39e2bad6a -> 69cb04969 Correct fetchsize property name in docs ## What changes were proposed in this pull request? Replace `fetchSize` with `fetchsize` in the docs. ## How was this patch tested? I manually tested `fetchSize` and