You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by akorensh <al...@gmail.com> on 2020/06/02 15:29:12 UTC

Re: Unable to enable ML inference storage

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/