[GitHub] spark pull request: [SPARK-3973] Print call site information for b...

2014-10-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/2829 --- 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-3973] Print call site information for b...

2014-10-16 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/2829#issuecomment-59458170 LGTM, so I've merged this. 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

[GitHub] spark pull request: [SPARK-3973] Print call site information for b...

2014-10-16 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/2829#issuecomment-59429462 LGTM --- 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

[GitHub] spark pull request: [SPARK-3973] Print call site information for b...

2014-10-16 Thread shivaram
Github user shivaram commented on the pull request: https://github.com/apache/spark/pull/2829#issuecomment-59427068 @rxin Can you take a look ? --- 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-3973] Print call site information for b...

2014-10-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2829#issuecomment-59425961 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/21

[GitHub] spark pull request: [SPARK-3973] Print call site information for b...

2014-10-16 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2829#issuecomment-59425951 [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/21813/consoleFull) for PR 2829 at commit [`cd6dbdf`](https://github.com/a

[GitHub] spark pull request: [SPARK-3973] Print call site information for b...

2014-10-16 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2829#issuecomment-59415269 [QA tests have started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/21813/consoleFull) for PR 2829 at commit [`cd6dbdf`](https://github.com/ap

[GitHub] spark pull request: [SPARK-3973] Print call site information for b...

2014-10-16 Thread shivaram
Github user shivaram commented on the pull request: https://github.com/apache/spark/pull/2829#issuecomment-59414792 Jenkins, retest 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-3973] Print call site information for b...

2014-10-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2829#issuecomment-59411790 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/21

[GitHub] spark pull request: [SPARK-3973] Print call site information for b...

2014-10-16 Thread shivaram
GitHub user shivaram opened a pull request: https://github.com/apache/spark/pull/2829 [SPARK-3973] Print call site information for broadcasts Its hard to debug which broadcast variables refer to what in a big codebase. Printing call site information helps in debugging. You can merg