[ 
https://issues.apache.org/jira/browse/AMBARI-8945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated AMBARI-8945:
---------------------------
    Description: 
This task is to deploy Phoenix server jar along with HBase.
It would facilitate fast enablement of Phoenix for HBase deployment.

The following config entries should be added (manually) to hbase-site.xml so 
that Phoenix is enabled:
<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>

  was:
This task is to deploy Phoenix server jar along with HBase.
It would facilitate fast enablement of Phoenix for HBase deployment.


> Add Phoenix server package to HBase stack definition
> ----------------------------------------------------
>
>                 Key: AMBARI-8945
>                 URL: https://issues.apache.org/jira/browse/AMBARI-8945
>             Project: Ambari
>          Issue Type: Improvement
>          Components: stacks
>    Affects Versions: 1.7.0
>            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.
> The following config entries should be added (manually) to hbase-site.xml so 
> that Phoenix is enabled:
> <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>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to