Uploaded image for project: 'Hama'
  1. Hama
  2. HAMA-396

Allow 'host:port' format for zookeeper address

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.2.0
    • 0.3.0
    • bsp core
    • None

    Description

      Zookeeper/HBase uses 'host:port' format but Hama doesn't. Many user can be confused.

          zookeeperAddr = conf.get(Constants.ZOOKEEPER_QUORUM)
              + ":"
              + conf.getInt(Constants.ZOOKEPER_CLIENT_PORT,
                  Constants.DEFAULT_ZOOKEPER_CLIENT_PORT);
      

      Attachments

        1. HAMA-396_v02.patch
          9 kB
          Edward J. Yoon
        2. HAMA-396.patch
          4 kB
          Edward J. Yoon

        Activity

          People

            udanax Edward J. Yoon
            udanax Edward J. Yoon
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: