Fwd: Creating tables with columnfamily

2014-07-17 Thread Rahul Mittal
Can we create tables in phoenix with unknown columnnaes and only giving columnfamilies -- *With Regards * *RAHUL MITTAL*

Re: pheonix Loading via MapReduce exception

2014-07-17 Thread anil gupta
Hi Jack, Can you try: $HADOOP_CLASSPATH=/opt/cloudera/parcels/CDH/lib/hbase/lib/hbase-protocol-0.96.1.1-cdh5.0.0.jar:/etc/hbase/conf.cloudera.hbase hadoop jar phoenix/hadoop-2/phoenix-4.0.0-incubating-client.jar:`hbase classpath` org.apache.phoenix.mapreduce.CsvBulkLoadTool --table TAB_PS_XDR --in

Query Finds No Rows When USing Multiple Column Families

2014-07-17 Thread Steve Terrell
Hi, Can someone tell me if this is a bug or my misunderstanding of how column families are handled in Phoenix? My table schema: CREATE TABLE IF NOT EXISTS FAMILY_TEST ( NUM1 INTEGER NOT NULL, AA.NUM2 INTEGER, BB.NUM3 INTEGER, CONSTRAINT my_pk PRIMARY KEY (NUM1)); I populated it with on

phoenix/hbase cell version

2014-07-17 Thread Ahmed Hussien
Hi... I have an hbase table with family:column versions=>10... how can i show the cell versions using phenix?