[
https://issues.apache.org/jira/browse/SPARK-5490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyukjin Kwon updated SPARK-5490:
--------------------------------
Labels: bulk-closed clustering (was: clustering)
> KMeans costs can be incorrect if tasks need to be rerun
> -------------------------------------------------------
>
> Key: SPARK-5490
> URL: https://issues.apache.org/jira/browse/SPARK-5490
> Project: Spark
> Issue Type: Bug
> Components: MLlib
> Affects Versions: 1.3.0
> Reporter: Sandy Ryza
> Priority: Major
> Labels: bulk-closed, clustering
>
> KMeans uses accumulators to compute the cost of a clustering at each
> iteration.
> Each time a ShuffleMapTask completes, it increments the accumulators at the
> driver. If a task runs twice because of failures, the accumulators get
> incremented twice.
> KMeans uses accumulators in ShuffleMapTasks. This means that a task's cost
> can end up being double-counted.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]