Is there a faster alternative to ALTER statement? I'm trying to add ~800 columns to a table (3 regionservers, salt_bucket=3) and it takes >2 min. As I generate about 300 of these statements during bootstrap it takes hours to finish
May be via direct update to meta tables via HBase API or even HDFS files, anything goes
