Hi, I have been going through getting started with the spark shell to ignite 1.4.0. I got spark 1.3.1 to work by simply following instructions. However when I tries to use spark shell 1.5.1 I am not getting it to work. I am thinking it is config problem on my server, but wanted to double check that spark 1.5.1 is supported.
Here is what I did: bin/spark-shell --packages org.apache.ignite:ignite-spark:1.4.0 --repositories http://www.gridgainsystems.com/nexus/content/repositories/external (I have spark matser specfied in config file). When I did import org.apache.ignite.spark._ import org.apache.ignite.configuration._ val ic = new IgniteContext[Integer, Integer](sc, () => new IgniteConfiguration()) Got error: class org.apache.ignite.IgniteIllegalStateException: Grid instance was not properly started or was already stopped: null at org.apache.ignite.internal.IgnitionEx.grid(IgnitionEx.java:1190) at org.apache.ignite.Ignition.ignite(Ignition.java:515) at org.apache.ignite.spark.IgniteContext.ignite(IgniteContext.scala:150) ... I know the ignite daemon was up and running: Thanks in advance for help, Rich
