Felix Cheung created ZEPPELIN-767: ------------------------------------- Summary: HBase interpreter does not work with HBase on a remote cluster Key: ZEPPELIN-767 URL: https://issues.apache.org/jira/browse/ZEPPELIN-767 Project: Zeppelin Issue Type: Bug Components: Interpreters Affects Versions: 0.6.0 Reporter: Felix Cheung Assignee: Felix Cheung
HBase interpreter fails with message "ERROR: KeeperErrorCode = ConnectionLoss for /hbase". Initially it's thought that zkquoram setttings are not getting applied, but deeper investigations reveal that hbase-site.xml cannot be loaded. HBASE_HOME or HBASE_CONF_DIR is set by `hbase` script when running hbase shell - interpreter will need to at minimum replicate that behavior to add the directory with hbase-site.xml to CLASS_PATH in order to fix this issue. -- This message was sent by Atlassian JIRA (v6.3.4#6332)