

After restart, IntelliJ will prompt you as shown below to Setup Scala SDK. After plugin installation, restart the IntelliJ IDE.

Click on Install to install the Scala plugin.Ĥ.Select the Plugins option from the left panel.Open File > Settings (or using shot keys Ctrl + Alt + s ).(you need to expand the project until you see App.scala file. This creates a project on IntelliJ and shows the following project structure on the left Project panel. On the next screen, review the options for artifact-id and group-id I am naming my project spark-hello-world-example.Ħ.

In the next window, enter the project name. Since we have selected Scala archetypes, it downloads all Scala dependencies and enables IntelliJ to write Scala code.ĥ.
