Member since
09-20-2017
6
Posts
0
Kudos Received
0
Solutions
09-21-2017
07:41 AM
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
... View more
09-20-2017
03:06 PM
Does HBase utilize a schema registry like that of Kafka (Confluent)? Otherwise, when using Avro in HBase are you storing the schema in every cell/row to describe the Avro object withion it?
... View more
Labels:
- Labels:
-
Apache HBase