Hello folks, I'm just starting with HBase and have a couple of rudimentary questions about how to use it:
I have a simple Java program that have been developer for the purpose of learning HBase, the program was built with MySQL as database, it contain 3 tables: Authors, Books and AuthorBook (for the N to N relation). I am wondering if someone can help me to do the same with HBase, what could the schema be? Any recommendations are welcome and just keep in mind that I'm just beginning, simple explanation would be great. Thanks a lot, Sygura.
