Hi all,
I want to set the configuration on a HBase table like this:
alter 'table1', CONFIGURATION =>
{'hbase.hstore.defaultengine.compactionpolicy.class' =>
'org.apache.hadoop.hbase.regionserver.compactions.CustomCompactionPolicy'}
I am unable to get this working in Phoenix.
In a Create Table statement, I am setting this as follows:
CONFIGURATION='{'hbase.hstore.defaultengine.compactionpolicy.class' =>
'org.apache.hadoop.hbase.regionserver.compactions.CustomCompactionPolicy'}'
Error: ERROR 602 (42P00): Syntax error. Missing "EOF" at line 1, column
459. (state=42P00,code=602)
Has anyone sent a map down to HBase as a key:value from Phoenix?
Regards,
Sid
--
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to
which it is addressed and may contain information that is confidential,
privileged and exempt from disclosure under applicable law. If the reader
of this message is not the intended recipient, you are hereby notified that
any printing, copying, dissemination, distribution, disclosure or
forwarding of this communication is strictly prohibited. If you have
received this communication in error, please contact the sender immediately
and delete it from your system. Thank You.