Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-4151

completebulkload checks zoo.cfg even though ZK ensemble is specified in hbase-site.xml

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Not A Problem
    • 0.94.0
    • None
    • mapreduce
    • HBase-0.90.1

    • HBase Bulk Loader

    Description

      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

       if (conf.get(HConstants.CLUSTER_DISTRIBUTED).equals(HConstants.CLUSTER_IS_DISTRIBUTED)
                  && value.startsWith("localhost")) {
      

      Attachments

        1. HBASE-4151.trunk.v1.patch
          0.6 kB
          Mubarak Seyed

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mubarak.seyed Mubarak Seyed
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: