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 6a73830 Add the content in FAQ about what should do when encountering
the problem when using Kylin
6a73830 is described below
commit 6a73830644a07c0c6284a3a68198174e9ef0e993
Author: GinaZhai <[email protected]>
AuthorDate: Wed Jan 30 22:43:08 2019 +0800
Add the content in FAQ about what should do when encountering the problem
when using Kylin
---
website/_docs/gettingstarted/faq.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/website/_docs/gettingstarted/faq.md
b/website/_docs/gettingstarted/faq.md
index 0540857..4df8e2f 100644
--- a/website/_docs/gettingstarted/faq.md
+++ b/website/_docs/gettingstarted/faq.md
@@ -6,6 +6,12 @@ permalink: /docs/gettingstarted/faq.html
since: v0.6.x
---
+**Here are some tips for you when encountering problems with Kylin:**
+ 1. Use search engines (Google / Baidu), Kylin's [Mailing List
Archives](http://apache-kylin.74782.x6.nabble.com/), the Kylin Project on the
Apache [JIRA](https://issues.apache.org/jira/projects/KYLIN/issues) to seek a
solution.
+ 2. Browse Kylin's official website, especially the [Docs
page](http://kylin.apache.org/docs/) and the [FAQ
page](http://kylin.apache.org/docs/gettingstarted/faq.html).
+ 3. Send an email to Apache Kylin dev or user mailing list:
[email protected], [email protected]; before sending, please make sure
you have subscribed the mailing list by dropping an email to
[email protected] or [email protected]. Your email
is supposed to include: the version numbers of Kylin and other components you
are using in your env, the log of the error message, the SQL (if you got the
query error).
+There is an article about [how to ask a question in a smart
way](http://catb.org/~esr/faqs/smart-questions.html).
+
#### Is Kylin a generic SQL engine for big data?
* No, Kylin is an OLAP engine with SQL interface. The SQL queries need be
matched with the pre-defined OLAP model.