[GitHub] spark pull request: [SPARK-3135] Avoid extra mem copy in TorrentBr...

2014-09-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/2054 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] spark pull request: [SPARK-3135] Avoid extra mem copy in TorrentBr...

2014-09-01 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/2054#issuecomment-54106297 Merging this in master. Thanks for looking at it. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your pro

[GitHub] spark pull request: [SPARK-3135] Avoid extra mem copy in TorrentBr...

2014-08-21 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/2054#issuecomment-52889531 Updated & tests passed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this fe

[GitHub] spark pull request: [SPARK-3135] Avoid extra mem copy in TorrentBr...

2014-08-20 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2054#issuecomment-52870664 [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/19028/consoleFull) for PR 2054 at commit [`618d9c8`](https://github.com/a

[GitHub] spark pull request: [SPARK-3135] Avoid extra mem copy in TorrentBr...

2014-08-20 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2054#issuecomment-52867732 [QA tests have started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/19028/consoleFull) for PR 2054 at commit [`618d9c8`](https://github.com/ap

[GitHub] spark pull request: [SPARK-3135] Avoid extra mem copy in TorrentBr...

2014-08-20 Thread aarondav
Github user aarondav commented on a diff in the pull request: https://github.com/apache/spark/pull/2054#discussion_r16511704 --- Diff: core/src/main/scala/org/apache/spark/util/io/ByteArrayChunkOutputStream.scala --- @@ -0,0 +1,87 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-3135] Avoid extra mem copy in TorrentBr...

2014-08-20 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/2054#discussion_r16510277 --- Diff: core/src/main/scala/org/apache/spark/util/io/ByteArrayChunkOutputStream.scala --- @@ -0,0 +1,87 @@ +/* + * Licensed to the Apache Software Fou

[GitHub] spark pull request: [SPARK-3135] Avoid extra mem copy in TorrentBr...

2014-08-20 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/2054#discussion_r16510308 --- Diff: core/src/main/scala/org/apache/spark/util/io/ByteArrayChunkOutputStream.scala --- @@ -0,0 +1,87 @@ +/* + * Licensed to the Apache Software Fou

[GitHub] spark pull request: [SPARK-3135] Avoid extra mem copy in TorrentBr...

2014-08-20 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/2054#discussion_r16510254 --- Diff: core/src/main/scala/org/apache/spark/util/io/ByteArrayChunkOutputStream.scala --- @@ -0,0 +1,87 @@ +/* + * Licensed to the Apache Software Fou

[GitHub] spark pull request: [SPARK-3135] Avoid extra mem copy in TorrentBr...

2014-08-20 Thread aarondav
Github user aarondav commented on a diff in the pull request: https://github.com/apache/spark/pull/2054#discussion_r16509806 --- Diff: core/src/main/scala/org/apache/spark/util/io/ByteArrayChunkOutputStream.scala --- @@ -0,0 +1,87 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-3135] Avoid extra mem copy in TorrentBr...

2014-08-20 Thread aarondav
Github user aarondav commented on a diff in the pull request: https://github.com/apache/spark/pull/2054#discussion_r16509640 --- Diff: core/src/main/scala/org/apache/spark/util/io/ByteArrayChunkOutputStream.scala --- @@ -0,0 +1,87 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-3135] Avoid extra mem copy in TorrentBr...

2014-08-20 Thread aarondav
Github user aarondav commented on a diff in the pull request: https://github.com/apache/spark/pull/2054#discussion_r16509300 --- Diff: core/src/main/scala/org/apache/spark/util/io/ByteArrayChunkOutputStream.scala --- @@ -0,0 +1,87 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-3135] Avoid extra mem copy in TorrentBr...

2014-08-20 Thread aarondav
Github user aarondav commented on a diff in the pull request: https://github.com/apache/spark/pull/2054#discussion_r16509294 --- Diff: core/src/main/scala/org/apache/spark/util/io/ByteArrayChunkOutputStream.scala --- @@ -0,0 +1,87 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-3135] Avoid extra mem copy in TorrentBr...

2014-08-20 Thread aarondav
Github user aarondav commented on a diff in the pull request: https://github.com/apache/spark/pull/2054#discussion_r16509304 --- Diff: core/src/main/scala/org/apache/spark/util/io/ByteArrayChunkOutputStream.scala --- @@ -0,0 +1,87 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-3135] Avoid extra mem copy in TorrentBr...

2014-08-20 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/2054#discussion_r16503290 --- Diff: core/src/main/scala/org/apache/spark/broadcast/TorrentBroadcast.scala --- @@ -201,29 +202,13 @@ private object TorrentBroadcast extends Logging {

[GitHub] spark pull request: [SPARK-3135] Avoid extra mem copy in TorrentBr...

2014-08-20 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2054#issuecomment-52834834 [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/18979/consoleFull) for PR 2054 at commit [`93f5a51`](https://github.com/a

[GitHub] spark pull request: [SPARK-3135] Avoid extra mem copy in TorrentBr...

2014-08-20 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2054#issuecomment-52826580 [QA tests have started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/18979/consoleFull) for PR 2054 at commit [`93f5a51`](https://github.com/ap

[GitHub] spark pull request: [SPARK-3135] Avoid extra mem copy in TorrentBr...

2014-08-20 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2054#issuecomment-52751016 [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/18942/consoleFull) for PR 2054 at commit [`ee88e73`](https://github.com/a

[GitHub] spark pull request: [SPARK-3135] Avoid extra mem copy in TorrentBr...

2014-08-20 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/2054#discussion_r16463419 --- Diff: core/src/main/scala/org/apache/spark/util/io/ByteArrayChunkOutputStream.scala --- @@ -0,0 +1,82 @@ +/* + * Licensed to the Apache Software Fou