oh, nevermind, there is CSV bulk loader <http://phoenix.apache.org/bulk_dataload.html>, somehow I missed it
On Wed, Sep 17, 2014 at 12:53 AM, Alex Kamil <[email protected]> wrote: > ..looks like there is a way to create/update Hbase table via MapReduce job > and TableOutputFormat, can it be applied to phoenix metadata imports > > On Wed, Sep 17, 2014 at 12:28 AM, Alex Kamil <[email protected]> wrote: > >> 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 >> > >
