Name the scalar data type and complex data types in Pig?



Name the scalar data type and complex data types in Pig?..

Answer / Tulika Tripathi

Scalar Data Types:
1. chararray
2. int8, int16, int32, int64
3. float, double
4. booleannComplex Data Types:
1. bag: A collection of tuples with no fixed schema.
2. map: A set of key-value pairs with no fixed schema.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Pig Interview Questions

How to fetch particular columns in pig?

1 Answers  


How do you run the pig scripts in local mode?

1 Answers  


Explain bagtotuple?

1 Answers  


Differentiate between Pig Latin and Pig Engine?

1 Answers  


State the usage of 'filters', 'group' , 'orderBy', 'distinct' keywords in pig scripts?

1 Answers  


What is the use of BloomMapFile?

1 Answers  


What is a bag in pig?

1 Answers  


Explain textloader function?

1 Answers  


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

1 Answers  


What is a map in pig?

1 Answers  


what are relational operations in pig latin?

1 Answers  


What is the difference between Apache Pig and Hive?

1 Answers  


Categories