Fetch HBase key info (rowkey, colum family, qualifier) without values
Im trying to remove all columns that start with some prefix from all rows, its taking a really long and Im trying to optimize it by not fetching the values since they can be heavy.