Stepan Pilschikov created IGNITE-12588:
------------------------------------------
Summary: Failed to run MLeap or Spark examples
Key: IGNITE-12588
URL:
https://issues.apache.org/jira/browse/IGNITE-12588 Project: Ignite
Issue Type: Bug
Components: ml, spark
Affects Versions: 2.8
Environment: Java 8
Ubuntu/Win 10
Reporter: Stepan Pilschikov
New release build comes with missed class org.apache.ignite.ml.mleap.MLeapModelParser
Now i can't build any spark examples
Steps:
- Try to mvn clean package -P scala
Actual:
-
{code:java}
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /apache-ignite-2.8.0-bin/examples/src/main/spark/org/apache/ignite/examples/ml/mleap/MLeapModelParserExample.java:[34,34] package org.apache.ignite.ml.mleap does not exist
[ERROR] /apache-ignite-2.8.0-bin/examples/src/main/spark/org/apache/ignite/examples/ml/mleap/MLeapModelParserExample.java:[45,26] cannot find symbol
symbol: class MLeapModelParser
location: class org.apache.ignite.examples.ml.mleap.MLeapModelParserExample
[ERROR] /apache-ignite-2.8.0-bin/examples/src/main/spark/org/apache/ignite/examples/ml/mleap/MLeapModelParserExample.java:[45,56] cannot find symbol
symbol: class MLeapModelParser
location: class org.apache.ignite.examples.ml.mleap.MLeapModelParserExample
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)