commit dd072f31d9b7f18bf725113227d5b6d2c449db13 Author: Enis Soztutar Date: Wed Nov 30 12:02:02 2016 -0800 HBASE-17217 Docker should bind to a different port than 16010 diff --git hbase-native-client/bin/start-docker.sh hbase-native-client/bin/start-docker.sh index 5c03eb9..38affa0 100755 --- hbase-native-client/bin/start-docker.sh +++ hbase-native-client/bin/start-docker.sh @@ -52,7 +52,7 @@ fi; docker build -t hbase_native . # After the image is built run the thing -docker run -p 16010:16010/tcp \ +docker run -p 16050:16050/tcp \ -v ${BASE_DIR}/..:/usr/src/hbase \ -v ~/.m2:/root/.m2 \ -it hbase_native /bin/bash