[GitHub] spark pull request: SPARK-2630 Input data size of CoalescedRDD cou...

2015-01-18 Thread ash211
Github user ash211 commented on the pull request: https://github.com/apache/spark/pull/2310#issuecomment-70440912 Sounds good, I concur. Thanks! --- 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 ha

[GitHub] spark pull request: SPARK-2630 Input data size of CoalescedRDD cou...

2015-01-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/2310 --- 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-2630 Input data size of CoalescedRDD cou...

2015-01-15 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/2310#issuecomment-70212481 @ash211 I think we can close this issue now that we have merged #3120 --- If your project is set up for it, you can reply to this email and have your reply appear on Gi

[GitHub] spark pull request: SPARK-2630 Input data size of CoalescedRDD cou...

2014-11-20 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/2310#issuecomment-63892481 @ash211 Hopefully this could be merged into 1.2, once you rebase it to master and keep the API unchanged, thanks! --- If your project is set up for it, you can reply to t

[GitHub] spark pull request: SPARK-2630 Input data size of CoalescedRDD cou...

2014-11-20 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/2310#discussion_r20682906 --- Diff: core/src/main/scala/org/apache/spark/executor/TaskMetrics.scala --- @@ -167,7 +169,7 @@ case class InputMetrics(readMethod: DataReadMethod.Value) {

[GitHub] spark pull request: SPARK-2630 Input data size of CoalescedRDD cou...

2014-09-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2310#issuecomment-56322813 [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/20637/consoleFull) for PR 2310 at commit [`576483b`](https://github.com/a

[GitHub] spark pull request: SPARK-2630 Input data size of CoalescedRDD cou...

2014-09-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2310#issuecomment-56320019 [QA tests have started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/20637/consoleFull) for PR 2310 at commit [`576483b`](https://github.com/ap

[GitHub] spark pull request: SPARK-2630 Input data size of CoalescedRDD cou...

2014-09-21 Thread ash211
Github user ash211 commented on the pull request: https://github.com/apache/spark/pull/2310#issuecomment-56319874 Switched to an AtomicLong. Also needed to move instantiation of metrics outside of compute() This now works in my testing for the HadoopRDD -> CoalescedRDD pipeline like

[GitHub] spark pull request: SPARK-2630 Input data size of CoalescedRDD cou...

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

[GitHub] spark pull request: SPARK-2630 Input data size of CoalescedRDD cou...

2014-09-20 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/2310#issuecomment-56290108 @ash211 this particular fix will only work for HadoopRDD but not other cases where we track input bytes read. A more general fix is pretty simple though, I think.

[GitHub] spark pull request: SPARK-2630 Input data size of CoalescedRDD cou...

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

[GitHub] spark pull request: SPARK-2630 Input data size of CoalescedRDD cou...

2014-09-20 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/2310#issuecomment-56289925 Jenkins, test this please. --- 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

[GitHub] spark pull request: SPARK-2630 Input data size of CoalescedRDD cou...

2014-09-07 Thread ash211
Github user ash211 commented on the pull request: https://github.com/apache/spark/pull/2310#issuecomment-54741169 Failed tests seem to be Jenkins broken-ness --- 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

[GitHub] spark pull request: SPARK-2630 Input data size of CoalescedRDD cou...

2014-09-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2310#issuecomment-54741057 [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/19946/consoleFull) for PR 2310 at commit [`df9ce44`](https://github.com/a

[GitHub] spark pull request: SPARK-2630 Input data size of CoalescedRDD cou...

2014-09-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2310#issuecomment-54739987 [QA tests have started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/19946/consoleFull) for PR 2310 at commit [`df9ce44`](https://github.com/ap

[GitHub] spark pull request: SPARK-2630 Input data size of CoalescedRDD cou...

2014-09-07 Thread ash211
GitHub user ash211 opened a pull request: https://github.com/apache/spark/pull/2310 SPARK-2630 Input data size of CoalescedRDD counts only one partition You can merge this pull request into a Git repository by running: $ git pull https://github.com/ash211/spark SPARK-2630 Alt