The application I am building against HBase has a need for simple numeric keys, the key for the first row inserted into a table should be 1, the second row 2, etc.
I am working on HBase 0.20 RC1 using this excellent example as my template, http://people.apache.org/~stack/hbase-0.20.0-candidate-1/docs/api/org/apache/hadoop/hbase/client/package-summary.html#package_description I think I want to take advantage of incrementColumnValue() but I am unable to working out how to use this HTable method in conjunction with the use of Put as described in the article linked above. I am very much at the stage of conscious incompetence in my use of HBase at the moment so I apologize if this question seems muddled. -- View this message in context: http://www.nabble.com/Request-for-example-use-of-incrementColumnValue%28%29-with-Put-tp25267107p25267107.html Sent from the HBase User mailing list archive at Nabble.com.
