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 family name. I have gone through the following link http://comments.gmane.org/gmane.comp.java.hadoop.hbase.user/30959 but of no use.
Thanks in Advance.