Spark

Spark UseCase : ebay Auction data

        In this blog post, we will see how to perform analysis on ebay Auction data using Spark with Scala. Assuming having some Knowledge on RDDs, Tranformations, Actions and Basic Scala  We are doing all these operations in spark interactive shell so we need to use sc for SparkContext, sqlContext for SQLContext… Continue reading Spark UseCase : ebay Auction data