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 |
What is BloomMapFile?
What is a tuple in pig?
What are the advantages of pig language?
Why we use BloomMapFile?
What is a bag in apache pig?
What is pig statistics?
Explain the difference between COUNT_STAR and COUNT functions in Apache Pig?
What is the use of foreach operation in Pig scripts?
What is the logical plan in pig architecture?
What is a bag in Pig Latin?
is it posible to join multiple fields in pig scripts?
Why should we use ‘distinct’ keyword in Pig scripts?
Apache Hadoop (394)
MapReduce (354)
Apache Hive (345)
Apache Pig (225)
Apache Spark (991)
Apache HBase (164)
Apache Flume (95)
Apache Impala (72)
Apache Cassandra (392)
Apache Mahout (35)
Apache Sqoop (82)
Apache ZooKeeper (65)
Apache Ambari (93)
Apache HCatalog (34)
Apache HDFS Hadoop Distributed File System (214)
Apache Kafka (189)
Apache Avro (26)
Apache Presto (15)
Apache Tajo (26)
Hadoop General (407)