Application Template for Spark Scala with Gradle

Sharing my tips for developing an application on local desktop and automating the complete build process using Apache Spark with Scala

Apache Spark is the unified analytics engine for large scale data processing. Although it supports writing applications in Java, Scala, Python, R, SQL; Scala is preferred by many(especially by me) to develop applications due to its engine’s nativity. Furthermore, developing applications utilizing Spark on local desktop, automating build, testing and... [Read More]