You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2015/02/06 19:39:36 UTC

[jira] [Updated] (AMBARI-8945) Add Phoenix server package to HBase stack definition

     [ 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.

Please verify that the following config entries are added 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>
If not, add them manually.

  was:
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>


> 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.
> Please verify that the following config entries are added 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>
> If not, add them manually.



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