Hello all, I’m quite new with Livy and I have a question regarding Livy development using Intellij IDEA.
I imported maven project (as usually) but I can’t build and, of course, run it directly in IDEA since it can’t find some Scala classes and interfaces, like Logging and Utils, that actually exist in other module (core). So, I have a compile error. In the same time, when I run command "mvn package" from console it works well. It seems like IDEA can’t resolve a question which Scala version to use (since Livy supports two of them: 2.10 and 2.11). So, my question is - how people, who use Intellij IDEA for development, overcame this issue? Is it a well known problem? I’d very appreciate for any hints about that. Thank you, Alexey
