You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by en...@apache.org on 2016/11/30 22:09:44 UTC

hbase git commit: HBASE-17217 Docker should bind to a different port than 16010

Repository: hbase
Updated Branches:
  refs/heads/HBASE-14850 57422675d -> ed21cf5bf


HBASE-17217 Docker should bind to a different port than 16010


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ed21cf5b
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ed21cf5b
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/ed21cf5b

Branch: refs/heads/HBASE-14850
Commit: ed21cf5bf61ff5404b30b95a26a4f858198744f6
Parents: 5742267
Author: Enis Soztutar <en...@apache.org>
Authored: Wed Nov 30 12:02:02 2016 -0800
Committer: Enis Soztutar <en...@apache.org>
Committed: Wed Nov 30 14:09:34 2016 -0800

----------------------------------------------------------------------
 hbase-native-client/bin/start-docker.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/ed21cf5b/hbase-native-client/bin/start-docker.sh
----------------------------------------------------------------------
diff --git a/hbase-native-client/bin/start-docker.sh b/hbase-native-client/bin/start-docker.sh
index 5c03eb9..38affa0 100755
--- a/hbase-native-client/bin/start-docker.sh
+++ b/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