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 0a67afc minor fix for kylin4 docker
0a67afc is described below
commit 0a67afc8471eca6738a7993cab813d7a6d12a6a4
Author: Mukvin <[email protected]>
AuthorDate: Thu Sep 2 14:01:02 2021 +0800
minor fix for kylin4 docker
---
website/_docs40/install/kylin_docker.cn.md | 10 ++++++----
website/_docs40/install/kylin_docker.md | 12 +++++++-----
2 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/website/_docs40/install/kylin_docker.cn.md
b/website/_docs40/install/kylin_docker.cn.md
index bf3d3c0..ca2852b 100644
--- a/website/_docs40/install/kylin_docker.cn.md
+++ b/website/_docs40/install/kylin_docker.cn.md
@@ -9,17 +9,19 @@ since: v4.0.0
为了让用户方便的试用 Kylin,以及方便开发者在修改了源码后进行验证及调试。我们提供了 Kylin 的 docker 镜像。该镜像中,Kylin
依赖的各个服务均已正确的安装及部署,包括:
- JDK 1.8
-- Hadoop 2.7.0
+- Hadoop 2.8.5
- Hive 1.2.1
-- Spark 2.4.6
+- Spark 2.4.7
+- Kafka 1.1.1
- MySQL 5.1.73
+- Zookeeper 3.4.6
## 快速试用 Kylin
我们已将面向用户的 Kylin 镜像上传至 docker 仓库,用户无需在本地构建镜像,直接执行以下命令从 docker 仓库 pull 镜像:
{% highlight Groff markup %}
-docker pull apachekylin/apache-kylin-standalone:4.0.0-beta
+docker pull apachekylin/apache-kylin-standalone:4.0.0
{% endhighlight %}
pull 成功后,执行以下命令启动容器:
@@ -62,4 +64,4 @@ apachekylin/apache-kylin-standalone:4.0.0-beta
---
-关于如何定制修改 Docker image,请参阅 Git 代码库的
[kylin/docker](https://github.com/apache/kylin/tree/master/docker/)
\ No newline at end of file
+关于如何定制修改 Docker image,请参阅 Git 代码库的
[kylin/docker](https://github.com/apache/kylin/tree/main/docker/)
\ No newline at end of file
diff --git a/website/_docs40/install/kylin_docker.md
b/website/_docs40/install/kylin_docker.md
index 6f68fcb..e6afb89 100644
--- a/website/_docs40/install/kylin_docker.md
+++ b/website/_docs40/install/kylin_docker.md
@@ -9,17 +9,19 @@ since: v4.0.0
In order to allow users to easily try Kylin, and to facilitate developers to
verify and debug after modifying the source code. We provide Kylin's docker
image. In this image, each service that Kylin relies on is properly installed
and deployed, including:
- JDK 1.8
-- Hadoop 2.7.0
+- Hadoop 2.8.5
- Hive 1.2.1
-- Spark 2.4.6
+- Spark 2.4.7
+- Kafka 1.1.1
- MySQL 5.1.73
+- Zookeeper 3.4.6
## Quickly try Kylin
We have pushed the Kylin image for the user to the docker hub. Users do not
need to build the image locally, just execute the following command to pull the
image from the docker hub:
{% highlight Groff markup %}
-docker pull apachekylin/apache-kylin-standalone:4.0.0-beta
+docker pull apachekylin/apache-kylin-standalone:4.0.0
{% endhighlight %}
After the pull is successful, execute the following command to start the
container:
@@ -33,7 +35,7 @@ docker run -d \
-p 8032:8032 \
-p 8042:8042 \
-p 2181:2181 \
-apachekylin/apache-kylin-standalone:4.0.0-beta
+apachekylin/apache-kylin-standalone:4.0.0
{% endhighlight %}
The following services are automatically started when the container starts:
@@ -61,4 +63,4 @@ For the resource setting method for the container, please
refer to:
---
-For how to customize the image, please check the github page
[kylin/docker](https://github.com/apache/kylin/tree/master/docker/).
\ No newline at end of file
+For how to customize the image, please check the github page
[kylin/docker](https://github.com/apache/kylin/tree/main/docker/).
\ No newline at end of file