You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by lu...@apache.org on 2015/06/02 12:26:12 UTC

[18/49] incubator-kylin git commit: Update Website content

Update Website content


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

Branch: refs/heads/0.7.1
Commit: 328cc69ffbb7850abb7a67a94df4c9ad31a8a0c6
Parents: 8049baf
Author: Luke Han <lu...@apache.org>
Authored: Fri May 29 10:26:42 2015 +0800
Committer: Luke Han <lu...@apache.org>
Committed: Fri May 29 10:26:42 2015 +0800

----------------------------------------------------------------------
 .../_posts/How to/2014-10-24-How-to-Contribute.md      | 13 +++++++++++--
 .../_posts/blog/2015-01-25-introduce-data-model.md     |  2 +-
 2 files changed, 12 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/328cc69f/docs/website/_posts/How to/2014-10-24-How-to-Contribute.md
----------------------------------------------------------------------
diff --git a/docs/website/_posts/How to/2014-10-24-How-to-Contribute.md b/docs/website/_posts/How to/2014-10-24-How-to-Contribute.md
index 7662884..2644712 100644
--- a/docs/website/_posts/How to/2014-10-24-How-to-Contribute.md	
+++ b/docs/website/_posts/How to/2014-10-24-How-to-Contribute.md	
@@ -23,12 +23,21 @@ title:  "How to Contribute"
 * Discuss and revise if necessary
 * Finally committer merge code into main branch
 
-#### How to Verify a Release
-* Download source code package from release 
+
+#### How to Release 
+
+__Get Ready for Release__
+
+__Generate Release Package__
+
+*  
 * 
 
+__Vote in Mailing List__
 
+__How to Verify a Release__
 
+__Perform a Release__
 
 #### Wish List
 

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/328cc69f/docs/website/_posts/blog/2015-01-25-introduce-data-model.md
----------------------------------------------------------------------
diff --git a/docs/website/_posts/blog/2015-01-25-introduce-data-model.md b/docs/website/_posts/blog/2015-01-25-introduce-data-model.md
index 2016207..d5491b9 100644
--- a/docs/website/_posts/blog/2015-01-25-introduce-data-model.md
+++ b/docs/website/_posts/blog/2015-01-25-introduce-data-model.md
@@ -29,7 +29,7 @@ Now (after v0.6.4), to create a cube will follow below steps:
 
 
 ### What's Next
-After this refactor, Kylin is now be able to introduce more powerful features, the major idea is to using different storages to serve same data model:
+After this refactor, Kylin is now be able to introduce more powerful features, the major idea is to using different storage to serve same data model:
 
 * __Logical Model__: A Data Model presents logical data structure like Star Schema beyond data tables with more business meaning
 * __Physical Model__: define how the underlying data to be stored in persistent system, like HBase. There are already two of them: MOLAP (current Kylin version) and InvertedIndex (coming with 0.7.x release). And it also easy to extend to support others without change the Logical Model.