spark git commit: [SPARK-5058] Part 2. Typos and broken URL

2015-01-23 Thread rxin
Repository: spark Updated Branches: refs/heads/master e224dbb01 -> 09e09c548 [SPARK-5058] Part 2. Typos and broken URL - Also fixed java link Author: Jongyoul Lee Closes #4172 from jongyoul/SPARK-FIXDOC and squashes the following commits: 6be03e5 [Jongyoul Lee] [SPARK-5058] Part 2. Typos a

spark git commit: [SPARK-5058] Part 2. Typos and broken URL

2015-01-23 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.2 73cb806f7 -> ff2d7bd7b [SPARK-5058] Part 2. Typos and broken URL - Also fixed java link Author: Jongyoul Lee Closes #4172 from jongyoul/SPARK-FIXDOC and squashes the following commits: 6be03e5 [Jongyoul Lee] [SPARK-5058] Part 2. Typ

spark git commit: [SPARK-5351][GraphX] Do not use Partitioner.defaultPartitioner as a partitioner of EdgeRDDImp...

2015-01-23 Thread ankurdave
Repository: spark Updated Branches: refs/heads/branch-1.2 2ea782a9d -> 73cb806f7 [SPARK-5351][GraphX] Do not use Partitioner.defaultPartitioner as a partitioner of EdgeRDDImp... If the value of 'spark.default.parallelism' does not match the number of partitoins in EdgePartition(EdgeRDDImpl),

spark git commit: [SPARK-5351][GraphX] Do not use Partitioner.defaultPartitioner as a partitioner of EdgeRDDImp...

2015-01-23 Thread ankurdave
Repository: spark Updated Branches: refs/heads/master cef1f092a -> e224dbb01 [SPARK-5351][GraphX] Do not use Partitioner.defaultPartitioner as a partitioner of EdgeRDDImp... If the value of 'spark.default.parallelism' does not match the number of partitoins in EdgePartition(EdgeRDDImpl), the

spark git commit: [SPARK-5063] More helpful error messages for several invalid operations

2015-01-23 Thread joshrosen
Repository: spark Updated Branches: refs/heads/branch-1.2 5aaf0e0ff -> 2ea782a9d [SPARK-5063] More helpful error messages for several invalid operations This patch adds more helpful error messages for invalid programs that define nested RDDs, broadcast RDDs, perform actions inside of transfor

spark git commit: [SPARK-5063] More helpful error messages for several invalid operations

2015-01-23 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master ea74365b7 -> cef1f092a [SPARK-5063] More helpful error messages for several invalid operations This patch adds more helpful error messages for invalid programs that define nested RDDs, broadcast RDDs, perform actions inside of transformati