[GitHub] spark pull request: [SPARK-11709] include call site info in SparkC...

2015-11-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9675#issuecomment-156224427 **[Test build #45765 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45765/consoleFull)** for PR 9675 at commit [`2665c12`](https://gith

[GitHub] spark pull request: [SPARK-11709] include call site info in SparkC...

2015-11-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9675#issuecomment-156223456 Merged build started. --- 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-11709] include call site info in SparkC...

2015-11-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9675#issuecomment-156223424 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-11709] include call site info in SparkC...

2015-11-12 Thread mengxr
GitHub user mengxr opened a pull request: https://github.com/apache/spark/pull/9675 [SPARK-11709] include call site info in SparkContext.assertNotStopped error message This helps debug issues caused by multiple SparkContext instances. @JoshRosen ~~~ scala> sc.stop()