Enis Soztutar created HBASE-17217:
-------------------------------------

             Summary: Docker should bind to a different port than 16010 
                 Key: HBASE-17217
                 URL: https://issues.apache.org/jira/browse/HBASE-17217
             Project: HBase
          Issue Type: Sub-task
            Reporter: Enis Soztutar
            Assignee: Enis Soztutar


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. 

{code}
# 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
{code}



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

Reply via email to