You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2015/04/11 03:13:14 UTC

[jira] [Resolved] (HBASE-4151) completebulkload checks zoo.cfg even though ZK ensemble is specified in hbase-site.xml

     [ https://issues.apache.org/jira/browse/HBASE-4151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-4151.
-----------------------------------
    Resolution: Not A Problem

> completebulkload checks zoo.cfg even though ZK ensemble is specified in hbase-site.xml
> --------------------------------------------------------------------------------------
>
>                 Key: HBASE-4151
>                 URL: https://issues.apache.org/jira/browse/HBASE-4151
>             Project: HBase
>          Issue Type: Bug
>          Components: mapreduce
>    Affects Versions: 0.94.0
>         Environment: HBase-0.90.1
>            Reporter: Mubarak Seyed
>            Priority: Minor
>              Labels: hbase
>         Attachments: HBASE-4151.trunk.v1.patch
>
>
> I have generated HFiles using importtsv and tried to bulk load them using completebulkload, even though i have specified the ZK quorum ensemble and client port in hbase-site.xml, completebulkload looks for ZK ensemble and client port in zoo.cfg, even after i have specified parameters in zoo.cfg, i was getting NullPointerException at line 167 in ZKConfig.java
> {code}
>  if (conf.get(HConstants.CLUSTER_DISTRIBUTED).equals(HConstants.CLUSTER_IS_DISTRIBUTED)
>             && value.startsWith("localhost")) {
> {code}



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