Hi, I have a requirement where I need to put data to Hbase based on comparison with more than 1 column Qualifiers.
Currently CheckAndput allows comparison of just one column Qualifier and updates that accordingly. However needed where we can compare 2 columns and update only if both the comparison retuns true. -- Vikash Agarwal
