Hello HBase masters, For the two add methods of Put class,
http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/Put.html#add%28org.apache.hadoop.hbase.KeyValue%29 http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/Put.html#add%28byte[],%20byte[],%20long,%20byte[]%29 I think they are both write to a cell in HBase by row-key, column family name, column name and time stamp. I have not found any special functions provided by the KeyValue based method compared to the other one. Any comments about special function which KeyValue based method could achieve? regards, Lin
