[
https://issues.apache.org/jira/browse/AMBARI-8945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14260422#comment-14260422
]
Ted Yu commented on AMBARI-8945:
--------------------------------
The following config entries should be added to hbase-site.xml so that Phoenix
is enabled:
{code}
<property>
<name>hbase.regionserver.wal.codec</name>
<value>org.apache.hadoop.hbase.regionserver.wal.IndexedWALEditCodec</value>
</property>
<property>
<name>hbase.region.server.rpc.scheduler.factory.class</name>
<value>org.apache.phoenix.hbase.index.ipc.PhoenixIndexRpcSchedulerFactory</value>
</property>
{code}
> Enhance the HBase Stack Definition to layout the Phoenix server jar
> -------------------------------------------------------------------
>
> Key: AMBARI-8945
> URL: https://issues.apache.org/jira/browse/AMBARI-8945
> Project: Ambari
> Issue Type: Task
> Reporter: Ted Yu
> Assignee: Ted Yu
> Fix For: 2.0.0
>
> Attachments: AMBARI-8945.patch
>
>
> This task is to deploy Phoenix server jar along with HBase.
> It would facilitate fast enablement of Phoenix for HBase deployment.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)