hbase - issue in pheonix sql intergration with zeppelin -
i want integrate phoenix zeppelin, running hbase on standalone pc internal zookeeper set i.e setting export hbase_manages_zk=true in hbase-env.sh ,and configured phoenix server , client jars, phoenix command line work fine , tested using ./sqlline.py localhost , can run pheonix queries .
i need setup pheonix interpretar in zeppelin , followed link https://zeppelin.apache.org/docs/0.6.1/interpreter/jdbc.html setup interpreter in zeppling .
now when run below command in zeppelin getting below error
%pheonix !tables getting below error
rpcretryingcaller{globalstarttime=1503311785012, pause=100, retries=35}, org.apache.hadoop.hbase.masternotrunningexception: org.apache.hadoop.hbase.masternotrunningexception: node /hbase-unsecure not in zookeeper. should have been written master. check value configured in 'zookeeper.znode.parent'. there mismatch 1 configured in master.
Comments
Post a Comment