You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Mike Dusenberry (JIRA)" <ji...@apache.org> on 2015/05/28 19:39:17 UTC

[jira] [Created] (SPARK-7920) Make MLlib ChiSqSelector Serializable & Fix Related Documentation Example

Mike Dusenberry created SPARK-7920:
--------------------------------------

             Summary: Make MLlib ChiSqSelector Serializable & Fix Related Documentation Example
                 Key: SPARK-7920
                 URL: https://issues.apache.org/jira/browse/SPARK-7920
             Project: Spark
          Issue Type: Bug
          Components: MLlib
    Affects Versions: 1.3.1, 1.4.0
            Reporter: Mike Dusenberry
            Priority: Minor


The MLlib ChiSqSelector class is not serializable, and so the example in the ChiSqSelector documentation fails.  Also, that example is missing the import of ChiSqSelector.  ChiSqSelector should just extend Serializable.

Steps:
1. Locate the MLlib ChiSqSelector documentation example.
2. Fix the example by adding an import statement for ChiSqSelector.
3. Attempt to run -> notice that it will fail due to ChiSqSelector not being serializable. 



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