I read few articles and videos on YouTube about HBase. I understood that HBase is hadoop database. And it has different architecture (like column group etc.) compared to RDBMs. But I am still not clear how a RDBMs table will be represented in HBase?
Let me know if there is any suitable tutorial available.
e.g. If I have employee table with column as id, first_name, last_name, departement_id and salary. And Department table with departement_id, dept_name as columns.
If I want to represent it in HBase how will it be defined ? Can someone please elaborate.