Github user aarondav commented on a diff in the pull request:

    https://github.com/apache/spark/pull/600#discussion_r12159750
  
    --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala ---
    @@ -1037,6 +1037,11 @@ private[spark] object Utils extends Logging {
         obj.getClass.getSimpleName.replace("$", "")
       }
     
    +  /** Return the current version of Spark */
    +  def getSparkVersion(): String = {
    +    getClass.getPackage.getImplementationVersion
    --- End diff --
    
    Note that this manifest property must be correctly set from the build 
system, but it's good to know if both systems do so.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to