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 leftOuterJoin() and rightOuterJoin() operation in Apache Spark?



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

Answer / Varunt Yagi

In Apache Spark, `leftOuterJoin()` returns a dataset with all the records from the left RDD (first argument) and null for missing values on the right RDD (second argument). On the other hand, `rightOuterJoin()` returns a dataset with all the records from the right RDD and null for missing values on the left RDD.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What do you understand by worker node?

1 Answers  


What is the difference between spark and hive?

1 Answers  


How rdd persist the data?

1 Answers  


Name some internal daemons used in spark?

1 Answers  


Can we install spark on windows?

1 Answers  


What is the difference between dataset and dataframe in spark?

1 Answers  


Define "PageRank".

1 Answers  


List out the difference between textFile and wholeTextFile in Apache Spark?

1 Answers  


List down the languages supported by Apache Spark?

1 Answers  


List commonly used machine learning algorithm?

1 Answers  


Which all languages Apache Spark supports?

1 Answers  


Define partitions in apache spark.

1 Answers  


Categories