Explain avrostorage function?



Explain avrostorage function?..

Answer / Shailendra Kumar Mishra

AvroStorage function in Apache Pig is used to store data in the Avro format. This storage format provides a compact, binary representation of data that can be easily used for data serialization and deserialization. It is schema-aware, meaning the stored data includes its respective schema information. This makes it possible for different applications to read and write the same data, as long as they use the same schema.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Pig Interview Questions

Explain the uses of PIG?

1 Answers  


Define the Use of Pig?

1 Answers  


why should we use 'filters' in pig scripts?

1 Answers  


What is Pig Latin?

1 Answers  


What are the differences between PIG and HIVE?

1 Answers  


What is bag data type in Pig?

1 Answers  


What does flatten do in pig?

1 Answers  


Explain hive udf function?

1 Answers  


Explain pigdump function?

1 Answers  


How can you debug a pig script?

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  


What does illustrate do in Apache Pig?

1 Answers  


Categories