git commit: [SPARK-4255] Fix incorrect table striping

2014-11-06 Thread kayousterhout
Repository: spark Updated Branches: refs/heads/master db45f5ad0 - 5f27ae16d [SPARK-4255] Fix incorrect table striping This commit stripes table rows after hiding some rows, to ensure that rows are correct striped to alternate white and grey even when rows are hidden by default. Author: Kay

git commit: [SPARK-4255] Fix incorrect table striping

2014-11-06 Thread kayousterhout
Repository: spark Updated Branches: refs/heads/branch-1.2 70f6f36e0 - 2c84178b8 [SPARK-4255] Fix incorrect table striping This commit stripes table rows after hiding some rows, to ensure that rows are correct striped to alternate white and grey even when rows are hidden by default. Author:

git commit: [SPARK-4186] add binaryFiles and binaryRecords in Python

2014-11-06 Thread matei
Repository: spark Updated Branches: refs/heads/master 5f27ae16d - b41a39e24 [SPARK-4186] add binaryFiles and binaryRecords in Python add binaryFiles() and binaryRecords() in Python ``` binaryFiles(self, path, minPartitions=None): :: Developer API :: Read a directory of binary files

git commit: [SPARK-4186] add binaryFiles and binaryRecords in Python

2014-11-06 Thread matei
Repository: spark Updated Branches: refs/heads/branch-1.2 2c84178b8 - 01484455c [SPARK-4186] add binaryFiles and binaryRecords in Python add binaryFiles() and binaryRecords() in Python ``` binaryFiles(self, path, minPartitions=None): :: Developer API :: Read a directory of binary

spark git commit: [SPARK-4264] Completion iterator should only invoke callback once

2014-11-06 Thread adav
Repository: spark Updated Branches: refs/heads/master b41a39e24 - 23eaf0e12 [SPARK-4264] Completion iterator should only invoke callback once Author: Aaron Davidson aa...@databricks.com Closes #3128 from aarondav/compiter and squashes the following commits: 698e4be [Aaron Davidson]

spark git commit: [SPARK-4264] Completion iterator should only invoke callback once

2014-11-06 Thread adav
Repository: spark Updated Branches: refs/heads/branch-1.2 01484455c - aaaeaf939 [SPARK-4264] Completion iterator should only invoke callback once Author: Aaron Davidson aa...@databricks.com Closes #3128 from aarondav/compiter and squashes the following commits: 698e4be [Aaron Davidson]

spark git commit: [SPARK-4249][GraphX]fix a problem of EdgePartitionBuilder in Graphx

2014-11-06 Thread ankurdave
Repository: spark Updated Branches: refs/heads/master 23eaf0e12 - d15c6e9dc [SPARK-4249][GraphX]fix a problem of EdgePartitionBuilder in Graphx at first srcIds is not initialized and are all 0. so we use edgeArray(0).srcId to currSrcId Author: lianhuiwang lianhuiwan...@gmail.com Closes

spark git commit: [SPARK-4249][GraphX]fix a problem of EdgePartitionBuilder in Graphx

2014-11-06 Thread ankurdave
Repository: spark Updated Branches: refs/heads/branch-1.2 aaaeaf939 - 9061bc4e1 [SPARK-4249][GraphX]fix a problem of EdgePartitionBuilder in Graphx at first srcIds is not initialized and are all 0. so we use edgeArray(0).srcId to currSrcId Author: lianhuiwang lianhuiwan...@gmail.com Closes

spark git commit: [SPARK-4249][GraphX]fix a problem of EdgePartitionBuilder in Graphx

2014-11-06 Thread ankurdave
Repository: spark Updated Branches: refs/heads/branch-1.1 c58c1bb83 - 0a40eac25 [SPARK-4249][GraphX]fix a problem of EdgePartitionBuilder in Graphx at first srcIds is not initialized and are all 0. so we use edgeArray(0).srcId to currSrcId Author: lianhuiwang lianhuiwan...@gmail.com Closes

spark git commit: [SPARK-4249][GraphX]fix a problem of EdgePartitionBuilder in Graphx

2014-11-06 Thread ankurdave
Repository: spark Updated Branches: refs/heads/branch-1.0 49224fd0f - 76c20cac9 [SPARK-4249][GraphX]fix a problem of EdgePartitionBuilder in Graphx at first srcIds is not initialized and are all 0. so we use edgeArray(0).srcId to currSrcId Author: lianhuiwang lianhuiwan...@gmail.com Closes

spark git commit: [HOT FIX] Make distribution fails

2014-11-06 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.2 9061bc4e1 - 9ea0fac0e [HOT FIX] Make distribution fails This was added by me in https://github.com/apache/spark/commit/61a5cced049a8056292ba94f23fa7bd040f50685. The real fix will be added in

spark git commit: [HOT FIX] Make distribution fails

2014-11-06 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master d15c6e9dc - 470881b24 [HOT FIX] Make distribution fails This was added by me in https://github.com/apache/spark/commit/61a5cced049a8056292ba94f23fa7bd040f50685. The real fix will be added in

spark git commit: [SPARK-3797] Minor addendum to Yarn shuffle service

2014-11-06 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master 470881b24 - 96136f222 [SPARK-3797] Minor addendum to Yarn shuffle service I did not realize there was a `network.util.JavaUtils` when I wrote this code. This PR moves the `ByteBuffer` string conversion to the appropriate place. I tested

spark git commit: [SPARK-4277] Support external shuffle service on Standalone Worker

2014-11-06 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master 96136f222 - 6e9ef10fd [SPARK-4277] Support external shuffle service on Standalone Worker Author: Aaron Davidson aa...@databricks.com Closes #3142 from aarondav/worker and squashes the following commits: 3780bd7 [Aaron Davidson] Address

spark git commit: [SPARK-4277] Support external shuffle service on Standalone Worker

2014-11-06 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.2 6508953a4 - cbe9a6c8a [SPARK-4277] Support external shuffle service on Standalone Worker Author: Aaron Davidson aa...@databricks.com Closes #3142 from aarondav/worker and squashes the following commits: 3780bd7 [Aaron Davidson]

spark git commit: [SPARK-4188] [Core] Perform network-level retry of shuffle file fetches

2014-11-06 Thread rxin
Repository: spark Updated Branches: refs/heads/master 6e9ef10fd - f165b2bbf [SPARK-4188] [Core] Perform network-level retry of shuffle file fetches This adds a RetryingBlockFetcher to the NettyBlockTransferService which is wrapped around our typical OneForOneBlockFetcher, adding retry logic

spark git commit: [SPARK-4204][Core][WebUI] Change Utils.exceptionString to contain the inner exceptions and make the error information in Web UI more friendly

2014-11-06 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.2 f92e6d749 - 7f86c350c [SPARK-4204][Core][WebUI] Change Utils.exceptionString to contain the inner exceptions and make the error information in Web UI more friendly This PR fixed `Utils.exceptionString` to output the full exception