Just wondering if HBase write request should contain at least table name and row key or just a row key (no need table name)?
I'm just going through practice exam and this question come up.
Google is not helping.
Thanks
Just wondering if HBase write request should contain at least table name and row key or just a row key (no need table name)?
I'm just going through practice exam and this question come up.
Google is not helping.
Thanks
should contain tablename, row and column-family
see example
to see table
to insert value
to see the table contain