This is an automated email from the ASF dual-hosted git repository.
xxyu 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 71b897f Fix some format
71b897f is described below
commit 71b897fd6a4eb4772a92c80d4b08df1d339c6d4b
Author: yaqian.zhang <[email protected]>
AuthorDate: Mon Aug 2 09:55:02 2021 +0800
Fix some format
---
.../_docs40/install/deploy_without_hadoop.cn.md | 4 +-
website/_docs40/install/deploy_without_hadoop.md | 73 +++++++++++-----------
...-kylin-on-parquet-new-architecture-share.cn.md} | 0
3 files changed, 37 insertions(+), 40 deletions(-)
diff --git a/website/_docs40/install/deploy_without_hadoop.cn.md
b/website/_docs40/install/deploy_without_hadoop.cn.md
index 9a1f5c4..ba6df5c 100644
--- a/website/_docs40/install/deploy_without_hadoop.cn.md
+++ b/website/_docs40/install/deploy_without_hadoop.cn.md
@@ -195,9 +195,7 @@ permalink: /cn/docs40/install/deploy_without_hadoop.html
nohup $HIVE_HOME/bin/hive --service metastore >>
$HIVE_HOME/logs/hivemetastorelog.log 2>&1 &
```
- 注意:
-
- 如果在这个步骤中出现了如下报错:
+ 注意:如果在这个步骤中出现了如下报错:
```shell
java.lang.NoSuchMethodError:
com.google.common.base.Preconditions.checkArgument(ZLjava/lang/String;Ljava/lang/Object;)V
diff --git a/website/_docs40/install/deploy_without_hadoop.md
b/website/_docs40/install/deploy_without_hadoop.md
index 6ffa531..c2f4338 100644
--- a/website/_docs40/install/deploy_without_hadoop.md
+++ b/website/_docs40/install/deploy_without_hadoop.md
@@ -31,6 +31,7 @@ The version information provided here is that we selected
during the test. If us
### Deployment process
#### 1 Configure environment variables
+- Modify profile
```shell
vim /etc/profile
@@ -77,40 +78,40 @@ The version information provided here is that we selected
during the test. If us
- Modify `core-site.xml`,config AWS account information and endpoint. The
following is an example:
- ```
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
- <!--
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License. See accompanying LICENSE file.
- -->
-
- <!-- Put site-specific property overrides in this file. -->
-
- <configuration>
- <property>
- <name>fs.s3a.access.key</name>
- <value>SESSION-ACCESS-KEY</value>
- </property>
- <property>
- <name>fs.s3a.secret.key</name>
- <value>SESSION-SECRET-KEY</value>
- </property>
- <property>
- <name>fs.s3a.endpoint</name>
- <value>s3.$REGION.amazonaws.com</value>
- </property>
- </configuration>
- ```
+ ```
+ <?xml version="1.0" encoding="UTF-8"?>
+ <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
+ <!--
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License. See accompanying LICENSE file.
+ -->
+
+ <!-- Put site-specific property overrides in this file. -->
+
+ <configuration>
+ <property>
+ <name>fs.s3a.access.key</name>
+ <value>SESSION-ACCESS-KEY</value>
+ </property>
+ <property>
+ <name>fs.s3a.secret.key</name>
+ <value>SESSION-SECRET-KEY</value>
+ </property>
+ <property>
+ <name>fs.s3a.endpoint</name>
+ <value>s3.$REGION.amazonaws.com</value>
+ </property>
+ </configuration>
+ ```
#### 4 Install Hive
@@ -207,9 +208,7 @@ The version information provided here is that we selected
during the test. If us
nohup $HIVE_HOME/bin/hive --service metastore >>
$HIVE_HOME/logs/hivemetastorelog.log 2>&1 &
```
- Note:
-
- If the following error is reported in this step:
+ Note:If the following error is reported in this step:
```shell
java.lang.NoSuchMethodError:
com.google.common.base.Preconditions.checkArgument(ZLjava/lang/String;Ljava/lang/Object;)V
diff --git
a/website/_posts/blog/2021-07-29-kylin-on-parquet-new-architecture-share.md
b/website/_posts/blog/2021-07-29-kylin-on-parquet-new-architecture-share.cn.md
similarity index 100%
rename from
website/_posts/blog/2021-07-29-kylin-on-parquet-new-architecture-share.md
rename to
website/_posts/blog/2021-07-29-kylin-on-parquet-new-architecture-share.cn.md