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);
Thanks Arunn, you just saved me an hour of searching around.
ReplyDeleteGlad that the post helped
Deletedeletion operation in hector api is not working properly
ReplyDelete