Can we create tables in phoenix with unknown columnnaes and only giving
columnfamilies
--
*With Regards *
*RAHUL MITTAL*
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
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
Hi...
I have an hbase table with family:column versions=>10... how can i show
the cell versions using phenix?