Hi i recently started exploring Google Bigtable features.
If I want to delete particular column family data corresponding to particular row key of the table then how can i achieve this.
Using this command I am able to get all records
cbt -project my-project -instance my-instance lookup my-table rowkey
Please suggest.