[
https://issues.apache.org/jira/browse/IGNITE-7118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279035#comment-16279035
]
Oleg Ignatenko edited comment on IGNITE-7118 at 12/5/17 7:00 PM:
-----------------------------------------------------------------
Fix for IGNITE-6849 is currently merged to master. I checked benchmark with
part of the changes done per this fix and it appears to run fine.
Plan to do as follows: After IGNITE-6123 is merged to master, enable the
benchmark, remove "TODO" comment from
{{IgniteKMeansDistributedClustererBenchmark}}, re-run it with master codebase
and fix if there are any other issues found.
This entry needs to be added to file {{ignite-ml.properties}} in order to
enable benchmark:
{code:none}-cfg ${SCRIPT_DIR}/../config/ignite-localhost-config.xml -nn
${nodesNum} -b ${b} -w ${w} -d ${d} -t ${t} -sm ${sm} -dn
IgniteKMeansDistributedClustererBenchmark -sn IgniteNode -ds
${ver}kmeans-distributed-clusterer-${b}-backup,\
{code}
was (Author: oignatenko):
Fix for IGNITE-6849 is currently merged to master. I checked benchmark with
part of the changes done per this fix and it appears to run fine.
Plan to do as follows: After IGNITE-6123 is merged to master, enable the
benchmark, remove "TODO" comment from
{{IgniteKMeansDistributedClustererBenchmark}}, re-run it with master codebase
and fix if there are any other issues found.
This entry needs to be added to file {{ignite-ml.properties}} in order to
enable benchmark:
{code:none}-cfg ${SCRIPT_DIR}/../config/ignite-localhost-config.xml -nn
${nodesNum} -b ${b} -w ${w} -d ${d} -t ${t} -sm ${sm}\
-dn IgniteKMeansDistributedClustererBenchmark -sn IgniteNode -ds
${ver}kmeans-distributed-clusterer-${b}-backup,\
{code}
> performance measurement for distributed k-means clustering
> ----------------------------------------------------------
>
> Key: IGNITE-7118
> URL: https://issues.apache.org/jira/browse/IGNITE-7118
> Project: Ignite
> Issue Type: Bug
> Components: ml, yardstick
> Reporter: Oleg Ignatenko
> Assignee: Oleg Ignatenko
>
> We want to start tracking our performance to avoid performance degradation.
> Also we need some performance comparison with other ml libs.
> Initial draft for this benchmark was made per IGNITE-6123 (class
> {{IgniteKMeansDistributedClustererBenchmark}}) but it currently fails because
> of the implementation issues reported in IGNITE-6849 so it is excluded.
> Enable this benchmark and re-test it using codebase that has has corrected
> implementation.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)