Courtney,
This config should be enough
<bean parent="ignite.cfg">
<property name="pluginConfigurations">
<bean
class="org.apache.ignite.ml.util.plugin.MLPluginConfiguration">
<property name="withMdlStorage" value="#{true}" />
<property name="withMdlDescStorage" value="#{true}" />
</bean>
</property>
</bean>
It will load the ML plugin and initialize model storage.You can send me a reproducer and I'll take a look. Thanks, Alex -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
