Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-14850 C++ client implementation
  3. HBASE-17217

Docker should bind to a different port than 16010

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • HBASE-14850
    • None
    • None

    Description

      bin/start-docker suspiciously binds to port 16010 which is the master info port. If the host node is already running a local instance, the script fails.

      We should use a different port in the same range.

      # After the image is built run the thing
      docker run -p 16010:16010/tcp \
                 -v ${BASE_DIR}/..:/usr/src/hbase \
                 -v ~/.m2:/root/.m2 \
                 -it hbase_native  /bin/bash
      

      Attachments

        1. hbase-17217_v1.patch
          0.7 kB
          Enis Soztutar

        Activity

          People

            enis Enis Soztutar
            enis Enis Soztutar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: