hadoop - Is it possible to set where condition to hbase row-keys? -


Is it possible to set the condition to set the row? Suppose I have line-keys 1,2,3,4,5 ... where do I "row-key <4" ??

I think you want an inclusive filter filter

  s = New scan (bytes.times ("starteroo"); S.setFilter (New Inclusive Filter (Bytes. Titles ("Stopper"));   



Comments