What are the Data types in Pig?



What are the Data types in Pig?..

Answer / Rina

Pig supports several built-in data types, including: BOOL, CHARARRAY (string), INT, FLOAT, DURATION (time intervals), TUPLE (tuple of other data types), BAG (unordered collection of data), and MAP (key-value pair of other data types).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Pig Interview Questions

How to use 'foreach' operation in pig scripts?

1 Answers  


What is Pig Latin?

1 Answers  


What are pig scripts?

1 Answers  


What are the limitations of the Pig?

1 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?

1 Answers  


Write a Pig UDF Example ?

1 Answers  


What is atom in pig?

1 Answers  


Explain the need for MapReduce while programming in Apache Pig?

1 Answers  


Differentiate between Hadoop MapReduce and Pig?

1 Answers  


What are the different String functions available in pig?

1 Answers  


What is a tuple?

3 Answers  


Explain avrostorage function?

1 Answers  


Categories