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?

Reply via email to