如何在Hbase Shell中编写CheckAndPut操作?

时间:2018-08-15 09:21:18

标签: apache hadoop hbase bigdata cloudera

我要在Hbase shell中转换此操作吗? table.checkAndMutate(row,family).qualifier(qualifier).ifNotExists()。thenPut(put)

当我在Hbase Shell中写'checkAndPut'时,我面对未定义的方法吗?有人可以帮我吗?

1 个答案:

答案 0 :(得分:0)

恐怕https://learnhbase.wordpress.com/2013/03/02/hbase-shell-commands不支持此功能。为什么在hbase shell中需要它?