You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Bryan Cutler (JIRA)" <ji...@apache.org> on 2016/04/08 01:20:25 UTC

[jira] [Created] (SPARK-14472) Cleanup PySpark-ML Java wrapper classes so that JavaWrapper will inherit from JavaCallable

Bryan Cutler created SPARK-14472:
------------------------------------

             Summary: Cleanup PySpark-ML Java wrapper classes so that JavaWrapper will inherit from JavaCallable
                 Key: SPARK-14472
                 URL: https://issues.apache.org/jira/browse/SPARK-14472
             Project: Spark
          Issue Type: Improvement
          Components: ML, PySpark
            Reporter: Bryan Cutler
            Priority: Minor


Currently, JavaCallable is used to wrap a plain Java object and act as a mixin to JavaModel to provide a convenient method to make Java calls to an object defined in JavaWrapper.  The inheritance structure could be simplified by defining the object in JavaCallable and use as a base class for JavaWrapper.  Also, some renaming of these classes might better reflect their purpose.



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