[ 
https://issues.apache.org/jira/browse/SPARK-22905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joseph K. Bradley updated SPARK-22905:
--------------------------------------
    Summary: Fix ChiSqSelectorModel, GaussianMixtureModel save implementation 
for Row order issues  (was: Fix ChiSqSelectorModel save implementation)

> Fix ChiSqSelectorModel, GaussianMixtureModel save implementation for Row 
> order issues
> -------------------------------------------------------------------------------------
>
>                 Key: SPARK-22905
>                 URL: https://issues.apache.org/jira/browse/SPARK-22905
>             Project: Spark
>          Issue Type: Bug
>          Components: MLlib
>    Affects Versions: 2.2.1
>            Reporter: Weichen Xu
>            Assignee: Weichen Xu
>             Fix For: 2.3.0
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Currently, in `ChiSqSelectorModel`, save:
> {code}
> spark.createDataFrame(dataArray).repartition(1).write...
> {code}
> The default partition number used by createDataFrame is "defaultParallelism",
> Current RoundRobinPartitioning won't guarantee the "repartition" generating 
> the same order result with local array. We need fix it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to