You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by Saravanan A <as...@alphaworkz.com> on 2014/08/07 11:58:00 UTC

Error when try to create mutable secondary index...

Hi,

    I have a table in hbase and created view in phoenix and try to create
index on a column on the view..but i got following error..

Error: ERROR 1029 (42Y88): Mutable secondary indexes must have the
hbase.regionserver.wal.codec property set to
org.apache.hadoop.hbase.regionserver.wal.IndexedWALEditCodec in the
hbase-sites.xml of every region server tableName=tab2_col4
(state=42Y88,code=1029)


but i have added the hbase.regionserver.wal.codec property in all my region
server...i can able to create IMMUTABLE index for that...

Am using Hbase ---0.94.15-cdh4.7.0
            Phoenix---3.0


am i missing something???thanks in advance...


Regards,
Saravanan