You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2016/10/19 10:02:52 UTC

kylin git commit: minor, update best pratices

Repository: kylin
Updated Branches:
  refs/heads/document 6e3a4bc00 -> 6616266d0


minor, update best pratices


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/6616266d
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/6616266d
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/6616266d

Branch: refs/heads/document
Commit: 6616266d0d052c5d48443b82e2439b40122be724
Parents: 6e3a4bc
Author: Li Yang <li...@apache.org>
Authored: Wed Oct 19 18:02:43 2016 +0800
Committer: Li Yang <li...@apache.org>
Committed: Wed Oct 19 18:02:43 2016 +0800

----------------------------------------------------------------------
 website/_docs15/gettingstarted/best_practices.md | 11 ++---------
 website/index.md                                 |  6 +++---
 2 files changed, 5 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/6616266d/website/_docs15/gettingstarted/best_practices.md
----------------------------------------------------------------------
diff --git a/website/_docs15/gettingstarted/best_practices.md b/website/_docs15/gettingstarted/best_practices.md
index ea7e0c3..1d956b6 100644
--- a/website/_docs15/gettingstarted/best_practices.md
+++ b/website/_docs15/gettingstarted/best_practices.md
@@ -9,19 +9,12 @@ since: v1.3.x
 List of articles about Kylin best practices contributed by community. Some of them are from Chinese community. Many thanks!
 
 * [Apache Kylin\u5728\u767e\u5ea6\u5730\u56fe\u7684\u5b9e\u8df5](http://www.infoq.com/cn/articles/practis-of-apache-kylin-in-baidu-map)
-
 * [Apache Kylin \u5927\u6570\u636e\u65f6\u4ee3\u7684OLAP\u5229\u5668](http://www.bitstech.net/2016/01/04/kylin-olap/)(\u7f51\u6613\u6848\u4f8b)
-
 * [Apache Kylin\u5728\u4e91\u6d77\u7684\u5b9e\u8df5](http://www.csdn.net/article/2015-11-27/2826343)(\u4eac\u4e1c\u6848\u4f8b)
-
 * [Kylin, Mondrian, Saiku\u7cfb\u7edf\u7684\u6574\u5408](http://tech.youzan.com/kylin-mondrian-saiku/)(\u6709\u8d5e\u6848\u4f8b)
-
 * [Big Data MDX with Mondrian and Apache Kylin](https://www.inovex.de/fileadmin/files/Vortraege/2015/big-data-mdx-with-mondrian-and-apache-kylin-sebastien-jelsch-pcm-11-2015.pdf)
-
 * [Kylin and Mondrain Interaction](https://github.com/mustangore/kylin-mondrian-interaction) (Thanks to [mustangore](https://github.com/mustangore))
-
 * [Kylin And Tableau Tutorial](https://github.com/albertoRamon/Kylin/tree/master/KylinWithTableau) (Thanks to [Ram�n Portol�s, Alberto](https://www.linkedin.com/in/alberto-ramon-portoles-a02b523b))
-
 * [Kylin and Qlik Integration](https://github.com/albertoRamon/Kylin/tree/master/KylinWithQlik) (Thanks to [Ram�n Portol�s, Alberto](https://www.linkedin.com/in/alberto-ramon-portoles-a02b523b))
-
-* [How to use Hue with Kylin](https://github.com/albertoRamon/Kylin/tree/master/KylinWithHue) (Thanks to [Ram�n Portol�s, Alberto](https://www.linkedin.com/in/alberto-ramon-portoles-a02b523b))
\ No newline at end of file
+* [How to use Hue with Kylin](https://github.com/albertoRamon/Kylin/tree/master/KylinWithHue) (Thanks to [Ram�n Portol�s, Alberto](https://www.linkedin.com/in/alberto-ramon-portoles-a02b523b))
+* [Use SQuirreL with Apache Kylin](https://github.com/albertoRamon/Kylin/tree/master/KylinWithSQuirreL) (Thanks to [Ram�n Portol�s, Alberto](https://www.linkedin.com/in/alberto-ramon-portoles-a02b523b))
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/kylin/blob/6616266d/website/index.md
----------------------------------------------------------------------
diff --git a/website/index.md b/website/index.md
index 8c61624..af907c7 100644
--- a/website/index.md
+++ b/website/index.md
@@ -16,9 +16,9 @@ title: Home
               <p class="title_text">Apache Kylin\u2122 lets you query massive data set at sub-second latency in 3 steps.</p>
               <div align="left">
                 <ol>
-                  <li>Identify a Star Schema data on Hadoop.</li>
-                  <li>Build Cube on Hadoop.</li>
-                  <li>Query data with ANSI-SQL and get results in sub-second, via ODBC, JDBC or RESTful API.</li>
+                  <li>Identify a Star Schema on Hadoop.</li>
+                  <li>Build Cube from the identified tables.</li>
+                  <li>Query with ANSI-SQL and get results in sub-second, via ODBC, JDBC or RESTful API.</li>
                 </ol>
               </div>
               <img id="diagram" src="assets/images/kylin_diagram.png">