You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2019/12/09 01:38:05 UTC

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

     [ https://issues.apache.org/jira/browse/HBASE-23442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Duo Zhang deleted HBASE-23442:
------------------------------


> 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
>            Priority: Major
>             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)