You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2018/10/29 06:40:30 UTC

[kylin] branch document updated: minor change in setup_jdbc_datasource

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 ce46933  minor change in setup_jdbc_datasource
ce46933 is described below

commit ce4693384a388a7dc98b2cf81e798d4674da749c
Author: shaofengshi <sh...@apache.org>
AuthorDate: Mon Oct 29 14:40:20 2018 +0800

    minor change in setup_jdbc_datasource
---
 website/_docs/gettingstarted/faq.md             | 2 +-
 website/_docs/tutorial/setup_jdbc_datasource.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/_docs/gettingstarted/faq.md b/website/_docs/gettingstarted/faq.md
index 7f57018..def9851 100644
--- a/website/_docs/gettingstarted/faq.md
+++ b/website/_docs/gettingstarted/faq.md
@@ -91,7 +91,7 @@ But if you do want, there are some workarounds. 1) Add the primary key as a dime
 
   * Cube is stored in HBase. Each cube segment is an HBase table. The dimension values will be composed as the row key. The measures will be serialized in columns. To improve the storage efficiency, both dimension and measure values will be encoded to bytes. Kylin will decode the bytes to origin values after fetching from HBase. Without Kylin's metadata, the HBase tables are not readable.
 
-#### How to design a cube?
+#### What's the best practice to design a cube?
 
   * Please check: [https://www.slideshare.net/YangLi43/design-cube-in-apache-kylin](https://www.slideshare.net/YangLi43/design-cube-in-apache-kylin)
 
diff --git a/website/_docs/tutorial/setup_jdbc_datasource.md b/website/_docs/tutorial/setup_jdbc_datasource.md
index 9b59e1a..d044825 100644
--- a/website/_docs/tutorial/setup_jdbc_datasource.md
+++ b/website/_docs/tutorial/setup_jdbc_datasource.md
@@ -34,7 +34,7 @@ kylin.source.jdbc.driver=com.mysql.jdbc.Driver
 kylin.source.jdbc.dialect=mysql
 kylin.source.jdbc.user=your_username
 kylin.source.jdbc.pass=your_password
-kylin.source.jdbc.sqoop-home=/usr/hdp/current/sqoop-client/bin
+kylin.source.jdbc.sqoop-home=/usr/hdp/current/sqoop-client
 kylin.source.jdbc.filed-delimiter=|
 ```