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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to