You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "guanyun (Jira)" <ji...@apache.org> on 2019/12/08 13:34:03 UTC

[jira] [Created] (HBASE-23442) CLONE - Docker should bind to a different port than 16010

guanyun created HBASE-23442:
-------------------------------

             Summary: CLONE - Docker should bind to a different port than 16010 
                 Key: HBASE-23442
                 URL: https://issues.apache.org/jira/browse/HBASE-23442
             Project: HBase
          Issue Type: Sub-task
            Reporter: guanyun
            Assignee: Enis Soztutar
             Fix For: HBASE-14850
         Attachments: hbase-17217_v1.patch

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
(v8.3.4#803005)