I want to use the following:
List<Cell> cells = sourcePut.get(CfBytes, QualBytes);
But it is returning me an empty list, since I am not specifying the correct column family and/or correct qualifier.
For my source table, how to view all column families and qualifiers?
I haven't created the HBase table, it was already available.