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 e9d01a7 Update specify cube for query
e9d01a7 is described below
commit e9d01a7608640a34e6e10093d93a0f4b25458a7a
Author: yaqian.zhang <[email protected]>
AuthorDate: Tue Dec 15 20:56:51 2020 +0800
Update specify cube for query
---
website/_docs/gettingstarted/faq.cn.md | 3 +--
website/_docs/gettingstarted/faq.md | 2 +-
website/_docs/howto/howto_use_restapi.cn.md | 1 +
website/_docs/howto/howto_use_restapi.md | 1 +
4 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/website/_docs/gettingstarted/faq.cn.md
b/website/_docs/gettingstarted/faq.cn.md
index cba9e12..5168bef 100644
--- a/website/_docs/gettingstarted/faq.cn.md
+++ b/website/_docs/gettingstarted/faq.cn.md
@@ -61,8 +61,7 @@ Kylin 支持超高基维度,但是在 Cube 设计中额外注意超高基维
### 如何指定用于回答查询的 Cube
-用户无法指定用于回答查询的 Cube。Cube 对于终端用户来说是透明的,如果您对同一个数据模型有多个不同的 Cube,建议把不同的 Cube
放在不同的项目中。
-
+请参考 Wiki 文档:[Specify cube for your
query](https://cwiki.apache.org/confluence/display/KYLIN/Specify+cube+for+your+query)
### 存在用于创建项目、模型和 Cube 的 REST API 吗?
diff --git a/website/_docs/gettingstarted/faq.md
b/website/_docs/gettingstarted/faq.md
index 708b973..9305045 100644
--- a/website/_docs/gettingstarted/faq.md
+++ b/website/_docs/gettingstarted/faq.md
@@ -82,7 +82,7 @@ But if you do want, there are some workarounds. 1) Add the
primary key as a dime
#### Can I specify a cube to answer my SQL statements?
- * No, you couldn't; Cube is transparent for the end user. If you have
multiple Cubes for the same data models, separating them into different
projects is a good idea.
+ * Please refer to this wiki: [Specify cube for your
query](https://cwiki.apache.org/confluence/display/KYLIN/Specify+cube+for+your+query)
#### Is there a REST API to create the project/model/cube?
diff --git a/website/_docs/howto/howto_use_restapi.cn.md
b/website/_docs/howto/howto_use_restapi.cn.md
index 79bfe85..e4d3851 100644
--- a/website/_docs/howto/howto_use_restapi.cn.md
+++ b/website/_docs/howto/howto_use_restapi.cn.md
@@ -162,6 +162,7 @@ curl -X PUT --user ADMIN:KYLIN -H "Content-Type:
application/json;charset=utf-8"
* limit - `optional` `int` Query limit. If limit is set in sql, perPage will
be ignored.
* acceptPartial - `optional` `bool` Whether accept a partial result or not,
default be "false". Set to "false" for production use.
* project - `optional` `string` Project to perform query. Default value is
'DEFAULT'.
+如果你想为你的查询指定某个cube回答,请参考 Wiki 文档:[Specify cube for your
query](https://cwiki.apache.org/confluence/display/KYLIN/Specify+cube+for+your+query)
#### Request Sample
diff --git a/website/_docs/howto/howto_use_restapi.md
b/website/_docs/howto/howto_use_restapi.md
index 5511ec1..4ed24ee 100644
--- a/website/_docs/howto/howto_use_restapi.md
+++ b/website/_docs/howto/howto_use_restapi.md
@@ -162,6 +162,7 @@ curl -X PUT --user ADMIN:KYLIN -H "Content-Type:
application/json;charset=utf-8"
* limit - `optional` `int` Query limit. If limit is set in sql, perPage will
be ignored.
* acceptPartial - `optional` `bool` Whether accept a partial result or not,
default be "false". Set to "false" for production use.
* project - `optional` `string` Project to perform query. Default value is
'DEFAULT'.
+If you want to specify cube for your query, please refer to this wiki:
[Specify cube for your
query](https://cwiki.apache.org/confluence/display/KYLIN/Specify+cube+for+your+query)
#### Request Sample