[
https://issues.apache.org/jira/browse/HBASE-17217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Enis Soztutar updated HBASE-17217:
----------------------------------
Attachment: hbase-17217_v1.patch
Trivial patch.
> 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
> 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
(v6.3.4#6332)