Re: Accessing existing schema, creating schema

2017-03-09 Thread mferlay
Hi everybody , I up this message because I think i'm in the same situation. I'm using Phoenix 4.9 - Hbase 1.2. I have found some stuff like setting "phoenix.schema.isNamespaceMappingEnabled" at true in the hbase-setting.xml and Phoenix' client side. Thus i have also add it in my conf in Eclipse

Row timestamp

2017-03-09 Thread Batyrshin Alexander
Hello, Im trying to understand what excatly Phoenix row timestamp is I created 2 tables for test: CREATE TABLE test_row_timestamp1( id varchar NOT NULL, created TIMESTAMP NOT NULL, foo varchar, CONSTRAINT PK PRIMARY KEY( id, created ROW_TIMESTAMP ) ) CREATE TABLE

Re: phoenix client config and memory

2017-03-09 Thread Josh Elser
You can create multiple copies of hbase-site.xml if you need to set different values for client-server. There is no single way to do this. Ambari does not differentiate between hbase-site.xml for clients or for servers. It creates a single copy (along with the other HBase configuration files)