Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is rdd in spark with example?



What is rdd in spark with example?..

Answer / Neeraj P Singh

"Resilient Distributed Datasets (RDD) are the basic data structure of Apache Spark. An RDD is an immutable distributed collection of objects that can be processed in parallel across a cluster. For example, you can create an RDD from a list of integers using the `spark.sparkContext.parallelize()` method like so: `val rdd = sparkContext.parallelize(Array(1, 2, 3, 4))`."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What is apache spark architecture?

1 Answers  


Explain the term paired RDD in Apache Spark?

1 Answers  


What are the types of Transformation in Spark RDD Operations?

1 Answers  


What is spark machine learning?

1 Answers  


What is spark vcores?

1 Answers  


Is the following approach correct? Is the sqrt Of Sum Of Sq a valid reducer?

1 Answers  


What is a "Parquet" in Spark?

1 Answers  


how can you identify whether a given operation is transformation or action?

1 Answers  


Explain write ahead log(journaling) in spark?

1 Answers  


Why is there a need for broadcast variables when working with Apache Spark?

1 Answers  


Name various types of Cluster Managers in Spark.

1 Answers  


Does spark use java?

1 Answers  


Categories