[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/2336 --- 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

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-13 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/2336#discussion_r17514735 --- Diff: python/pyspark/worker.py --- @@ -27,12 +27,11 @@ # copy_reg module. from pyspark.accumulators import _accumulatorRegistry from

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-13 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/2336#issuecomment-55508153 This looks good to me. --- 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-3463] [PySpark] aggregate and show spil...

2014-09-13 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/2336#discussion_r17516995 --- Diff: python/pyspark/worker.py --- @@ -27,12 +27,11 @@ # copy_reg module. from pyspark.accumulators import _accumulatorRegistry from

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-13 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2336#issuecomment-55515004 [QA tests have started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/20296/consoleFull) for PR 2336 at commit

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-13 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2336#issuecomment-55516000 [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/20296/consoleFull) for PR 2336 at commit

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-12 Thread mateiz
Github user mateiz commented on a diff in the pull request: https://github.com/apache/spark/pull/2336#discussion_r17508565 --- Diff: python/pyspark/shuffle.py --- @@ -68,6 +68,11 @@ def _get_local_dirs(sub): return [os.path.join(d, python, str(os.getpid()), sub) for d in

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-12 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/2336#discussion_r17509198 --- Diff: python/pyspark/shuffle.py --- @@ -68,6 +68,11 @@ def _get_local_dirs(sub): return [os.path.join(d, python, str(os.getpid()), sub) for d

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-12 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/2336#discussion_r17509949 --- Diff: python/pyspark/shuffle.py --- @@ -68,6 +68,11 @@ def _get_local_dirs(sub): return [os.path.join(d, python, str(os.getpid()), sub) for d in

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-11 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/2336#discussion_r17452035 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/JobProgressListener.scala --- @@ -242,7 +242,8 @@ class JobProgressListener(conf: SparkConf)

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-11 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/2336#discussion_r17452130 --- Diff: python/pyspark/shuffle.py --- @@ -68,6 +68,11 @@ def _get_local_dirs(sub): return [os.path.join(d, python, str(os.getpid()), sub) for d

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-11 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/2336#discussion_r17452140 --- Diff: python/pyspark/shuffle.py --- @@ -486,15 +496,18 @@ def sorted(self, iterator, key=None, reverse=False): if len(chunk) batch:

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-11 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/2336#discussion_r17457077 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/JobProgressListener.scala --- @@ -242,7 +242,8 @@ class JobProgressListener(conf: SparkConf) extends

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-11 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/2336#discussion_r17457126 --- Diff: python/pyspark/shuffle.py --- @@ -68,6 +68,11 @@ def _get_local_dirs(sub): return [os.path.join(d, python, str(os.getpid()), sub) for d in

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2336#issuecomment-55346987 [QA tests have started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/20185/consoleFull) for PR 2336 at commit

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2336#issuecomment-55351136 [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/20185/consoleFull) for PR 2336 at commit

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2336#issuecomment-55192472 [QA tests have started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/35/consoleFull) for PR 2336 at commit

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2336#issuecomment-55192697 [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/35/consoleFull) for PR 2336 at commit

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2336#issuecomment-55193472 [QA tests have started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/36/consoleFull) for PR 2336 at commit

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2336#issuecomment-55193605 [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/36/consoleFull) for PR 2336 at commit

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2336#issuecomment-55219139 [QA tests have started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/62/consoleFull) for PR 2336 at commit

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2336#issuecomment-55219154 [QA tests have started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/63/consoleFull) for PR 2336 at commit

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2336#issuecomment-55219205 [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/63/consoleFull) for PR 2336 at commit

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2336#issuecomment-55219182 [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/62/consoleFull) for PR 2336 at commit

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2336#issuecomment-55220766 [QA tests have started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/65/consoleFull) for PR 2336 at commit

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2336#issuecomment-55220824 [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/65/consoleFull) for PR 2336 at commit

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2336#issuecomment-55222663 [QA tests have started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/20139/consoleFull) for PR 2336 at commit

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2336#issuecomment-55222753 [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/20139/consoleFull) for PR 2336 at commit

[GitHub] spark pull request: [SPARK-3463] [PySpark] aggregate and show spil...

2014-09-09 Thread davies
GitHub user davies opened a pull request: https://github.com/apache/spark/pull/2336 [SPARK-3463] [PySpark] aggregate and show spilled bytes in Python Aggregate the number of bytes spilled into disks during aggregation or sorting, show them in Web UI.