You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pig.apache.org by sajid mohammed <sa...@gmail.com> on 2015/07/23 07:13:54 UTC

What is tutuple in pig ??

Hi

what is tutuple in pig

Re: What is tutuple in pig ??

Posted by Divya Gehlot <di...@gmail.com>.
A Pig relation is a bag of tuples. A Pig relation is similar to a table in
a relational database, where the tuples in the bag correspond to the rows
in a table. Unlike a relational table, however, Pig relations don't require
that every tuple contain the same number of fields or that the fields in
the same position (column) have the same type.
Hope this helps you to understand the tuples in pig .
On Jul 24, 2015 12:05 AM, "sajid mohammed" <sa...@gmail.com> wrote:

> Hi
>
> what is tutuple in pig
>