May 2017
Intermediate to advanced
294 pages
7h 33m
English
Perform the following steps to develop a Spark application on IntelliJ IDEA with SBT:
$ mkdir /home/hduser/.sbt/0.13/plugins $ echo addSbtPlugin("com.github.mpeltone" % "sbt-idea" % "1.6.0" ) > /home/hduser/.sbt/0.12/plugins/plugin.sbt
$ cd <project-home> $ echo addSbtPlugin("com.github.mpeltone" % "sbt-idea" % "1.6.0" ) > plugin.sbt
IDEA is ready for use with SBT.
Now you can develop the Spark code using Scala and build it using SBT.
Read now
Unlock full access