This is an automated email from the ASF dual-hosted git repository.

nic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new 014b110  in doc 
http://kylin.apache.org/docs/install/kylin_docker.html, may be add hbase web ui 
config
014b110 is described below

commit 014b11095cf3d89f8274efbf09652ef3661e8a05
Author: yuren <yu...@wacai.com>
AuthorDate: Tue Sep 10 17:32:51 2019 +0800

    in doc http://kylin.apache.org/docs/install/kylin_docker.html, may be add 
hbase web ui config
---
 docker/conf/hbase/hbase-site.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docker/conf/hbase/hbase-site.xml b/docker/conf/hbase/hbase-site.xml
index ddace98..7716895 100644
--- a/docker/conf/hbase/hbase-site.xml
+++ b/docker/conf/hbase/hbase-site.xml
@@ -25,4 +25,8 @@
         <name>hbase.zookeeper.property.dataDir</name>
         <value>/data/zookeeper</value>
     </property>
+    <property>  
+        <name>hbase.master.info.port</name>  
+        <value>60010</value>  
+    </property>
 </configuration>
\ No newline at end of file

Reply via email to