Configure HBase for use with Phoenix
You must configure HBase before for use with Phoenix, before you can do any Phoenix operations.
Configure the following HBase properties using Cloudera Manager:
- Go to the HBase service.
- Click the Configuration tab.
- Select .
- Select .
-
Locate WAL Codec class property or search for
hbase.regionserver.wal.codec
. -
Add the following property value:
org.apache.hadoop.hbase.regionserver.wal.IndexedWALEditCodec
- Enter a Reason for change, and then click Save Changes to commit the changes.
- Restart the role and service when Cloudera Manager prompts you to restart.