I plan to use
HTable.exists(http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/HTable.html#exists%28org.apache.hadoop.hbase.client.Get%29).
But it seems it is used to check a cell(column). Is there a better way
to just check if the row with specific key exists?
- What's the best way to find if a row exists? Rural Hunter
