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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to