45279/why-tuple-keywords-is-used-in-pig
Hi,
I am new to pig and not able to understand what tuple is and why it is used. Can anyone please explain?
Hey,
A tuple is a set of field, the field can be of any type. Here Id and Product name from a tuple. Tuples are represented by braces.
Example:- (10, samsung)
Id, Product_name 10, samsung 20, Nokia 30, MI
As you know writing mapreduce programs in ...READ MORE
Hello, In pig, there is a default load ...READ MORE
Hey, The create external keyword is used to create a ...READ MORE
Hey, An aggregate function that returns the number ...READ MORE
Firstly you need to understand the concept ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
In your case there is no difference ...READ MORE
The distributed copy command, distcp, is a ...READ MORE
Hey, In Apache pig, JOIN operator is used ...READ MORE
CLI is Command Line Client which is ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.