Hi Tian, Following page describes how you can use existing tables with Phoenix http://phoenix.incubator.apache.org/faq.html#How_I_create_Views_in_Phoenix_Whats_the_difference_between_ViewsTables
//mujtaba On Fri, Mar 21, 2014 at 4:07 PM, Tianying Chang <[email protected]> wrote: > Hi, > > I have put the phoenix jar under the hbase/lib. and tested that I can > create a new table with sqlline, and do the select * statement. > > My question is how can I convert the existing HBase table to run those > select commands? I have a HBase table that already has large amount of data > in it. > > Thanks > Tian-Ying >
