Spark API allows you to write programs in Scala, Python, Java and R. Through out we will be working with Java 8. Following code snippet is WordCount program written in Java. Open the Maven project created in the Setting up eclipse spark project. In package that you added while creating the project, create a new Java…
Read More →Tag: Eclipse
This is a simple exercise and following are the steps for setting up a Maven project in eclipse: Create a new Maven project in Eclipse as shown below: From package explorer view, goto New -> Other -> Maven -Select Maven project -> Fill in group id, artifact id, package name and click finish You should…
Read More →