I am a beginner in Scala. I installed Scala IDE in eclipse and now I want to run my application programme. It never shows \"run as Scala application\", instead it shows \"run
Following are the steps that I took to successfully run scala(Ubuntu) on eclipse:
1. Download Scala IDE
2. After installation, create a maven project.
3. right click on the project, go to configure and "Add Scala Nature"
4. In the .pom I provided the following dependencies:
org.apache.spark
spark-core_2.12
2.4.1
org.apache.spark
spark-sql_2.12
2.4.1
org.apache.spark
spark-graphx_2.12
2.4.1
Hope this helps!!!