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 are the relational operators available related to combining and splitting in pig language?



What are the relational operators available related to combining and splitting in pig language?..

Answer / Jwala Singh

Combining Operators:n1. UNION ALL: Concatenates two or more relations horizontally without removing duplicates.n2. JOIN: Connects two relations vertically based on a common key.n3. LEFT JOIN, RIGHT JOIN, FULL OUTER JOIN: Extend the result set of a join by including all records from one or both sides.nSplitting Operators:n1. DISTINCT: Removes duplicate rows from a relation.n2. GROUP BY: Divides a relation into sub-relations based on one or more grouping expressions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Pig Interview Questions

What is BloomMapFile?

1 Answers  


What is a tuple in pig?

1 Answers  


What are the advantages of pig language?

1 Answers  


Why we use BloomMapFile?

1 Answers  


What is a bag in apache pig?

1 Answers  


What is pig statistics?

1 Answers  


Explain the difference between COUNT_STAR and COUNT functions in Apache Pig?

1 Answers  


What is the use of foreach operation in Pig scripts?

1 Answers  


What is the logical plan in pig architecture?

1 Answers  


What is a bag in Pig Latin?

1 Answers  


is it posible to join multiple fields in pig scripts?

1 Answers  


Why should we use ‘distinct’ keyword in Pig scripts?

1 Answers  


Categories