This is an automated email from the ASF dual-hosted git repository. shaofengshi pushed a commit to branch document in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/document by this push: new f987ea9 fix wrong hive-site.xml f987ea9 is described below commit f987ea9d8df0c73ed0ab7e45e631abd9370c46ee Author: shaofengshi <shaofeng...@apache.org> AuthorDate: Sun Nov 11 09:38:50 2018 +0800 fix wrong hive-site.xml --- website/_docs/install/configuration.cn.md | 4 ++-- website/_docs/install/configuration.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/_docs/install/configuration.cn.md b/website/_docs/install/configuration.cn.md index 558b97f..4e7b4b2 100644 --- a/website/_docs/install/configuration.cn.md +++ b/website/_docs/install/configuration.cn.md @@ -67,7 +67,7 @@ permalink: /cn/docs/install/configuration.html ### Kylin 配置文件 {#kylin-config-file} -Kylin 会自动从环境中读取 Hadoop 配置(`core-site.xml`),Hive 配置(`hbase-site.xml`)和 HBase 配置(`hbase-site.xml`),另外,Kylin 的配置文件在 `$KYLIN_HOME/conf/` 目录下。 +Kylin 会自动从环境中读取 Hadoop 配置(`core-site.xml`),Hive 配置(`hive-site.xml`)和 HBase 配置(`hbase-site.xml`),另外,Kylin 的配置文件在 `$KYLIN_HOME/conf/` 目录下。 Kylin 的配置文件如下: - `kylin_hive_conf.xml`:该文件包含了 Hive 任务的配置项。 @@ -635,4 +635,4 @@ Kylin 可以使用三种类型的压缩,分别是 HBase 表压缩,Hive 输 - `kylin.env.zookeeper-acl-enabled`:启用 ZooKeeper ACL 以阻止未经授权的用户访问 Znode 或降低由此导致的不良操作的风险,默认值为 `FALSE` - `kylin.env.zookeeper.zk-auth`:使用 用户名:密码 作为 ACL 标识,默认值为 `digest:ADMIN:KYLIN` -- `kylin.env.zookeeper.zk-acl`:使用单个 ID 作为 ACL 标识,默认值为 `world:anyone:rwcda`,`anyone` 表示任何人 \ No newline at end of file +- `kylin.env.zookeeper.zk-acl`:使用单个 ID 作为 ACL 标识,默认值为 `world:anyone:rwcda`,`anyone` 表示任何人 diff --git a/website/_docs/install/configuration.md b/website/_docs/install/configuration.md index b95d381..ee56028 100644 --- a/website/_docs/install/configuration.md +++ b/website/_docs/install/configuration.md @@ -66,7 +66,7 @@ This section introduces Kylin's configuration files and how to perform Configura ### Kylin Configuration Files {#kylin-config-file} -Kylin will automatically read the Hadoop configuration (`core-site.xml`), Hive configuration (`hbase-site.xml`) and HBase configuration (`hbase-site.xml`) from the environment, in addition, Kylin's configuration files are in the `$KYLIN_HOME/conf/` directory. +Kylin will automatically read the Hadoop configuration (`core-site.xml`), Hive configuration (`hive-site.xml`) and HBase configuration (`hbase-site.xml`) from the environment, in addition, Kylin's configuration files are in the `$KYLIN_HOME/conf/` directory. Kylin's configuration file is as follows: - `kylin_hive_conf.xml`: This file contains the configuration for the Hive job. @@ -631,4 +631,4 @@ This section introduces Kylin security-related configuration. - `kylin.env.zookeeper-acl-enabled`: Enable ZooKeeper ACL to prevent unauthorized users from accessing the Znode or reducing the risk of bad operations resulting from this. The default value is *FALSE* - `kylin.env.zookeeper.zk-auth`: use username: password as the ACL identifier. The default value is *digest:ADMIN:KYLIN* -- `kylin.env.zookeeper.zk-acl`: Use a single ID as the ACL identifier. The default value is *world:anyone:rwcda*, *anyone* for anyone \ No newline at end of file +- `kylin.env.zookeeper.zk-acl`: Use a single ID as the ACL identifier. The default value is *world:anyone:rwcda*, *anyone* for anyone