Re: Mapping HBase table in Phoenix

2015-02-13 Thread Anoop John
put 'tab_2_cf', 'r1', 'cf1:address', 'CALIF' put to cf2 or cf1?? Typo? -Anoop- On Wed, Feb 11, 2015 at 2:16 AM, Siva wrote: > Hi Everyone, > > > > When I map a table in Phoenix from Hbase which has two column families, I > could not able to see the data for 2nd column family from Phoenix. >

Mapping HBase table in Phoenix

2015-02-10 Thread Siva
Hi Everyone, When I map a table in Phoenix from Hbase which has two column families, I could not able to see the data for 2nd column family from Phoenix. Hbase: create 'tab_2_cf', 'cf1', 'cf2' put 'tab_2_cf', 'r1', 'cf1:name', 'asdf' put 'tab_2_cf', 'r1', 'cf1:address', 'CALIF' >F