This is an automated email from the ASF dual-hosted git repository.
xxyu pushed a commit to branch doc5.0
in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/doc5.0 by this push:
new 278b5ad52d Fixed two semantic errors
278b5ad52d is described below
commit 278b5ad52da54a383834390b5d465ea2040a5e8c
Author: xing.zhao <[email protected]>
AuthorDate: Fri Sep 2 10:36:43 2022 +0800
Fixed two semantic errors
---
website/docs/development/how_to_package.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/docs/development/how_to_package.md
b/website/docs/development/how_to_package.md
index 5b06284582..0272dd7621 100644
--- a/website/docs/development/how_to_package.md
+++ b/website/docs/development/how_to_package.md
@@ -51,8 +51,8 @@ git version 2.30.1 (Apple Git-130)
| Option | Comment |
|-------------------- | ---------------------------------------------------|
-| -official | If add this option, package name contains timestamp|
-| -noThirdParty | If add this option, third party binary be packaging
into binary, current they are influxdb,grafana and postgresql |
+| -official | If add this option, package name won't contain
timestamp|
+| -noThirdParty | If add this option, third party binary won't be
packaging into binary, current they are influxdb,grafana and postgresql |
| -noSpark | If add this option, spark won't packaging into Kylin
binary |
| -noHive1 | By default kylin 5.0 will support Hive 1.2, if add
this option, this binary will support Hive 2.3+ |
| -skipFront | If add this option, front-end won't be build and
packaging |