Oleg Ignatenko created IGNITE-10335:
---------------------------------------
Summary: move ML examples datasets files to resources
Key: IGNITE-10335
URL:
https://issues.apache.org/jira/browse/IGNITE-10335 Project: Ignite
Issue Type: Improvement
Components: ml
Affects Versions: 2.7
Reporter: Oleg Ignatenko
ML examples datasets files were moved from resources to some folder under src/main/java in the course of IGNITE-10209.
This was done as a quick workaround to unblock another change. However, resources is a more appropriate location for this kind of content and in the course of IGNITE-10234 we discovered that there is a way to make things work with dataset files in this folder.
Solution appears to be to rework {{SandboxMLCache}} to use {{IgniteUtils.resolveIgnitePath}} API like it is done in [SqlJdbcCopyExample|
https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/sql/SqlJdbcCopyExample.java].
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)