What is a tuple?

Answers were Sorted based on User's Feedback



What is a tuple?..

Answer / hrindows@gmail.com

Tuples refer to the collections of the same or different types of data. The size of tuples is always fixed (1 - 8) and the developer must apply the size that they want at declaration time.

Is This Answer Correct ?    0 Yes 0 No

What is a tuple?..

Answer / hrindows@gmail.com

Tuples refer to the collections of the same or different types of data. The size of tuples is always fixed (1 - 8) and the developer must apply the size that they want at declaration time.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Pig Interview Questions

Does Pig support multi-line commands?

0 Answers  


What is a UDF in Pig?

0 Answers  


How to load data in pig?

0 Answers  


is it posible to join multiple fields in pig scripts?

0 Answers  


How should 'load' keyword is useful in pig scripts?

0 Answers  






What is the difference between Pig and SQL?

0 Answers  


What are the Optimizations a developer can use during joins?

0 Answers  


Explain tobag function?

0 Answers  


Can we say a COGROUP is a group of more than 1 data set?

0 Answers  


You have a file employee.txt in the hdfs directory with 100 records. You want to see only the first 10 records from the employee.txt file. How will you do this?

0 Answers  


Explain the uses of PIG?

0 Answers  


What is the use of binstorage?

0 Answers  


Categories