spark git commit: FIX: rememberDuration reassignment error message

2015-10-03 Thread srowen
Repository: spark Updated Branches: refs/heads/master 107320c9b -> be0dcd6eb FIX: rememberDuration reassignment error message I was reading throught the scheduler and found this small mistake. Author: Guillaume Poulin Closes #8966 from gpoulin/remember_duration_typo.

svn commit: r1706647 - in /spark: documentation.md site/documentation.html

2015-10-03 Thread pwendell
Author: pwendell Date: Sat Oct 3 23:36:34 2015 New Revision: 1706647 URL: http://svn.apache.org/viewvc?rev=1706647=rev Log: Adding new books Modified: spark/documentation.md spark/site/documentation.html Modified: spark/documentation.md URL:

spark git commit: [SPARK-10904] [SPARKR] Fix to support `select(df, c("col1", "col2"))`

2015-10-03 Thread shivaram
Repository: spark Updated Branches: refs/heads/master ae6570ec2 -> 721e8b5f3 [SPARK-10904] [SPARKR] Fix to support `select(df, c("col1", "col2"))` The fix is to coerce `c("a", "b")` into a list such that it could be serialized to call JVM with. Author: felixcheung

spark git commit: Remove TODO in ShuffleMemoryManager.

2015-10-03 Thread rxin
Repository: spark Updated Branches: refs/heads/master be0dcd6eb -> ae6570ec2 Remove TODO in ShuffleMemoryManager. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/ae6570ec Tree:

spark git commit: [SPARK-10904] [SPARKR] Fix to support `select(df, c("col1", "col2"))`

2015-10-03 Thread shivaram
Repository: spark Updated Branches: refs/heads/branch-1.5 cbc6aecfc -> 8836ac3d1 [SPARK-10904] [SPARKR] Fix to support `select(df, c("col1", "col2"))` The fix is to coerce `c("a", "b")` into a list such that it could be serialized to call JVM with. Author: felixcheung

[2/2] spark git commit: [SPARK-6028] [CORE] Remerge #6457: new RPC implemetation and also pick #8905

2015-10-03 Thread rxin
[SPARK-6028] [CORE] Remerge #6457: new RPC implemetation and also pick #8905 This PR just reverted https://github.com/apache/spark/commit/02144d6745ec0a6d8877d969feb82139bd22437f to remerge #6457 and also included the commits in #8905. Author: zsxwing Closes #8944 from

spark git commit: [SPARK-7275] [SQL] Make LogicalRelation public

2015-10-03 Thread rxin
Repository: spark Updated Branches: refs/heads/master f85aa0646 -> 314bc6843 [SPARK-7275] [SQL] Make LogicalRelation public Given LogicalRelation (and other classes) were moved from sources package to execution.sources package, removed private[sql] to make LogicalRelation public to

[1/2] spark git commit: [SPARK-6028] [CORE] Remerge #6457: new RPC implemetation and also pick #8905

2015-10-03 Thread rxin
Repository: spark Updated Branches: refs/heads/master 314bc6843 -> 107320c9b http://git-wip-us.apache.org/repos/asf/spark/blob/107320c9/core/src/test/scala/org/apache/spark/rpc/netty/NettyRpcHandlerSuite.scala -- diff --git