zoukankan      html  css  js  c++  java
  • Zeppelin使用phoenix解释器

    Interpreters设置

    如上图红色框,默认是jdbc:phoenix:ip:2181:/hbase会报如下错

    %phoenix
    select * from test.Person

    报错:

    Failed after attempts=35, exceptions: Mon Oct 24 15:12:33 CST 2016, RpcRetryingCaller{globalStartTime=1477293153932, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.MasterNotRunningException: The node /hbase is not in ZooKeeper. It should have been written by the master. Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master. Mon Oct 24 15:12:34 CST 2016, RpcRetryingCaller{globalStartTime=1477293153932, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.MasterNotRunningException: The node /hbase is not in ZooKeeper. It should have been written by the master. Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.

    此问题题解决完,由于我在单独机器装的zeppelin,访问报下错:

    Failed after attempts=35, exceptions: Mon Oct 24 15:33:49 CST 2016, RpcRetryingCaller{globalStartTime=1477294428095, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: com.google.protobuf.ServiceException: java.net.UnknownHostException: unknown host: ldd Mon Oct 24 15:33:49 CST 2016, RpcRetryingCaller{globalStartTime=1477294428095, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: com.google.protobuf.ServiceException: java.net.UnknownHostException: unknown host: ldd

    解决办法:/etc/hosts映射,重启zeppelin。

    成功!

  • 相关阅读:
    弹性盒子
    bzoj4237 稻草人
    bzoj2654 tree
    bzoj4813 [Cqoi2017]小Q的棋盘
    bzoj1014 [JSOI2008]火星人
    bzoj3242 [Noi2013]快餐店
    bzoj4025 二分图
    bzoj3237 [Ahoi2013]连通图
    bzoj3244 [Noi2013]树的计数
    bzoj2431 [HAOI2009]逆序对数列
  • 原文地址:https://www.cnblogs.com/zeppelin/p/5994102.html
Copyright © 2011-2022 走看看