How to Setup Eclipse to Run Spark Programs Using Gradle as Build Tool
This post is to show detailed demo of setting up Eclipse with Gradle to run Spark Programs
This post will give a walk through of how to setup your local system to test Spark programs. We will use Gradle as build tool. Additionally we will see how to run the same code using spark-submit
command.