I have a Hbase table with only 1 column family(cf1) having 100 columns under it. I need to change cf1 to new column family(CF1).
In short i need to modify column famil
I think you should copy columns from family to family then delete old column family. If there was a hbase client api for that, it would do the same, i think. Because data written to hbase files contains column family name in it.