应用场景:
Avro allows for a schema to be stored
with data, making it easier for different processing systems (e.g., MapReduce, HBase,
and Impala/Hive) to easily access the data without serializing and deserializing the
data over and over again.
Architectuing Hbase applications