Invoke fetchColumn(Text, Text) or fetchColumnFamily(Text) with the appropriate columns and setRanges(Collection<Range>) with the Range(s) you want delete those columns from.

You can invoke the fetchColumn and fetchColumnFamily methods multiple times for multiple columns too.

On 5/2/14, 2:18 PM, Marko Escriba wrote:
Yes you're right Christopher. Im sorry for the mistake. What I am really
trying to do here is to remove rows that belongs to the same Column
Family/Qualifier. I have not read the Mutation.putDelete and
createBatchDeleter from the api docs. Thank you for the reference. I am just
confused to where to put the criteria (columns/ranges) on createBatchDeleter
config though.



--
View this message in context: 
http://apache-accumulo.1065345.n5.nabble.com/Remove-Row-Data-tp9573p9580.html
Sent from the Developers mailing list archive at Nabble.com.

Reply via email to