Github user mateiz commented on a diff in the pull request: https://github.com/apache/spark/pull/106#discussion_r10420059 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -830,13 +830,10 @@ class SparkContext( setLocalProperty("externalCallSite", null) } + /** Capture the current user callsite and return a formatted version for printing. If the user + * has overridden the call site, this will return the user's version. */ --- End diff -- The format of this doc comment seems wrong
--- 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 enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---