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...


Explain Spark leftOuterJoin() and rightOuterJoin() operation?



Explain Spark leftOuterJoin() and rightOuterJoin() operation?..

Answer / Krishna Chandra Yadav

Spark leftOuterJoin() is a type of outer join that returns all records from the left RDD (first argument) and matching records from the right RDD (second argument), with null values for missing keys on the right side. If there are no matches, the result contains NULLs on the right side.nSpark rightOuterJoin() is similar, but it returns all records from the right RDD and matching records from the left RDD, with null values for missing keys on the left side. If there are no matches, the result contains NULLs on the left side.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Explain about the common workflow of a Spark program?

1 Answers  


Please enumerate the various components of the Spark Ecosystem.

1 Answers  


What are accumulators in spark?

1 Answers  


Write the command to start and stop the spark in an interactive shell?

1 Answers  


What is spark sqlcontext?

1 Answers  


Define fold() operation in Apache Spark?

1 Answers  


What is the difference between spark and apache spark?

1 Answers  


How can Spark be connected to Apache Mesos?

1 Answers  


Explain values() operation in apache spark?

1 Answers  


What is spark and what is its purpose?

1 Answers  


What is apache spark written in?

1 Answers  


What is shuffle spill in spark?

1 Answers  


Categories