hadoop - HBase region servers going down when try to configure Apache Phoenix -


i'm using cdh 5.3.1 , hbase 0.98.6-cdh5.3.1 , trying configure apache phoenix 4.4.0

as per documentation provided in apache phoenix installation

  • copied phoenix-4.4.0-hbase-0.98-server.jar file in lib directory (/opt/cloudera/parcels/cdh-5.3.1-1.cdh5.3.1.p0.5/lib/hbase/lib) of both master , region servers

  • restarted hbase service cloudera manager.

when check hbase instances see region servers down , don't see problem in log files.

enter image description here

i tried copy jars phoenix folder , still facing same issue.

i have tried configure phoenix 4.3.0 , 4.1.0 still no luck.

can point me else need configure or else need resolve issue

i'm able configure apache phoenix using parcels. following steps install phoenix using cloudera manager

  1. in cloudera manager, go hosts, parcels.
  2. select edit settings.
  3. click + sign next existing remote parcel repository url, , add following url: http://archive.cloudera.com/cloudera-labs/phoenix/parcels/1.0/. click save changes.
  4. select hosts, parcels.
  5. in list of parcel names, clabs_phoenix available. select , choose download.
  6. the first cluster selected default. choose different cluster distribution, select it. find clabs_phoenix in list, , click distribute.
  7. if plan use secondary indexing, add following hbase-site.xml advanced configuration snippet. go hbase service, click configuration, , choose hbase service advanced configuration snippet (safety valve) hbase-site.xml. paste in following xml, save changes.

    <property>     <name>hbase.regionserver.wal.codec</name>     <value>org.apache.hadoop.hbase.regionserver.wal.indexedwaleditcodec</value> </property> 
  8. whether edited hbase configuration or not, restart hbase service. click actions > restart

for detailed installation steps , other details refer link


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -