lshmouse commented on a change in pull request #889: update docker hbase port URL: https://github.com/apache/kylin/pull/889#discussion_r339102573
########## File path: website/_docs/install/kylin_docker.cn.md ########## @@ -36,7 +36,7 @@ docker run -d \ -p 50070:50070 \ -p 8032:8032 \ -p 8042:8042 \ --p 60010:60010 \ +-p 16010:16010 \ apachekylin/apache-kylin-standalone:3.0.0-alpha2 Review comment: After checking the hbase doc, the default port is changed to 16010. The file: conf/hbase/hbase-site.xml need be updated ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
