You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Shivaram Venkataraman (JIRA)" <ji...@apache.org> on 2015/04/10 02:02:41 UTC

[jira] [Created] (SPARK-6838) Explore using Reference Classes instead of S4 objects

Shivaram Venkataraman created SPARK-6838:
--------------------------------------------

             Summary: Explore using Reference Classes instead of S4 objects
                 Key: SPARK-6838
                 URL: https://issues.apache.org/jira/browse/SPARK-6838
             Project: Spark
          Issue Type: Improvement
          Components: SparkR
            Reporter: Shivaram Venkataraman
            Priority: Minor


The current RDD and PipelinedRDD are represented in S4 objects. R has a new OO system: Reference Class (RC or R5). It seems to be a more message-passing OO and instances are mutable objects. It is not an important issue, but it should also require trivial work. It could also remove the kind-of awkward "@" operator in S4.

R6 is also worth checking out. Feels closer to your ordinary object oriented language. https://github.com/wch/R6




--
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