Thursday, June 23, 2011

Removing a column from cassandra using hector api 0.7

REMOVING A SINGLE COLUMN
To remove the column used in the previous two examples, an instance of Mutator can be obtained through HFactor or reused.
mutator.delete("jsmith", "Standard1", "first", stringSerializer);

3 comments:

  1. Thanks Arunn, you just saved me an hour of searching around.

    ReplyDelete
  2. deletion operation in hector api is not working properly

    ReplyDelete