Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
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