Thanks for your reply.
I understand the issue you mentioned about HBase not knowing or caring about the Avro content. What I'm trying to learn is how to create Avro objects without having to use the Avro write/read functions. Basically I want to:
* Load content into variables (var1 = schema + data)
* HBase put table, var1, var2, etc.
Thanks again