Hello Ognen! Thanks for interesting to Ignite.
Actually we do not work with sbt we work from Intelli JIDEA. Could you try following: Download Community version of Intelli JIDEA (it is free). Install scala plugin to it. Create new project by importing pom.xml Enable scala profile. Run scala examples. I created issue https://issues.apache.org/jira/browse/IGNITE-376 you can track it. We will investigate. On Fri, Feb 27, 2015 at 10:14 PM, Ognen Duzlevski <[email protected] > wrote: > Hello all, > > Sorry if this is not the right place to ask this question - I am new to > ignite. > > I downloaded the latest version of apache-ignite and am trying to run the > scala examples in the examples/ subdir. > > However, I am not sure what needs to be done for them to be run. I created > an sbt project, included the dependencies on the correct libraries like > ignite-core, ignite-scalar, ignite-examples, however this line keeps > failing from an example such as the Pi calculation: > > import org.apache.ignite.scalar.scalar > > If I look at the scala docs there is no scalar.scalar. > > Are the examples simply too stale? > > Thanks! > -- Alexey Kuznetsov GridGain Systems www.gridgain.com
