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

kylin git commit: upgrade website content from incubator-kylin to kylin

Repository: kylin
Updated Branches:
  refs/heads/v1.1-release 6e495a84c -> 9e2670828


upgrade website content from incubator-kylin to kylin


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

Branch: refs/heads/v1.1-release
Commit: 9e2670828e2cec739644bbecbdc76057219d3fdb
Parents: 6e495a8
Author: honma <ho...@ebay.com>
Authored: Wed Dec 2 15:51:17 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Wed Dec 2 15:51:17 2015 +0800

----------------------------------------------------------------------
 website/README.md                               |  6 +--
 website/_config.yml                             |  4 +-
 website/_config_prod.yml                        |  2 +-
 website/_dev/dev_env.md                         |  2 +-
 website/_dev/howto_docs.md                      |  6 +--
 website/_dev/howto_package.md                   |  2 +-
 website/_dev/howto_release.md                   | 48 ++++++++++----------
 website/_dev/index.md                           |  6 +--
 website/_docs/index.md                          |  2 +-
 website/_docs/install/index.cn.md               |  2 +-
 website/_docs/install/index.md                  |  2 +-
 website/_docs/release_notes.md                  | 12 ++---
 website/_includes/footer.html                   | 42 ++++++++---------
 website/_includes/head.cn.html                  |  6 +--
 website/_includes/head.html                     |  6 +--
 website/_includes/header.cn.html                |  2 +-
 website/_includes/header.html                   |  2 +-
 .../2015-06-10-release-v0.7.1-incubating.md     |  4 +-
 website/_posts/blog/2015-08-15-fast-cubing.md   |  4 +-
 .../blog/2015-09-06-release-v1.0-incubating.md  |  4 +-
 .../blog/2015-09-09-fast-cubing-on-spark.md     |  2 +-
 website/community/index.md                      | 10 ++--
 website/community/poweredby.md                  |  2 +-
 website/download/index.cn.md                    | 18 ++++----
 website/download/index.md                       | 18 ++++----
 25 files changed, 104 insertions(+), 110 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/README.md
----------------------------------------------------------------------
diff --git a/website/README.md b/website/README.md
index 873ea58..4f0f8a2 100644
--- a/website/README.md
+++ b/website/README.md
@@ -19,7 +19,7 @@ limitations under the License.
 
 # Apache Kylin website  
 This directory contains the source code for the Apache Kylin (incubating) website:
-[http://kyin.incubator.apache.org](http://kylin.incubator.apache.org/).
+[http://kyin.apache.org](http://kylin.apache.org/).
 
 ## Kylin website's structure:
 
@@ -39,7 +39,7 @@ To add other language, please update _config.yml and follow the same pattern as
 ## Setup
 
 1. `cd website`
-2. `svn co https://svn.apache.org/repos/asf/incubator/kylin/site _site`
+2. `svn co https://svn.apache.org/repos/asf/kylin/site _site`
 3. `sudo apt-get install rubygems ruby2.1-dev zlib1g-dev` (linux)
 4. `sudo gem install bundler github-pages jekyll`
 5. `bundle install`
@@ -61,4 +61,4 @@ Before opening a pull request or push to git repo, you can preview changes from
 
 Within a few minutes, svnpubsub should kick in and you'll be able to
 see the results at
-[http://kylin.incubator.apache.org](http://kylin.incubator.apache.org/).
\ No newline at end of file
+[http://kylin.apache.org](http://kylin.apache.org/).
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/_config.yml
----------------------------------------------------------------------
diff --git a/website/_config.yml b/website/_config.yml
index 60ca55d..7531ff1 100644
--- a/website/_config.yml
+++ b/website/_config.yml
@@ -17,10 +17,10 @@
 
 # Site settings
 title: Apache Kylin
-email: dev@kylin.incubator.apache.org
+email: dev@kylin.apache.org
 description: Apache Kylin Home
 baseurl: "" # the subpath of your site, e.g. /blog/
-url: "http://kylin.incubator.apache.org" # the base hostname & protocol for your site
+url: "http://kylin.apache.org" # the base hostname & protocol for your site
 twitter_username: ApacheKylin
 
 encoding: UTF-8

http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/_config_prod.yml
----------------------------------------------------------------------
diff --git a/website/_config_prod.yml b/website/_config_prod.yml
index eaaf611..c71bbad 100644
--- a/website/_config_prod.yml
+++ b/website/_config_prod.yml
@@ -21,4 +21,4 @@
 # To release to website, use following script to generate real docs:
 # >jekyll build -config _config.yml _config_prod.yml
 # 
-url: "http://kylin.incubator.apache.org" # the base hostname & protocol for your site
+url: "http://kylin.apache.org" # the base hostname & protocol for your site

http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/_dev/dev_env.md
----------------------------------------------------------------------
diff --git a/website/_dev/dev_env.md b/website/_dev/dev_env.md
index a14fc2f..5722ac4 100644
--- a/website/_dev/dev_env.md
+++ b/website/_dev/dev_env.md
@@ -46,7 +46,7 @@ ln -s /root/apache-maven-3.2.5/bin/mvn /usr/bin/mvn
 First clone the Kylin project to your local:
 
 {% highlight Groff markup %}
-	git clone https://github.com/apache/incubator-kylin.git
+	git clone https://github.com/apache/kylin.git
 {% endhighlight %}
 	
 Install Kylin artifacts to the maven repo

http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/_dev/howto_docs.md
----------------------------------------------------------------------
diff --git a/website/_dev/howto_docs.md b/website/_dev/howto_docs.md
index 7b98015..c28d844 100644
--- a/website/_dev/howto_docs.md
+++ b/website/_dev/howto_docs.md
@@ -20,7 +20,7 @@ Jekyll is a Ruby script to generate a static HTML website from source text and t
 
 Here are good reference about basic usage of Jekyll: [Learning Jekyll By Example](http://learn.andrewmunsell.com/learn/jekyll-by-example/tutorial)
 
-Apache Kylin's website and documentation is using Jekyll to manage and generate final content which avaliable at [http://kylin.incubator.apache.org](http://kylin.incubator.apache.org).
+Apache Kylin's website and documentation is using Jekyll to manage and generate final content which avaliable at [http://kylin.apache.org](http://kylin.apache.org).
 
 ## Multi-Language
 To draft Chinese version document or translate existing one, just add or copy that doc and name with .cn.md as sufffix. It will generate under /cn folder with same name as html file.  
@@ -118,7 +118,7 @@ Then access http://127.0.0.1:4000 in your browser.
 ### Setup
 
 1. `cd website`
-2. `svn co https://svn.apache.org/repos/asf/incubator/kylin/site _site`
+2. `svn co https://svn.apache.org/repos/asf/kylin/site _site`
 3. `sudo apt-get install rubygems ruby2.1-dev zlib1g-dev` (linux)
 4. `sudo gem install bundler github-pages jekyll`
 5. `bundle install`
@@ -141,6 +141,6 @@ Before opening a pull request or push to git repo, you can preview changes from
 
 Within a few minutes, svnpubsub should kick in and you'll be able to
 see the results at
-[http://kylin.incubator.apache.org](http://kylin.incubator.apache.org/).
+[http://kylin.apache.org](http://kylin.apache.org/).
 
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/_dev/howto_package.md
----------------------------------------------------------------------
diff --git a/website/_dev/howto_package.md b/website/_dev/howto_package.md
index acc0de2..7930013 100644
--- a/website/_dev/howto_package.md
+++ b/website/_dev/howto_package.md
@@ -6,7 +6,7 @@ permalink: /development/howto_package.html
 ---
 
 ###Generate Binary Package
->     git clone https://github.com/apache/incubator-kylin kylin
+>     git clone https://github.com/apache/kylin kylin
 >     cd kylin
 >     ./script/package.sh
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/_dev/howto_release.md
----------------------------------------------------------------------
diff --git a/website/_dev/howto_release.md b/website/_dev/howto_release.md
index a311a61..e04163e 100644
--- a/website/_dev/howto_release.md
+++ b/website/_dev/howto_release.md
@@ -13,10 +13,10 @@ _For people in China, please aware using proxy to avoid potential firewall issue
 Make sure you have avaliable account and privlidge for following applications:
 
 * Apache account: [https://id.apache.org](https://id.apache.org/)    
-* Apache Kylin git repo (main cobe base): [https://git-wip-us.apache.org/repos/asf/incubator-kylin.git](https://git-wip-us.apache.org/repos/asf/incubator-kylin.git)  
-* Apache Kylin svn repo (for website only): [https://svn.apache.org/repos/asf/incubator/kylin](https://svn.apache.org/repos/asf/incubator/kylin)  
+* Apache Kylin git repo (main cobe base): [https://git-wip-us.apache.org/repos/asf/kylin.git](https://git-wip-us.apache.org/repos/asf/kylin.git)  
+* Apache Kylin svn repo (for website only): [https://svn.apache.org/repos/asf/kylin](https://svn.apache.org/repos/asf/kylin)  
 * Apache Nexus (maven repo): [https://repository.apache.org](https://repository.apache.org)  
-* Apache Kylin dist repo: [https://dist.apache.org/repos/dist/dev/incubator/kylin](https://dist.apache.org/repos/dist/dev/incubator/kylin)  
+* Apache Kylin dist repo: [https://dist.apache.org/repos/dist/dev/kylin](https://dist.apache.org/repos/dist/dev/kylin)  
 
 ## Setup PGP signing keys  
 Follow instructions at [http://www.apache.org/dev/release-signing](http://www.apache.org/dev/release-signing) to create a key pair  
@@ -48,7 +48,7 @@ for example:
 `gpg --recv-keys 027DC364`
 
 Add your public key to the KEYS file by following instructions in the KEYS file.:  
-_KEYS file location:_ __${incubator-kylin}/KEYS__  
+_KEYS file location:_ __${kylin}/KEYS__  
 For example:  
 `(gpg --list-sigs YOURNAME && gpg --armor --export YOURNAME) >> KEYS`
 
@@ -146,12 +146,12 @@ __Verify the staged artifacts in the Nexus repository:__
   (or a similar URL)
 
 __Upload to staging area:__  
-Upload the artifacts via subversion to a staging area, https://dist.apache.org/repos/dist/dev/incubator/kylin/apache-kylin-X.Y.Z-incubating-rcN:
+Upload the artifacts via subversion to a staging area, https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-X.Y.Z-incubating-rcN:
 {% highlight bash %}
 # Create a subversion workspace, if you haven't already
 $ mkdir -p ~/dist/dev
 $ pushd ~/dist/dev
-$ svn co https://dist.apache.org/repos/dist/dev/incubator/kylin
+$ svn co https://dist.apache.org/repos/dist/dev/kylin
 $ popd
 
 ## Move the files into a directory
@@ -193,7 +193,7 @@ $ mvn test
 $ gpg --recv-keys key
 
 # Check keys
-$ curl -O https://dist.apache.org/repos/dist/release/incubator/kylin/KEYS
+$ curl -O https://dist.apache.org/repos/dist/release/kylin/KEYS
 
 ## Sign/check md5 and sha1 hashes
  _(Assumes your O/S has 'md5' and 'sha1' commands.)_
@@ -234,7 +234,7 @@ __Vote on Apache Kylin dev mailing list__
 Release vote on dev list:  
 
 {% highlight text %}
-To: dev@kylin.incubator.apache.org
+To: dev@kylin.apache.org
 Subject: [VOTE] Release apache-kylin-X.Y.Z-incubating (release candidate N)
 
 Hi all,
@@ -246,16 +246,16 @@ Changes highlights:
 
 Thanks to everyone who has contributed to this release.
 Here’s release notes:
-https://github.com/apache/incubator-kylin/blob/XXX/docs/release_notes.md
+https://github.com/apache/kylin/blob/XXX/docs/release_notes.md
 
 The commit to be voted upon:
 
-https://github.com/apache/incubator-kylin/commit/xxx
+https://github.com/apache/kylin/commit/xxx
 
 Its hash is xxx.
 
 The artifacts to be voted on are located here:
-https://dist.apache.org/repos/dist/dev/incubator/kylin/apache-kylin-X.Y.Z-incubating-rcN/
+https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-X.Y.Z-incubating-rcN/
 
 The hashes of the artifacts are as follows:
 src.zip.md5 xxx
@@ -290,7 +290,7 @@ Luke
 After vote finishes, send out the result:  
 {% highlight text %}
 Subject: [RESULT] [VOTE] Release apache-kylin-X.Y.Z-incubating (release candidate N)
-To: dev@kylin.incubator.apache.org
+To: dev@kylin.apache.org
 
 Thanks to everyone who has tested the release candidate and given
 their comments and votes.
@@ -313,14 +313,14 @@ Luke
 
 {% endhighlight %}
 
-__Vote on Apache incubator general mailing list__   
+__Vote on Apache general mailing list__   
 Use the [Apache URL shortener](http://s.apache.org) to generate
 shortened URLs for the vote proposal and result emails. Examples:
 [http://s.apache.org/kylin-0.7.1-vote_rc3](http://s.apache.org/kylin-0.7.1-vote_rc3) and
 [http://s.apache.org/kylin-0.7.1-result_rc3](http://s.apache.org/kylin-0.7.1-result_rc3).
 
 {% highlight text %}
-To: general@incubator.apache.org
+To: general@apache.org
 Subject: [VOTE] Release Apache Kylin X.Y.Z (incubating)
 
 Hi all,
@@ -339,12 +339,12 @@ http://s.apache.org/kylin-X.Y.Z-result_rcN
 
 
 The commit to be voted upon:
-https://github.com/apache/incubator-kylin/commit/XXX
+https://github.com/apache/kylin/commit/XXX
 
 Its hash is XXX.
 
 The artifacts to be voted on are located here:
-https://dist.apache.org/repos/dist/dev/incubator/kylin/apache-kylin-X.Y.Z-incubating-rcN/
+https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-X.Y.Z-incubating-rcN/
 
 The hashes of the artifacts are as follows:
 src.zip.md5 XXX
@@ -360,7 +360,7 @@ https://people.apache.org/keys/committer/lukehan.asc
 
 Pursuant to the Releases section of the Incubation Policy and with
 the endorsement of our mentors we would now like to request
-the permission of the Incubator PMC to publish the release. The vote
+the permission of the PMC to publish the release. The vote
 is open for 72 hours, or until the necessary number of votes (3 +1)
 is reached.
 
@@ -374,7 +374,7 @@ Luke Han, on behalf of Apache Kylin PPMC
 
 After vote finishes, send out the result:
 {% highlight text %}
-To: general@incubator.apache.org
+To: general@apache.org
 Subject: [RESULT] [VOTE] Release Apache Kylin X.Y.Z (incubating)
 
 This vote passes with N +1s and no 0 or -1 votes:
@@ -410,12 +410,12 @@ Check the artifacts into svn.
 # Get the release candidate.
 $ mkdir -p ~/dist/dev
 $ cd ~/dist/dev
-$ svn co https://dist.apache.org/repos/dist/dev/incubator/kylin
+$ svn co https://dist.apache.org/repos/dist/dev/kylin
 
 # Copy the artifacts. Note that the copy does not have '-rcN' suffix.
 $ mkdir -p ~/dist/release
 $ cd ~/dist/release
-$ svn co https://dist.apache.org/repos/dist/release/incubator/kylin
+$ svn co https://dist.apache.org/repos/dist/release/kylin
 $ cd kylin
 $ cp -rp ../../dev/kylin/apache-kylin-X.Y.Z-incubating-rcN apache-kylin-X.Y.Z-incubating
 $ svn add apache-kylin-X.Y.Z-incubating
@@ -425,8 +425,8 @@ svn commit -m 'checkin release artifacts'
 {% endhighlight %}
 
 Svnpubsub will publish to
-[https://dist.apache.org/repos/dist/release/incubator/kylin](https://dist.apache.org/repos/dist/release/incubator/kylin) and propagate to
-[http://www.apache.org/dyn/closer.cgi/incubator/kylin](http://www.apache.org/dyn/closer.cgi/incubator/kylin) within 24 hours.
+[https://dist.apache.org/repos/dist/release/kylin](https://dist.apache.org/repos/dist/release/kylin) and propagate to
+[http://www.apache.org/dyn/closer.cgi/kylin](http://www.apache.org/dyn/closer.cgi/kylin) within 24 hours.
 
 If there are now more than 2 releases, clear out the oldest ones:
 
@@ -437,7 +437,7 @@ svn commit -m 'Remove old release'
 {% endhighlight %}
 
 The old releases will remain available in the
-[release archive](http://archive.apache.org/dist/incubator/kylin/).
+[release archive](http://archive.apache.org/dist/kylin/).
 
 Release same version in JIRA, check [Change Log](https://issues.apache.org/jira/browse/KYLIN/?selectedTab=com.atlassian.jira.jira-projects-plugin:changelog-panel) for the latest released version.
 
@@ -445,5 +445,5 @@ Release same version in JIRA, check [Change Log](https://issues.apache.org/jira/
 Refer to [How to document](howto_docs.html) for more detail.
 
 # Thanks  
-This guide drafted with reference from [Apache Calcite](http://calcite.incubator.apache.org) Howto doc, Thank you very much.
+This guide drafted with reference from [Apache Calcite](http://calcite.apache.org) Howto doc, Thank you very much.
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/_dev/index.md
----------------------------------------------------------------------
diff --git a/website/_dev/index.md b/website/_dev/index.md
index 3e155bd..f3af1bb 100644
--- a/website/_dev/index.md
+++ b/website/_dev/index.md
@@ -6,9 +6,9 @@ permalink: /development/index.html
 
 ### Source Code  
 Apache Kylin source code is version controlled using Git version control:
-Commits [Summary](https://git-wip-us.apache.org/repos/asf?p=incubator-kylin.git;a=summary)  
-Source Repo: [git://git.apache.org/incubator-kylin.git](git://git.apache.org/incubator-kylin.git)  
-Mirrored to Github: [https://github.com/apache/incubator-kylin](https://github.com/apache/incubator-kylin)
+Commits [Summary](https://git-wip-us.apache.org/repos/asf?p=kylin.git;a=summary)  
+Source Repo: [git://git.apache.org/kylin.git](git://git.apache.org/kylin.git)  
+Mirrored to Github: [https://github.com/apache/kylin](https://github.com/apache/kylin)
 
 ### Issue Tracking  
 Track issues on the "Kylin" Project on the Apache JIRA ([browse](http://issues.apache.org/jira/browse/KYLIN)).

http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/_docs/index.md
----------------------------------------------------------------------
diff --git a/website/_docs/index.md b/website/_docs/index.md
index c91054e..19b1ac0 100644
--- a/website/_docs/index.md
+++ b/website/_docs/index.md
@@ -23,7 +23,7 @@ Advanced Topics
 
 1.[How to use kylin remote jdbc driver](howto/howto_jdbc.html)
 
-2.[SQL Reference](http://calcite.incubator.apache.org/)
+2.[SQL Reference](http://calcite.apache.org/)
 
 ---
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/_docs/install/index.cn.md
----------------------------------------------------------------------
diff --git a/website/_docs/install/index.cn.md b/website/_docs/install/index.cn.md
index 66ad738..ca61282 100644
--- a/website/_docs/install/index.cn.md
+++ b/website/_docs/install/index.cn.md
@@ -30,7 +30,7 @@ Except for some prerequisite software installations, the core of Kylin installat
 
 ### Install Kylin
 
-1. Download latest Kylin binaries at [http://kylin.incubator.apache.org/download](http://kylin.incubator.apache.org/download)
+1. Download latest Kylin binaries at [http://kylin.apache.org/download](http://kylin.apache.org/download)
 2. Export KYLIN_HOME pointing to the extracted Kylin folder
 3. Make sure the user has the privilege to run hadoop, hive and hbase cmd in shell. If you are not so sure, you can run **bin/check-env.sh**, it will print out the detail information if you have some environment issues.
 4. To start Kylin, simply run **bin/kylin.sh start**

http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/_docs/install/index.md
----------------------------------------------------------------------
diff --git a/website/_docs/install/index.md b/website/_docs/install/index.md
index e900071..1ee0af8 100644
--- a/website/_docs/install/index.md
+++ b/website/_docs/install/index.md
@@ -31,7 +31,7 @@ Except for some prerequisite software installations, the core of Kylin installat
 
 ### Install Kylin
 
-1. Download latest Kylin binaries at [http://kylin.incubator.apache.org/download](http://kylin.incubator.apache.org/download)
+1. Download latest Kylin binaries at [http://kylin.apache.org/download](http://kylin.apache.org/download)
 2. Export KYLIN_HOME pointing to the extracted Kylin folder
 3. Make sure the user has the privilege to run hadoop, hive and hbase cmd in shell. If you are not so sure, you can run **bin/check-env.sh**, it will print out the detail information if you have some environment issues.
 4. To start Kylin, simply run **bin/kylin.sh start**

http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/_docs/release_notes.md
----------------------------------------------------------------------
diff --git a/website/_docs/release_notes.md b/website/_docs/release_notes.md
index c100ae1..d0aa89b 100644
--- a/website/_docs/release_notes.md
+++ b/website/_docs/release_notes.md
@@ -7,16 +7,16 @@ version: v1.0
 since: v0.7.1
 ---
 
-To download latest release, please visit: [http://kylin.incubator.apache.org/download/](http://kylin.incubator.apache.org/download/), there are source code package, binary package, ODBC driver and installation guide avaliable.
+To download latest release, please visit: [http://kylin.apache.org/download/](http://kylin.apache.org/download/), there are source code package, binary package, ODBC driver and installation guide avaliable.
 
 Any problem or issue, please report to Apache Kylin JIRA project: [https://issues.apache.org/jira/browse/KYLIN](https://issues.apache.org/jira/browse/KYLIN)
 
 or send to Apache Kylin mailing list:   
-* User relative: [user@kylin.incubator.apache.org](mailto:user@kylin.incubator.apache.org)
-* Development relative: [dev@kylin.incubator.apache.org](mailto:dev@kylin.incubator.apache.org)
+* User relative: [user@kylin.apache.org](mailto:user@kylin.apache.org)
+* Development relative: [dev@kylin.apache.org](mailto:dev@kylin.apache.org)
 
 ## v1.0-incubating - 2015-09-06
-_Tag:_ [kylin-1.0-incubating](https://github.com/apache/incubator-kylin/tree/kylin-1.0-incubating)
+_Tag:_ [kylin-1.0-incubating](https://github.com/apache/kylin/tree/kylin-1.0-incubating)
 
 __New Feature__
 
@@ -78,7 +78,7 @@ __Task__
     * [KYLIN-931] - Port KYLIN-921 to 0.8 branch
 
 ## v0.7.2-incubating - 2015-07-21
-_Tag:_ [kylin-0.7.2-incubating](https://github.com/apache/incubator-kylin/tree/kylin-0.7.2-incubating)
+_Tag:_ [kylin-0.7.2-incubating](https://github.com/apache/kylin/tree/kylin-0.7.2-incubating)
 
 __Main Changes:__  
 Critical bug fixes after v0.7.1 release, please go with this version directly for new case and upgrade to this version for existing deployment.
@@ -134,7 +134,7 @@ __Task__
     * [KYLIN-812] - Upgrade to Calcite 0.9.2
 
 ## v0.7.1-incubating (First Apache Release) - 2015-06-10  
-_Tag:_ [kylin-0.7.1-incubating](https://github.com/apache/incubator-kylin/tree/kylin-0.7.1-incubating)
+_Tag:_ [kylin-0.7.1-incubating](https://github.com/apache/kylin/tree/kylin-0.7.1-incubating)
 
 Apache Kylin v0.7.1-incubating has rolled out on June 10, 2015. This is also the first Apache release after join incubating. 
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/_includes/footer.html
----------------------------------------------------------------------
diff --git a/website/_includes/footer.html b/website/_includes/footer.html
index 70d2bcb..fe51be2 100644
--- a/website/_includes/footer.html
+++ b/website/_includes/footer.html
@@ -17,32 +17,26 @@
 -->
 
 <footer id="underfooter">
-  <div class="container">
-    <div class="row">
-      <div class="col-md-12 widget" >
-        <div class="widget-body" style="text-align:center">
-          <div>
-          Apache Kylin is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
-          </div>
-        <a href="http://www.apache.org">
-            <img id="asf-logo" alt="Apache Software Foundation" src="/assets/images/feather-small.gif">
-        </a>
-        <a href="http://incubator.apache.org/">
-            <img id="incubator-logo" alt="Apache Incubator" src="/assets/images/egg-logo.png">
-        </a>
+    <div class="container">
+        <div class="row">
+            <div class="col-md-12 widget">
+                <div class="widget-body" style="text-align:center">
+                    <a href="http://www.apache.org">
+                        <img id="asf-logo" alt="Apache Software Foundation" src="/assets/images/feather-small.gif">
+                    </a>
 
-        <div id="copyright">
-            <p>Copyright &#169; 2014 The Apache Software Foundation, Licensed under the <a
-                    href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache, the
-                Apache feather logo, and the Apache Incubator project logo are trademarks of The Apache Software
-                Foundation.</p>
-        </div>
+                    <div>
+                        The contents of this website are © 2015 Apache Software Foundation under the terms of the <a
+                            href="http://www.apache.org/licenses/LICENSE-2.0"> Apache License v2 </a>. Apache Kylin and
+                        its logo are trademarks of the Apache Software Foundation.
+                    </div>
+
+                </div>
+            </div>
         </div>
-      </div>
+        <!-- /row of widgets -->
+
     </div>
-    <!-- /row of widgets --> 
+    <div></div>
 
-  </div>
-  <div></div>
-  
 </footer>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/_includes/head.cn.html
----------------------------------------------------------------------
diff --git a/website/_includes/head.cn.html b/website/_includes/head.cn.html
index 7da6820..cd6a26b 100644
--- a/website/_includes/head.cn.html
+++ b/website/_includes/head.cn.html
@@ -55,11 +55,11 @@
 
   //oringal tracker for kylin.io
   ga('create', 'UA-55534813-1', 'auto');
-  //new tracker for kylin.incubator.apache.org
-  ga('create', 'UA-55534813-2', 'auto', {'name':'incubator'});
+  //new tracker for kylin.apache.org
+  ga('create', 'UA-55534813-2', 'auto', {'name':'toplevel'});
 
   ga('send', 'pageview');
-  ga('incubator.send', 'pageview');
+  ga('toplevel.send', 'pageview');
 
 
 </script>

http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/_includes/head.html
----------------------------------------------------------------------
diff --git a/website/_includes/head.html b/website/_includes/head.html
index d4a74cb..02ad310 100644
--- a/website/_includes/head.html
+++ b/website/_includes/head.html
@@ -55,11 +55,11 @@
 
   //oringal tracker for kylin.io
   ga('create', 'UA-55534813-1', 'auto');
-  //new tracker for kylin.incubator.apache.org
-  ga('create', 'UA-55534813-2', 'auto', {'name':'incubator'});
+  //new tracker for kylin.apache.org
+  ga('create', 'UA-55534813-2', 'auto', {'name':'toplevel'});
 
   ga('send', 'pageview');
-  ga('incubator.send', 'pageview');
+  ga('toplevel.send', 'pageview');
 
 
 </script>

http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/_includes/header.cn.html
----------------------------------------------------------------------
diff --git a/website/_includes/header.cn.html b/website/_includes/header.cn.html
index bdc49fb..4cc28b5 100644
--- a/website/_includes/header.cn.html
+++ b/website/_includes/header.cn.html
@@ -47,7 +47,7 @@
           <li><a href="/blog">博客</li>
           <li><a href="/" >English</a></li>
           <li><a href="https://twitter.com/apachekylin" target="_blank" class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li>
-          <li><a href="https://github.com/apache/incubator-kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/incubator-kylin" ></a></li>          
+          <li><a href="https://github.com/apache/kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/kylin" ></a></li>          
           <li><a href="https://www.facebook.com/kylinio" target="_blank" class="fa fa-facebook fa-lg" title="Facebook: kylin.io" ></a></li>            
       </ul>
       

http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/_includes/header.html
----------------------------------------------------------------------
diff --git a/website/_includes/header.html b/website/_includes/header.html
index 834cd19..df6b7fa 100644
--- a/website/_includes/header.html
+++ b/website/_includes/header.html
@@ -52,7 +52,7 @@
           <li><a href="/blog">Blog</li>
           <li><a href="/cn" >中文版</a></li>  
           <li><a href="https://twitter.com/apachekylin" target="_blank" class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li>
-          <li><a href="https://github.com/apache/incubator-kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/incubator-kylin" ></a></li>          
+          <li><a href="https://github.com/apache/kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/kylin" ></a></li>          
           <li><a href="https://www.facebook.com/kylinio" target="_blank" class="fa fa-facebook fa-lg" title="Facebook: kylin.io" ></a></li>   
       </ul>      
     </div><!-- /.navbar-collapse -->

http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/_posts/blog/2015-06-10-release-v0.7.1-incubating.md
----------------------------------------------------------------------
diff --git a/website/_posts/blog/2015-06-10-release-v0.7.1-incubating.md b/website/_posts/blog/2015-06-10-release-v0.7.1-incubating.md
index c695490..f4c262a 100644
--- a/website/_posts/blog/2015-06-10-release-v0.7.1-incubating.md
+++ b/website/_posts/blog/2015-06-10-release-v0.7.1-incubating.md
@@ -8,9 +8,9 @@ categories: blog
 
 Apache Kylin v0.7.1-incubating has rolled out on June 10, 2015. This is also the first Apache release after join incubating. 
 
-To download this release, please visit: [http://kylin.incubator.apache.org/download/](http://kylin.incubator.apache.org/download/), there are source code package, binary package, ODBC driver and installation guide avaliable.
+To download this release, please visit: [http://kylin.apache.org/download/](http://kylin.apache.org/download/), there are source code package, binary package, ODBC driver and installation guide avaliable.
 
-Any problem or issue, please send to Apache Kylin mailing list: [dev@kylin.incubator.apache.org](mailto:dev@kylin.incubator.apache.org)
+Any problem or issue, please send to Apache Kylin mailing list: [dev@kylin.apache.org](mailto:dev@kylin.apache.org)
 
 Or, report to Apache Kylin JIRA project: [https://issues.apache.org/jira/browse/KYLIN](https://issues.apache.org/jira/browse/KYLIN)
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/_posts/blog/2015-08-15-fast-cubing.md
----------------------------------------------------------------------
diff --git a/website/_posts/blog/2015-08-15-fast-cubing.md b/website/_posts/blog/2015-08-15-fast-cubing.md
index 05a3605..5325b02 100644
--- a/website/_posts/blog/2015-08-15-fast-cubing.md
+++ b/website/_posts/blog/2015-08-15-fast-cubing.md
@@ -6,7 +6,7 @@ author: Shaofeng Shi
 categories: blog
 ---
 
-This article is the first post of a series document that introducing the fast cubing algorithm in Apache Kylin; The new algorithm will be released in the future release; Now it is under internal testing and pilot; All the source code has been published in Kylin's Git repository <https://github.com/apache/incubator-kylin/> on 0.8 branch. 
+This article is the first post of a series document that introducing the fast cubing algorithm in Apache Kylin; The new algorithm will be released in the future release; Now it is under internal testing and pilot; All the source code has been published in Kylin's Git repository <https://github.com/apache/kylin/> on 0.8 branch. 
 
 
 ## By Layer Cubing Algorithm
@@ -116,4 +116,4 @@ Here let's do a summary on the fast cubing algorithm;
 
 ## Other Enhancements in Fast Cubing
 
-Together with the fast cubing algorithm, we also introduced several other enhancements in the cube build flow, like estimating the region splits by sampling, directly outputting HFile, and merging Cube over HBase Table, etc; I'd like to elaborate in the next articles, please keep posted here; If you have interest on Apache Kylin, welcome to visit our home page <http://kylin.incubator.apache.org/> and subscribe our development mailing list at <de...@kylin.incubator.apache.org>
\ No newline at end of file
+Together with the fast cubing algorithm, we also introduced several other enhancements in the cube build flow, like estimating the region splits by sampling, directly outputting HFile, and merging Cube over HBase Table, etc; I'd like to elaborate in the next articles, please keep posted here; If you have interest on Apache Kylin, welcome to visit our home page <http://kylin.apache.org/> and subscribe our development mailing list at <de...@kylin.apache.org>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/_posts/blog/2015-09-06-release-v1.0-incubating.md
----------------------------------------------------------------------
diff --git a/website/_posts/blog/2015-09-06-release-v1.0-incubating.md b/website/_posts/blog/2015-09-06-release-v1.0-incubating.md
index 085c7a1..2984d82 100644
--- a/website/_posts/blog/2015-09-06-release-v1.0-incubating.md
+++ b/website/_posts/blog/2015-09-06-release-v1.0-incubating.md
@@ -8,7 +8,7 @@ categories: blog
 
 The Apache Kylin team is pleased to announce the release of Apache Kylin v1.0 (incubating). Apache Kylin is an open source Distributed Analytics Engine designed to provide SQL interface and multi-dimensional analysis (OLAP) on Hadoop supporting extremely large datasets.
 
-To download Apache Kylin v1.0 (incubating) visit the [download](http://kylin.incubator.apache.org/download) page.
+To download Apache Kylin v1.0 (incubating) visit the [download](http://kylin.apache.org/download) page.
 
 This is a major release which brings more stable, robust and well management version, Apache Kylin team resolved about 47 issues including bug fixes, improvements, and few new features.
 
@@ -39,6 +39,6 @@ __Zeppelin Integration__
 __Upgrade__
 
 We recommend to upgrade to this version from v0.7.x or even more early version for better performance, stablility and clear one (most of the intermediate files will be cleaned up automatically). Also to keep up to date with community with latest features and supports.
-Any issue or question during upgrade, please send to Apache Kylin dev mailing list: [dev@kylin.incubator.apache.org](mailto:dev@kylin.incubator.apache.org)
+Any issue or question during upgrade, please send to Apache Kylin dev mailing list: [dev@kylin.apache.org](mailto:dev@kylin.apache.org)
 
 _Great thanks to everyone who contributed!_
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/_posts/blog/2015-09-09-fast-cubing-on-spark.md
----------------------------------------------------------------------
diff --git a/website/_posts/blog/2015-09-09-fast-cubing-on-spark.md b/website/_posts/blog/2015-09-09-fast-cubing-on-spark.md
index 10ee46a..c41523a 100644
--- a/website/_posts/blog/2015-09-09-fast-cubing-on-spark.md
+++ b/website/_posts/blog/2015-09-09-fast-cubing-on-spark.md
@@ -28,7 +28,7 @@ The hadoop conf should also be in the SPARK_HOME/conf
 
 Spark as a computation framework has provided much richer operators than map-reduce. And some of them are quite suitable for the cubing algorithm, for instance **aggregate**.
 
-As the [Fast cubing algorithm](http://kylin.incubator.apache.org/blog/2015/08/15/fast-cubing/ "Fast Cubing Algorithm in Apache Kylin"), it contains several steps:
+As the [Fast cubing algorithm](http://kylin.apache.org/blog/2015/08/15/fast-cubing/ "Fast Cubing Algorithm in Apache Kylin"), it contains several steps:
 
 1. build dictionary
 2. calculate region split for hbase

http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/community/index.md
----------------------------------------------------------------------
diff --git a/website/community/index.md b/website/community/index.md
index c573e08..21b1620 100644
--- a/website/community/index.md
+++ b/website/community/index.md
@@ -10,10 +10,10 @@ These are the mailing lists that have been established for this project. For eac
 
 | Name  | Subscribe | Unsubscribe | Post | Archive |
 |------ |-----------|-------------|------|---------|
-| User Mailing List | [Subscribe](mailto:user-subscribe@kylin.incubator.apache.org) | [Unsubscribe](mailto:user-unsubscribe@kylin.incubator.apache.org) | [Post](mailto:user@kylin.incubator.apache.org) | [mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/kylin-user/) |
-| Developers Mailing List | [Subscribe](mailto:dev-subscribe@kylin.incubator.apache.org) | [Unsubscribe](mailto:dev-unsubscribe@kylin.incubator.apache.org) | [Post](mailto:dev@kylin.incubator.apache.org) | [mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/kylin-dev/) |
-| Issues Mailing List | [Subscribe](mailto:issues-subscribe@kylin.incubator.apache.org) | [Unsubscribe](mailto:issues-unsubscribe@kylin.incubator.apache.org) | N/A | [mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/kylin-issues/) |
-| Commits Mailing List | [Subscribe](mailto:commits-subscribe@kylin.incubator.apache.org) | [Unsubscribe](mailto:commits-unsubscribe@kylin.incubator.apache.org) | N/A | [mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/kylin-commits/) |
+| User Mailing List | [Subscribe](mailto:user-subscribe@kylin.apache.org) | [Unsubscribe](mailto:user-unsubscribe@kylin.apache.org) | [Post](mailto:user@kylin.apache.org) | [mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/kylin-user/) |
+| Developers Mailing List | [Subscribe](mailto:dev-subscribe@kylin.apache.org) | [Unsubscribe](mailto:dev-unsubscribe@kylin.apache.org) | [Post](mailto:dev@kylin.apache.org) | [mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/kylin-dev/) |
+| Issues Mailing List | [Subscribe](mailto:issues-subscribe@kylin.apache.org) | [Unsubscribe](mailto:issues-unsubscribe@kylin.apache.org) | N/A | [mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/kylin-issues/) |
+| Commits Mailing List | [Subscribe](mailto:commits-subscribe@kylin.apache.org) | [Unsubscribe](mailto:commits-unsubscribe@kylin.apache.org) | N/A | [mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/kylin-commits/) |
 
 ### Mailing List Archives
 For convenience, there's a forum style mailing list archives which not part of offical Apache archives:
@@ -34,7 +34,7 @@ A successful project requires many people to play many roles. Some members write
 {% endfor %}
 
 ### Contributors
-Contributors has commited code could be found [here](https://github.com/apache/incubator-kylin/graphs/contributors).
+Contributors has commited code could be found [here](https://github.com/apache/kylin/graphs/contributors).
 __Other contributors__
 
 | Name  | Github    |   |

http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/community/poweredby.md
----------------------------------------------------------------------
diff --git a/website/community/poweredby.md b/website/community/poweredby.md
index a76e427..73307f9 100644
--- a/website/community/poweredby.md
+++ b/website/community/poweredby.md
@@ -7,7 +7,7 @@ permalink: /community/poweredby.html
 ## Powered By Apache Kylin
 
 __How to be listed here?__
-_Send a quick description of your organization and usage to the [mailing list](mailto:user@kylin.incubator.apache.org) or to [@apachekylin](https://twitter.com/apachekylin) or [@lukehq](https://twitter.com/lukehq) on twitter and we'll add you._
+_Send a quick description of your organization and usage to the [mailing list](mailto:user@kylin.apache.org) or to [@apachekylin](https://twitter.com/apachekylin) or [@lukehq](https://twitter.com/lukehq) on twitter and we'll add you._
 
 __Companies__
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/download/index.cn.md
----------------------------------------------------------------------
diff --git a/website/download/index.cn.md b/website/download/index.cn.md
index 5bba309..61323ee 100644
--- a/website/download/index.cn.md
+++ b/website/download/index.cn.md
@@ -6,25 +6,25 @@ title: 下载
 __最新发布(源代码)__  
 最新发布的Apache Kylin可以从ASF网站下载::
 
-* [Apache Kylin v1.0-incubating](http://www.apache.org/dyn/closer.cgi/incubator/kylin/apache-kylin-1.0-incubating/)
-* [发布日志](http://kylin.incubator.apache.org/docs/release_notes.html)
-* Git 标签: [kylin-1.0-incubating](https://github.com/apache/incubator-kylin/tree/kylin-1.0-incubating)
-* Git Commit: [ef067de4ae43303c015118ad39a9aba7172bc250](https://github.com/apache/incubator-kylin/commit/ef067de4ae43303c015118ad39a9aba7172bc250)
+* [Apache Kylin v1.0-incubating](http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-1.0-incubating/)
+* [发布日志](http://kylin.apache.org/docs/release_notes.html)
+* Git 标签: [kylin-1.0-incubating](https://github.com/apache/kylin/tree/kylin-1.0-incubating)
+* Git Commit: [ef067de4ae43303c015118ad39a9aba7172bc250](https://github.com/apache/kylin/commit/ef067de4ae43303c015118ad39a9aba7172bc250)
 
 __二进制包__
 为方便实用,我们也提供预打包的二进制安装包:
 
-  * Apache Kylin v1.0-indubating [二进制包](https://dist.apache.org/repos/dist/release/incubator/kylin/apache-kylin-1.0-incubating/apache-kylin-1.0-incubating-bin.tar.gz)
-  * [安装帮助](http://kylin.incubator.apache.org/docs/install)
+  * Apache Kylin v1.0-indubating [二进制包](https://dist.apache.org/repos/dist/release/kylin/apache-kylin-1.0-incubating/apache-kylin-1.0-incubating-bin.tar.gz)
+  * [安装帮助](http://kylin.apache.org/docs/install)
 
 __构建二进制包__
-可以从各个版本或当前最新的开发分支中生成二进制包,请参考这篇[帮助文档](http://kylin.incubator.apache.org/docs/howto/howto_package.html)
+可以从各个版本或当前最新的开发分支中生成二进制包,请参考这篇[帮助文档](http://kylin.apache.org/docs/howto/howto_package.html)
 
 __以前的版本__
-Apache Kylin的旧版本可以从[归档](https://dist.apache.org/repos/dist/release/incubator/kylin/)中下载。
+Apache Kylin的旧版本可以从[归档](https://dist.apache.org/repos/dist/release/kylin/)中下载。
 
 __ODBC 驱动__  
 Kylin ODBC 驱动要求首先安装[Microsoft Visual C++ 2012 Redistributable]()。 
 Kylin ODBC 驱动可以从这里下载:
 
-  * [Kylin ODBC 驱动](http://kylin.incubator.apache.org/download/KylinODBCDriver.zip)
\ No newline at end of file
+  * [Kylin ODBC 驱动](http://kylin.apache.org/download/KylinODBCDriver.zip)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/kylin/blob/9e267082/website/download/index.md
----------------------------------------------------------------------
diff --git a/website/download/index.md b/website/download/index.md
index e757d65..d01b7b3 100644
--- a/website/download/index.md
+++ b/website/download/index.md
@@ -7,27 +7,27 @@ permalink: /download/index.html
 __Latest Release(Source Code)__  
 The latest release of Apache Kylin can be downloaded from the ASF:
 
-* [Apache Kylin v1.0-incubating](http://www.apache.org/dyn/closer.cgi/incubator/kylin/apache-kylin-1.0-incubating/)
-* [Release Notes](http://kylin.incubator.apache.org/docs/release_notes.html)
-* Git Tag: [kylin-1.0-incubating](https://github.com/apache/incubator-kylin/tree/kylin-1.0-incubating)
-* Git Commit: [ef067de4ae43303c015118ad39a9aba7172bc250](https://github.com/apache/incubator-kylin/commit/ef067de4ae43303c015118ad39a9aba7172bc250)
+* [Apache Kylin v1.0-incubating](http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-1.0-incubating/)
+* [Release Notes](http://kylin.apache.org/docs/release_notes.html)
+* Git Tag: [kylin-1.0-incubating](https://github.com/apache/kylin/tree/kylin-1.0-incubating)
+* Git Commit: [ef067de4ae43303c015118ad39a9aba7172bc250](https://github.com/apache/kylin/commit/ef067de4ae43303c015118ad39a9aba7172bc250)
 
 __Binary Package__
 For convenience, there’s binary package also available: 
 
-* Apache Kylin v1.0-indubating [Binary Package](https://dist.apache.org/repos/dist/release/incubator/kylin/apache-kylin-1.0-incubating/apache-kylin-1.0-incubating-bin.tar.gz)
-* [Installation Guide](http://kylin.incubator.apache.org/docs/install)
+* Apache Kylin v1.0-indubating [Binary Package](https://dist.apache.org/repos/dist/release/kylin/apache-kylin-1.0-incubating/apache-kylin-1.0-incubating-bin.tar.gz)
+* [Installation Guide](http://kylin.apache.org/docs/install)
 
 __Build Binary Package__
-To build binary package from any version even latest development branch, please refer to this [guide](http://kylin.incubator.apache.org/docs/howto/howto_package.html)
+To build binary package from any version even latest development branch, please refer to this [guide](http://kylin.apache.org/docs/howto/howto_package.html)
 
 __Previous Release__  
- Older releases may be found in the [archives](https://dist.apache.org/repos/dist/release/incubator/kylin/).
+ Older releases may be found in the [archives](https://dist.apache.org/repos/dist/release/kylin/).
     
 __ODBC Driver__  
 Kylin ODBC driver requires [Microsoft Visual C++ 2012 Redistributable](http://www.microsoft.com/en-us/download/details.aspx?id=30679) installed first. 
 And Kylin ODBC Driver could be downloaded here: 
 
-* [Kylin ODBC Driver](http://kylin.incubator.apache.org/download/KylinODBCDriver.zip)
+* [Kylin ODBC Driver](http://kylin.apache.org/download/KylinODBCDriver.zip)