adspace
Answer Posted / 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 View All Answers