Passing Function To Spark

Passing Function to Spark

1. Overview In Apache Spark, most of the transformations and many of its actions, rely on passing function to spark. Different languages like, Java, Python and Scala provides multiple ways…

Read More
Spark RDD Operations

Spark RDD Example

1. Overview With advancement in technologies, Data is growing faster than processing speed, for processing massive amount of data possible solution is to parallelize on large clusters.Apache Spark is a unified…

Read More