I am using IntelliJ IDE to play with Scala and Spark. In this IDE I created a Scala project with a Scala object (see picture).
I used the sample Regression code from this web site.
I also downloaded Spark Framework as a non-Maven user from GitHub (as explained here).
My question is how to link this Spark Framework with my Scala project? Also do I need to integrate some additional libraries to be able to work with Spark MLLib?