You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Kay Ousterhout (JIRA)" <ji...@apache.org> on 2015/04/07 22:51:12 UTC

[jira] [Created] (SPARK-6754) TaskContextHelper is not necessary

Kay Ousterhout created SPARK-6754:
-------------------------------------

             Summary: TaskContextHelper is not necessary
                 Key: SPARK-6754
                 URL: https://issues.apache.org/jira/browse/SPARK-6754
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
    Affects Versions: 1.3.0
            Reporter: Kay Ousterhout
            Priority: Minor


The TaskContextHelper was originally necessary because TaskContext was written in Java, which does not have a way to specify that classes are package-private, so TaskContextHelper existed to work around this.  Now that TaskContext has been re-written in Scala, this class is no longer necessary.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org