spark git commit: [SPARK-12933][SQL] Initial implementation of Count-Min sketch

2016-01-23 Thread rxin
Repository: spark Updated Branches: refs/heads/master 5af5a0216 -> 1c690ddaf [SPARK-12933][SQL] Initial implementation of Count-Min sketch This PR adds an initial implementation of count min sketch, contained in a new module spark-sketch under `common/sketch`. The implementation is based on

spark git commit: [SPARK-12760][DOCS] invalid lambda expression in python example for …

2016-01-23 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.6 dca238af7 -> e8ae242f9 [SPARK-12760][DOCS] invalid lambda expression in python example for … …local vs cluster srowen thanks for the PR at https://github.com/apache/spark/pull/10866! sorry it took me a while. This is related to

spark git commit: [SPARK-12760][DOCS] invalid lambda expression in python example for …

2016-01-23 Thread srowen
Repository: spark Updated Branches: refs/heads/master 358a33bbf -> 56f57f894 [SPARK-12760][DOCS] invalid lambda expression in python example for … …local vs cluster srowen thanks for the PR at https://github.com/apache/spark/pull/10866! sorry it took me a while. This is related to

spark git commit: [SPARK-11137][STREAMING] Make StreamingContext.stop() exception-safe

2016-01-23 Thread srowen
Repository: spark Updated Branches: refs/heads/master aca2a0165 -> 5f5698012 [SPARK-11137][STREAMING] Make StreamingContext.stop() exception-safe Make StreamingContext.stop() exception-safe Author: jayadevanmurali Closes #10807 from

spark git commit: [SPARK-12859][STREAMING][WEB UI] Names of input streams with receivers don't fit in Streaming page

2016-01-23 Thread sarutak
Repository: spark Updated Branches: refs/heads/branch-1.6 b5d7dbeb3 -> dca238af7 [SPARK-12859][STREAMING][WEB UI] Names of input streams with receivers don't fit in Streaming page Added CSS style to force names of input streams with receivers to wrap Author: Alex Bozarth

spark git commit: [SPARK-12859][STREAMING][WEB UI] Names of input streams with receivers don't fit in Streaming page

2016-01-23 Thread sarutak
Repository: spark Updated Branches: refs/heads/master 1c690ddaf -> 358a33bbf [SPARK-12859][STREAMING][WEB UI] Names of input streams with receivers don't fit in Streaming page Added CSS style to force names of input streams with receivers to wrap Author: Alex Bozarth

spark git commit: [SPARK-12760][DOCS] inaccurate description for difference between local vs cluster mode in closure handling

2016-01-23 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.6 e8ae242f9 -> f13a3d1f7 [SPARK-12760][DOCS] inaccurate description for difference between local vs cluster mode in closure handling Clarify that modifying a driver local variable won't have the desired effect in cluster modes, and may

spark git commit: [SPARK-12760][DOCS] inaccurate description for difference between local vs cluster mode in closure handling

2016-01-23 Thread srowen
Repository: spark Updated Branches: refs/heads/master 56f57f894 -> aca2a0165 [SPARK-12760][DOCS] inaccurate description for difference between local vs cluster mode in closure handling Clarify that modifying a driver local variable won't have the desired effect in cluster modes, and may or

spark git commit: [SPARK-12904][SQL] Strength reduction for integral and decimal literal comparisons

2016-01-23 Thread rxin
Repository: spark Updated Branches: refs/heads/master 5f5698012 -> 423783a08 [SPARK-12904][SQL] Strength reduction for integral and decimal literal comparisons This pull request implements strength reduction for comparing integral expressions and decimal literals, which is more common now

spark git commit: [STREAMING][MINOR] Scaladoc + logs

2016-01-23 Thread rxin
Repository: spark Updated Branches: refs/heads/master 423783a08 -> cfdcef70d [STREAMING][MINOR] Scaladoc + logs Found while doing code review Author: Jacek Laskowski Closes #10878 from jaceklaskowski/streaming-scaladoc-logs-tiny-fixes. Project: