You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ka...@apache.org on 2014/01/02 22:52:49 UTC

[04/24] [HELIX-348] Simplify website layout

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/439125ae/website/src/site/apt/releasenotes/release-0.6.2-incubating.apt
----------------------------------------------------------------------
diff --git a/website/src/site/apt/releasenotes/release-0.6.2-incubating.apt b/website/src/site/apt/releasenotes/release-0.6.2-incubating.apt
new file mode 100644
index 0000000..51afc62
--- /dev/null
+++ b/website/src/site/apt/releasenotes/release-0.6.2-incubating.apt
@@ -0,0 +1,181 @@
+ -----
+ Release Notes for Apache Helix 0.6.2-incubating
+ -----
+
+~~ Licensed to the Apache Software Foundation (ASF) under one                      
+~~ or more contributor license agreements.  See the NOTICE file                    
+~~ distributed with this work for additional information                           
+~~ regarding copyright ownership.  The ASF licenses this file                      
+~~ to you under the Apache License, Version 2.0 (the                               
+~~ "License"); you may not use this file except in compliance                      
+~~ with the License.  You may obtain a copy of the License at                      
+~~                                                                                 
+~~   http://www.apache.org/licenses/LICENSE-2.0                                    
+~~                                                                                 
+~~ Unless required by applicable law or agreed to in writing,                      
+~~ software distributed under the License is distributed on an                     
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY                          
+~~ KIND, either express or implied.  See the License for the                       
+~~ specific language governing permissions and limitations                         
+~~ under the License.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
+Release Notes for Apache Helix 0.6.2-incubating
+
+  The Apache Helix team would like to announce the release of Apache Helix 0.6.2-incubating
+
+  This is the third release under the Apache umbrella.
+
+  Helix is a generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes. Helix provides the following features:
+
+  * Automatic assignment of resource/partition to nodes
+
+  * Node failure detection and recovery
+
+  * Dynamic addition of Resources
+
+  * Dynamic addition of nodes to the cluster
+
+  * Pluggable distributed state machine to manage the state of a resource via state transitions
+
+  * Automatic load balancing and throttling of transitions
+
+  []
+
+* Changes
+
+** Sub-task
+
+  * [HELIX-28] - ZkHelixManager.handleNewSession() can happen when a liveinstance already exists
+
+  * [HELIX-85] - Remove mock service module
+
+  * [HELIX-106] - Remove all string constants in the code
+
+  * [HELIX-107] - Add support to set custom objects into ZNRecord
+
+  * [HELIX-124] - race condition in ZkHelixManager.handleNewSession()
+
+  * [HELIX-165] - Add dependency for Guava libraries
+
+  * [HELIX-169] - Take care of consecutive handleNewSession() and session expiry during handleNewSession() 
+
+  * [HELIX-170] - HelixManager#isLeader() should compare both instanceName and sessionId 
+
+  * [HELIX-195] - Race condition between FINALIZE callbacks and Zk Callbacks
+
+  * [HELIX-207] - Add javadocs to classes and public methods in the top-level package
+
+  * [HELIX-208] - Add javadocs to classes and public methods in the model package
+
+  * [HELIX-277] - FULL_AUTO rebalancer should not prefer nodes that are just coming up
+
+** Bug
+
+  * [HELIX-7] - Tune test parameters to fix random test failures
+
+  * [HELIX-87] - Bad repository links in website
+
+  * [HELIX-117] - backward incompatibility problem in accessing zkPath vis HelixWebAdmin
+
+  * [HELIX-118] - PropertyStore -> HelixPropertyStore backwards incompatible location
+
+  * [HELIX-119] - HelixManager serializer no longer needs ByteArraySerializer for /PROPERTYSTORE
+
+  * [HELIX-129] - ZKDumper should use byte[] instead of String to read/write file/zk
+
+  * [HELIX-131] - Connection timeout not set while connecting to zookeeper via zkHelixAdmin
+
+  * [HELIX-133] - Cluster-admin command parsing does not work with removeConfig
+
+  * [HELIX-140] - In ClusterSetup.java, the removeConfig is wrong wired to getConfig
+
+  * [HELIX-141] - Autorebalance does not work reliably and fails when replica>1
+
+  * [HELIX-144] - Need to validate StateModelDefinition when adding new StateModelDefinition to Cluster
+
+  * [HELIX-147] - Fix typo in Idealstate property max_partitions_per_instance
+
+  * [HELIX-148] - Current preferred placement for auto rebalace is suboptimal for n > p
+
+  * [HELIX-150] - Auto rebalance might not evenly distribute states across nodes
+
+  * [HELIX-151] - Auto rebalance doesn't assign some replicas when other nodes could make room
+
+  * [HELIX-153] - Auto rebalance tester uses the returned map fields, but production uses only list fields
+
+  * [HELIX-155] - PropertyKey.instances() is wrongly wired to CONFIG type instead of INSTANCES type
+
+  * [HELIX-197] - state model leak
+
+  * [HELIX-199] - ZNRecord should not publish rawPayload unless it exists
+
+  * [HELIX-216] - Allow HelixAdmin addResource to accept the old rebalancing types
+
+  * [HELIX-221] - Can't find default error->dropped transition method using name convention
+
+  * [HELIX-257] - Upgrade Restlet to 2.1.4 - due security flaw
+
+  * [HELIX-258] - Upgrade Apache Camel due to CVE-2013-4330
+
+  * [HELIX-264] - fix zkclient#close() bug
+
+  * [HELIX-279] - Apply gc handling fixes to main ZKHelixManager class
+
+  * [HELIX-280] - Full auto rebalancer should check for resource tag first
+
+  * [HELIX-288] - helix-core uses an old version of guava
+
+  * [HELIX-299] - Some files in 0.6.2 are missing license headers
+
+** Improvement
+
+  * [HELIX-20] - AUTO-REBALANCE helix controller should re-assign disabled partitions on a node to other available nodes
+
+  * [HELIX-70] - Make Helix OSGi ready
+
+  * [HELIX-149] - Allow clients to pass in preferred placement strategies
+
+  * [HELIX-198] - Unify helix code style
+
+  * [HELIX-218] - Add a reviewboard submission script
+
+  * [HELIX-284] - Support participant auto join in YAML cluster setup
+
+** New Feature
+
+  * [HELIX-215] - Allow setting up the cluster with a YAML file
+
+** Task
+
+  * [HELIX-95] - Tracker for 0.6.2 release
+
+  * [HELIX-154] - Auto rebalance algorithm should not depend on state
+
+  * [HELIX-166] - Rename modes to auto, semi-auto, and custom
+
+  * [HELIX-173] - Move rebalancing strategies to separate classes that implement the Rebalancer interface
+
+  * [HELIX-188] - Add admin command line / REST API documentations
+
+  * [HELIX-194] - ZNRecord has too many constructors
+
+  * [HELIX-205] - Have user-defined rebalancers use RebalanceMode.USER_DEFINED
+
+  * [HELIX-210] - Add support to set data with expect version in BaseDataAccessor
+
+  * [HELIX-217] - Remove mock service module
+
+  * [HELIX-273] - Rebalancer interface should remain unchanged in 0.6.2
+
+  * [HELIX-274] - Verify FULL_AUTO tagged node behavior
+
+  * [HELIX-285] - add integration test util's
+
+  []
+
+  Cheers,
+  --
+  The Apache Helix Team

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/439125ae/website/src/site/apt/releasenotes/release-0.7.0-incubating.apt
----------------------------------------------------------------------
diff --git a/website/src/site/apt/releasenotes/release-0.7.0-incubating.apt b/website/src/site/apt/releasenotes/release-0.7.0-incubating.apt
new file mode 100644
index 0000000..7661df0
--- /dev/null
+++ b/website/src/site/apt/releasenotes/release-0.7.0-incubating.apt
@@ -0,0 +1,174 @@
+ -----
+ Release Notes for Apache Helix 0.7.0-incubating
+ -----
+
+~~ Licensed to the Apache Software Foundation (ASF) under one                      
+~~ or more contributor license agreements.  See the NOTICE file                    
+~~ distributed with this work for additional information                           
+~~ regarding copyright ownership.  The ASF licenses this file                      
+~~ to you under the Apache License, Version 2.0 (the                               
+~~ "License"); you may not use this file except in compliance                      
+~~ with the License.  You may obtain a copy of the License at                      
+~~                                                                                 
+~~   http://www.apache.org/licenses/LICENSE-2.0                                    
+~~                                                                                 
+~~ Unless required by applicable law or agreed to in writing,                      
+~~ software distributed under the License is distributed on an                     
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY                          
+~~ KIND, either express or implied.  See the License for the                       
+~~ specific language governing permissions and limitations                         
+~~ under the License.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
+Release Notes for Apache Helix 0.7.0-incubating
+
+  The Apache Helix team would like to announce the release of Apache Helix 0.7.0-incubating
+
+  This is the fourth release and second major release under the Apache umbrella.
+
+  Helix is a generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes. Helix provides the following features:
+
+  * Automatic assignment of resource/partition to nodes
+
+  * Node failure detection and recovery
+
+  * Dynamic addition of Resources
+
+  * Dynamic addition of nodes to the cluster
+
+  * Pluggable distributed state machine to manage the state of a resource via state transitions
+
+  * Automatic load balancing and throttling of transitions
+
+  * Configurable, pluggable rebalancing
+
+  []
+
+* Changes
+
+** Sub-task
+
+    * [HELIX-18] - Unify cluster setup and helixadmin
+
+    * [HELIX-79] - consecutive GC may mess up helix session ids
+
+    * [HELIX-83] - Add typed classes to denote helix ids
+
+    * [HELIX-90] - Clean up Api's
+
+    * [HELIX-98] - clean up setting constraint api
+
+    * [HELIX-100] - Improve the helix config api
+
+    * [HELIX-102] - Add new wrapper classes for Participant, Controller, Spectator, Administrator
+
+    * [HELIX-104] - Add support to reuse zkclient
+
+    * [HELIX-123] - ZkHelixManager.isLeader() should check session id in addition to instance name
+
+    * [HELIX-139] - Need to double check the logic to prevent 2 controllers to control the same cluster
+
+    * [HELIX-168] - separate HelixManager implementation for participant, controller, and distributed controller
+
+    * [HELIX-176] - Need a list of tests that must pass to certify a release
+
+    * [HELIX-224] - Move helix examples to separate module
+
+    * [HELIX-233] - Ensure that website and wiki fully capture the updated changes in 0.7.0
+
+    * [HELIX-234] - Create concrete id classes for constructs, replacing strings
+
+    * [HELIX-235] - Create a hierarchical logical model for the cluster
+
+    * [HELIX-236] - Create a hierarchical cluster snapshot to replace ClusterDataCache
+
+    * [HELIX-237] - Create helix-internal config classes for the hierarchical model
+
+    * [HELIX-238] - Create accessors for the logical model
+
+    * [HELIX-239] - List use cases for the logical model
+
+    * [HELIX-240] - Write an example of the key use cases for the logical model
+
+    * [HELIX-241] - Write the controller pipeline with the logical model
+
+    * [HELIX-242] - Re-integrate the scheduler rebalancing into the new controller pipeline
+
+    * [HELIX-243] - Fix failing tests related to helix model overhaul
+
+    * [HELIX-244] - Redesign rebalancers using rebalancer-specific configs
+
+    * [HELIX-246] - Refactor scheduler task config to comply with new rebalancer config and fix related scheduler task tests
+
+    * [HELIX-248] - Resource logical model should be general enough to handle various resource types
+
+    * [HELIX-268] - Atomic API
+
+    * [HELIX-297] - Make 0.7.0 backward compatible for user-defined rebalancing
+
+
+** Bug
+
+    * [HELIX-40] - fix zkclient subscribe path leaking and zk callback-handler leaking in case of session expiry
+
+    * [HELIX-46] - Add REST/cli admin command for message selection constraints
+
+    * [HELIX-47] - when drop resource, remove resource-level config also
+
+    * [HELIX-48] - use resource instead of db in output messages
+
+    * [HELIX-50] - Ensure num replicas and preference list size in idealstate matches
+
+    * [HELIX-59] - controller not cleaning dead external view generated from old sessions
+
+    * [HELIX-136] - Write IdealState back to ZK when computed by custom Rebalancer
+
+    * [HELIX-200] - helix controller send ERROR->DROPPED transition infinitely
+
+    * [HELIX-214] - User-defined rebalancer should never use SEMI_AUTO code paths
+
+    * [HELIX-225] - fix helix-example package build error
+
+    * [HELIX-271] - ZkHelixAdmin#addResource() backward compatible problem
+
+    * [HELIX-292] - ZNRecordStreamingSerializer should not assume id comes first
+
+    * [HELIX-296] - HelixConnection in 0.7.0 does not remove LiveInstance znode
+
+    * [HELIX-300] - Some files in 0.7.0 are missing license headers
+
+    * [HELIX-302] - fix helix version compare bug
+
+** Improvement
+
+    * [HELIX-37] - Cleanup CallbackHandler
+
+    * [HELIX-202] - Ideal state should be a full mapping, not just a set of instance preferences
+
+** Task
+
+    * [HELIX-109] - Review Helix model package
+
+    * [HELIX-174] - Clean up ideal state calculators, move them to the controller rebalancer package
+
+    * [HELIX-212] - Rebalancer interface should have 1 function to compute the entire ideal state
+
+    * [HELIX-232] - Validation of 0.7.0
+
+    * [HELIX-290] - Ensure 0.7.0 can respond correctly to ideal state changes
+
+    * [HELIX-295] - Upgrade or remove xstream dependency
+
+    * [HELIX-301] - Update integration test utils for 0.7.0
+
+** Test
+
+    * [HELIX-286] - add a test for redefine state model definition
+
+  []
+
+  Cheers,
+  --
+  The Apache Helix Team

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/439125ae/website/src/site/apt/releasing.apt
----------------------------------------------------------------------
diff --git a/website/src/site/apt/releasing.apt b/website/src/site/apt/releasing.apt
new file mode 100644
index 0000000..72cea5a
--- /dev/null
+++ b/website/src/site/apt/releasing.apt
@@ -0,0 +1,284 @@
+ -----
+ Helix Release Process
+ -----
+ -----
+ 2012-12-15
+ -----
+
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements.  See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership.  The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License.  You may obtain a copy of the License at
+~~
+~~   http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied.  See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
+Helix Release Process
+
+ [[1]] Post to dev@helix.incubator.apache.org a few days before you plan to do a Helix release
+
+ [[2]] Your Maven settings must contain this entry to be able to deploy.
+
+ ~/.m2/settings.xml
+
++-------------
+<server>
+  <id>apache.releases.https</id>
+  <username>[USERNAME]</username>
+  <password>[PASSWORD]</password>
+</server>
++-------------
+
+ [[3]] Apache DAV passwords
+
++-------------
+ Add the following info into your ~/.netrc
+ machine git-wip-us.apache.org login <apache username> <password>
+
++-------------
+ [[4]] Release Helix
+
+    You should have a GPG agent running in the session you will run the maven release commands (preferred), and confirm it works by running "gpg -ab" (type some text and press Ctrl-D).
+    If you do not have a GPG agent running, make sure that you have the "apache-release" profile set in your settings.xml as shown below.
+
+
+  GPG configuration in maven settings xml:
+
++-------------
+<profile>
+  <id>apache-release</id>
+  <properties>
+    <gpg.passphrase>[GPG_PASSWORD]</gpg.passphrase>
+  </properties>
+</profile>
++-------------
+
+   Run the release
+
++-------------
+mvn release:prepare
+mvn release:perform
++-------------
+
+ [[5]] Go to https://repository.apache.org and close your staged repository. Log in, click on Staging Repositories, check your repository, and click Close. Note the repository url (format https://repository.apache.org/content/repositories/orgapachehelix-[NNN]/org/apache/helix/helix/[VERSION]-incubating/)
+
+ [[6]] Stage the release (stagingRepoUrl format https://repository.apache.org/content/repositories/orgapachehelix-[NNN]/org/apache/helix/helix/[VERSION]-incubating/)
+
++-------------
+svn co https://dist.apache.org/repos/dist/dev/incubator/helix helix-dev-release
+cd helix-dev-release
+sh ./release-script-svn.sh version stagingRepoUrl
+svn add <new directory created with new version as name>
+gpg -k email@domain.com >> KEYS
+gpg --armor --export email@domain.com >> KEYS
+svn ci
++-------------
+
+ [[7]] Validate the release
+
++-------------
+  * Download sources, extract, build and run tests - mvn clean package
+  * Verify license headers - mvn -Prat -DskipTests
+  * Download binaries and .asc files
+  * Download release manager's public key - From the KEYS file, get the release manager's public key finger print and run  gpg --keyserver pgpkeys.mit.edu --recv-key <key>
+  * Validate authenticity of key - run  gpg --fingerprint <key>
+  * Check signatures of all the binaries using gpg <binary>
++-------------
+
+ [[8]] Call for a vote in the dev list and wait for 72 hours for the vote results.
+
++-------------
+Subject: [VOTE] Apache Helix [VERSION]-incubating Release
+To: dev@helix.incubator.apache.org
+---------------------------------------------------------
+Hi, I'd like to release Apache Helix [VERSION]-incubating.
+
+Release notes: http://helix.incubator.apache.org/releasenotes/release-[VERSION]-incubating.html
+
+Maven staged release repository: https://repository.apache.org/content/repositories/orgapachehelix-[NNN]/
+
+Distribution:
+* binaries: https://dist.apache.org/repos/dist/dev/incubator/helix/[VERSION]-incubating/binaries/
+* sources: https://dist.apache.org/repos/dist/dev/incubator/helix/[VERSION]-incubating/src/
+
+KEYS file available here: https://dist.apache.org/repos/dist/release/incubator/helix/KEYS
+
+Vote open for 72H
+
+[+1]
+[0]
+[-1]
++-------------
+
+ [[9]] If there are no objections, send the following email. Otherwise, repeat the previous step.
+
++-------------
+Subject: [RESULT][VOTE] Apache Helix [VERSION]-incubating Release
+To: dev@helix.incubator.apache.org
+-----------------------------------------------------------------
+Thanks for voting on the 0.6.2-incubating release. It has now exceeded 72 hours so I am closing the vote.
+
+Binding +1s:
+ [Names of IPMC members (i.e. mentors) who +1'd this release]
+
+Nonbinding +1s:
+ [All other +1s]
+
+Binding 0s:
+ [Names of IPMC members (i.e. mentors) who 0'd this release]
+
+Nonbinding 0s:
+ [All other 0s]
+
+Binding -1s:
+ [Names of IPMC members (i.e. mentors) who -1'd this release]
+
+Nonbinding -1s:
+ [All other -1s]
+
+I will now start a vote on the general incubator list, as that is the next step in the release approval process.
++-------------
+
+ [[10]] Open a vote on the general incubator mailing list. A total of 3 IPMC +1s are required for the release to be approved. This total can include the IPMC members who voted +1 in the previous vote.
+
++-------------
+Subject: [VOTE] Apache Helix [VERSION]-incubating Release
+To: general@incubator.apache.org
+---------------------------------------------------------
+Hi,
+
+This is to call for a vote on releasing the following candidate as Apache
+Helix [VERSION]-incubating. This is the first release candidate of our third
+release at Apache.
+
+Apache Helix is a generic cluster management framework that makes it easy
+to build partitioned and replicated, fault tolerant and scalable
+distributed systems.
+
+Release notes:
+http://helix.incubator.apache.org/[VERSION]-incubating-docs/releasenotes/release-[VERSION]-incubating.html
+
+Our vote thread on helix-dev:
+http://markmail.org/message/[MESSAGE ID]
+
+The following IPMC members have voted +1
+[IPMC members who voted +1 in the previous voting round]
+
+Release artifacts:
+https://repository.apache.org/content/repositories/orgapachehelix-[NNN]
+
+Distribution:
+* binaries:
+https://dist.apache.org/repos/dist/dev/incubator/helix/[VERSION]-incubating/binaries/
+* sources:
+https://dist.apache.org/repos/dist/dev/incubator/helix/[VERSION]-incubating/src/
+
+The 0.6.2-incubating release tag
+https://git-wip-us.apache.org/repos/asf?p=incubator-helix.git;a=tag;h=[TAG HASH]
+
+KEYS file available here:
+https://dist.apache.org/repos/dist/dev/incubator/helix/KEYS
+
+Please vote on the release. The vote will be open for 72 hours.
+
+[+1]
+[0]
+[-1]
+
+Thanks,
+The Apache Helix Team
++-------------
+
+ [[11]] After 72 hours, if the sum of IPMC members who have voted +1 in the two rounds of voting is at least 3, close the vote with the following email.
+
++-------------
+Subject: [RESULT][VOTE] Apache Helix [VERSION]-incubating Release
+To: general@incubator.apache.org
+-----------------------------------------------------------------
+Hi:
+
+Closing the vote since it has passed 72 hours.
+
+Here is the result:
+
++1: [NNN] (binding)
+[IPMC members who voted +1]
+
+0: [NNN] (binding)
+[IPMC members who voted 0]
+
+-1: [NNN] (binding)
+[IPMC members who voted -1]
+
+The vote has passed, thanks a lot to everyone for voting, Thanks to the
+mentors for all the support!
+
+Cheers,
+The Helix Team
++-------------
+
+ [[12]] Move the keys, sources, and binaries from the dev tree to the release tree:
+
++-------------
+svn rm https://dist.apache.org/repos/dist/release/incubator/helix/KEYS
+svn mv https://dist.apache.org/repos/dist/dev/incubator/helix/[VERSION]-incubating https://dist.apache.org/repos/dist/release/incubator/helix
+svn mv https://dist.apache.org/repos/dist/dev/incubator/helix/KEYS https://dist.apache.org/repos/dist/release/incubator/helix
++-------------
+
+ [[13]] Go to https://repository.apache.org and release your staged repository. Log in, click on Staging Repositories, check your repository, and click Release.
+
+ [[14]] Prepare release notes. Add a page in src/site/apt/releasenotes/ and [VERSION]-incubating/apt/releasenotes and change the value of \<currentRelease\> in parent pom.
+
+
+ [[15]] Send out an announcement of the release to Helix developers and users:
+
++-------------
+Subject: [ANNOUNCE] Apache Helix [VERSION]-incubating Release
+To: dev@helix.incubator.apache.org; user@helix.incubator.apache.org
+-------------------------------------------------------------------
+The Apache Helix Team is pleased to announce the [NTH] release,
+[VERSION]-incubating, of the Apache Helix project.
+
+Apache Helix is a generic cluster management framework that makes it easy
+to build partitioned, fault tolerant, and scalable distributed systems.
+
+The full release notes are available here:
+http://helix.incubator.apache.org/releasenotes/release-[VERSION]-incubating.html
+
+You can declare a maven dependency to use it:
+
+<dependency>
+  <groupId>org.apache.helix</groupId>
+  <artifactId>helix-core</artifactId>
+  <version>[VERSION]-incubating</version>
+</dependency>
+
+Or download the release sources:
+http://helix.incubator.apache.org/[VERSION]-incubating-docs/download.cgi
+
+Additional info
+
+Website: http://helix.incubator.apache.org/
+Helix mailing lists: http://helix.incubator.apache.org/mail-lists.html
+
+We hope you will enjoy using the latest release of Apache Helix!
+
+Cheers,
+Apache Helix Team
++-------------
+
+ [[16]] Celebrate!
+
+

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/439125ae/website/src/site/markdown/Architecture.md
----------------------------------------------------------------------
diff --git a/website/src/site/markdown/Architecture.md b/website/src/site/markdown/Architecture.md
new file mode 100644
index 0000000..1d724ad
--- /dev/null
+++ b/website/src/site/markdown/Architecture.md
@@ -0,0 +1,249 @@
+<!---
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<head>
+  <title>Architecture</title>
+</head>
+
+## Architecture
+
+Helix aims to provide the following abilities to a distributed system:
+
+* Automatic management of a cluster hosting partitioned, replicated resources
+* Soft and hard failure detection and handling
+* Automatic load balancing via smart placement of resources on servers (nodes) based on server capacity and resource profile (size of partitions, access patterns, etc)
+* Centralized config management and self discovery, eliminating the need to modify config on each node
+* Fault tolerance and optimized rebalancing during cluster expansion
+* Management of the entire operational lifecycle of a node. Add, start, stop, enable, and disable without downtime
+* Monitoring of cluster health and alerting on SLA violations
+* A service discovery mechanism to route requests
+
+To build such a system, we need a mechanism to coordinate between different nodes and other components in the system. This mechanism can be achieved with software that reacts to any change in the cluster and comes up with a set of tasks needed to bring the cluster to a stable state. The set of tasks will be assigned to one or more nodes in the cluster. Helix serves this purpose of managing the various components in the cluster.
+
+![Helix Design](images/system.png)
+
+## Distributed System Components
+
+In general any distributed system cluster will have the following components and properties:
+
+* A set of nodes also referred to as __instances__
+* A set of __resources__ which can be databases, lucene indexes or tasks
+* Subdivisions of each resource into one or more __partitions__
+* Copies of each resource called __replicas__
+* The __state__ of each replica, e.g. Master, Slave, Leader, Standby, Online, Offline, etc.
+
+## Roles
+
+![Helix Design](images/HELIX-components.png)
+
+Not all nodes in a distributed system will perform similar functionalities. For example, a few nodes might be serving requests and a few nodes might be sending requests, and some other nodes might be controlling the nodes in the cluster. Thus, Helix categorizes nodes by their specific roles in the system.
+
+Helix divides nodes into 3 logical components based on their responsibilities:
+
+1. __Participant__: The nodes that actually host the distributed resources
+2. __Spectator__: The nodes that simply observe the current state of each Participant and routes requests accordingly. Routers, for example, need to know the instance on which a partition is hosted and its state in order to route the request to the appropriate endpoint
+3. __Controller__: The node that observes and controls the Participant nodes. It is responsible for coordinating all transitions in the cluster and ensuring that state constraints are satisfied while maintaining cluster stability
+
+These are simply logical components and can be deployed according to system requirements. For example, the Controller:
+
+1. can be deployed as a separate service
+2. can be deployed along with a Participant but only one Controller will be active at any given time.
+
+Both have pros and cons, which will be discussed later and one can chose the mode of deployment as per system needs.
+
+## Cluster State Metadata Store
+
+We need a distributed store to maintain the state of the cluster and a notification system to notify if there is any change in the cluster state. Helix uses [Apache ZooKeeper](http://zookeeper.apache.org) to achieve this functionality.
+
+Zookeeper provides:
+
+* A way to represent PERSISTENT state which remains until its deleted
+* A way to represent TRANSIENT/EPHEMERAL state which vanishes when the process that created the state dies
+* A notification mechanism when there is a change in PERSISTENT and EPHEMERAL state
+
+The namespace provided by ZooKeeper is much like that of a standard file system. A name is a sequence of path elements separated by a slash (/). Every node (ZNode) in ZooKeeper\'s namespace is identified by a path.
+
+More info on Zookeeper can be found at [http://zookeeper.apache.org](http://zookeeper.apache.org)
+
+## State Machine and Constraints
+
+Even though the concepts of Resources, Partitions, and Replicas are common to most distributed systems, one thing that differentiates one distributed system from another is the way each partition is assigned a state and the constraints on each state.
+
+For example:
+
+1. If a system is serving read-only data then all of a partition\'s replicas are equivalent and they can either be ONLINE or OFFLINE.
+2. If a system takes _both_ reads and writes but must ensure that writes go through only one partition, the states will be MASTER, SLAVE, and OFFLINE. Writes go through the MASTER and replicate to the SLAVEs. Optionally, reads can go through SLAVEs.
+
+Apart from defining the state for each partition, the transition path between states can be application specific. For example, in order to become MASTER it might be a requirement to first become a SLAVE. This ensures that if the SLAVE does not have the data as part of OFFLINE-SLAVE transition it can bootstrap data from other nodes in the system.
+
+Helix provides a way to configure an application-specific state machine along with constraints on each state. Along with constraints on STATE, Helix also provides a way to specify constraints on transitions.  (More on this later.)
+
+```
+          OFFLINE  | SLAVE  |  MASTER
+         _____________________________
+        |          |        |         |
+OFFLINE |   N/A    | SLAVE  | SLAVE   |
+        |__________|________|_________|
+        |          |        |         |
+SLAVE   |  OFFLINE |   N/A  | MASTER  |
+        |__________|________|_________|
+        |          |        |         |
+MASTER  | SLAVE    | SLAVE  |   N/A   |
+        |__________|________|_________|
+
+```
+
+![Helix Design](images/statemachine.png)
+
+## Concepts
+
+The following terminologies are used in Helix to model resources following a state machine.
+
+* __IdealState__: The state in which we need the cluster to be in if all nodes are up and running. In other words, all state constraints are satisfied.
+* __CurrentState__: The actual current state of each node in the cluster
+* __ExternalView__: The combined view of the CurrentState of all nodes.
+
+The goal of Helix is always to make the CurrentState (and by extension, the ExternalView) of the system same as the IdealState. Some scenarios where this may not be true are:
+
+* Some or all nodes are down
+* One or more nodes fail
+* New nodes are added and the partitions need to be reassigned
+
+### IdealState
+
+Helix lets the application define the IdealState for each resource. It consists of:
+
+* A list of partitions, e.g. 64
+* Number of replicas for each partition, e.g. 3
+* The assigned node and state for each replica
+
+Example:
+
+* Partition-1, replica-1: Master, Node-1
+* Partition-1, replica-2: Slave, Node-2
+* Partition-1, replica-3: Slave, Node-3
+* .....
+* .....
+* Partition-p, replica-r: Slave, Node-n
+
+Helix comes with various algorithms to automatically assign the partitions to nodes. The default algorithm minimizes the number of shuffles that happen when new nodes are added to the system.
+
+### CurrentState
+
+Every participant in the cluster hosts one or more partitions of a resource. Each of the partitions has a state associated with it.
+
+Example Node-1
+
+* Partition-1, Master
+* Partition-2, Slave
+* ....
+* ....
+* Partition-p, Slave
+
+### ExternalView
+
+External clients needs to know the state of each partition in the cluster and the Node hosting that partition. Helix provides one view of the system to Spectators as the ExternalView. The ExternalView is simply an aggregate of all node CurrentStates.
+
+* Partition-1, replica-1, Master, Node-1
+* Partition-1, replica-2, Slave, Node-2
+* Partition-1, replica-3, Slave, Node-3
+* .....
+* .....
+* Partition-p, replica-3, Slave, Node-n
+
+## Process Workflow
+
+Mode of operation in a cluster
+
+A node process can be one of the following:
+
+* Participant: The process registers itself in the cluster and acts on the messages received in its queue and updates the current state.  Example: a storage node in a distributed database
+* Spectator: The process is simply interested in the changes in the ExternalView.
+* Controller: This process actively controls the cluster by reacting to changes in cluster state and sending state transition messages to Participants.
+
+### Participant Node Process
+
+* When the Participant starts up, it registers itself under __LiveInstances__
+* After registering, it waits for new __messages__ in the message queue
+* When it receives a message, it will perform the required task as indicated in the message
+* After the task is completed, depending on the task outcome it updates the CurrentState
+
+### Controller Process
+
+* Watches IdealState
+* Notified when a Participant goes down, comes up, is added, or is removed. Watches the ephemeral LiveInstance ZNode and the CurrentState of each Participant in the cluster
+* Triggers appropriate state transitions by sending messages to Participants
+
+### Spectator Process
+
+* When the process starts, it asks the Helix agent to be notified of changes in ExternalView
+* Whenever it receives a notification, it reads the ExternalView and performs required duties
+
+### Interaction between the Controller, Participant and Spectator
+
+The following picture shows how Controllers, Participants and Spectators interact with each other.
+
+![Helix Architecture](images/helix-architecture.png)
+
+## Core Controller Algorithm
+
+* Get the IdealState and the CurrentState of active storage nodes from ZooKeeper
+* Compute the delta between IdealState and CurrentState for each partition replica across all Participant nodes
+* For each partition compute tasks based on the State Machine Table. It\'s possible to configure priority on the state Transition. For example, in case of MasterSlave:
+    * Attempt mastership transfer if possible without violating constraints
+    * Partition addition
+    * Partition drop
+* Add the transition tasks in parallel if possible to the respective queue for each storage node (if the tasks added are mutually independent)
+* If a transition task is dependent on another task being completed, do not add that task
+* After any task is completed by a Participant, Controllers gets notified of the change and the algorithm is re-run until the CurrentState matches the IdealState.
+
+## Helix ZNode Layout
+
+Helix organizes ZNodes under the cluster name in multiple levels.
+
+The top level (under the cluster name) ZNodes are all Helix-defined and in upper case:
+
+* PROPERTYSTORE: application property store
+* STATEMODELDEFES: state model definitions
+* INSTANCES: instance runtime information including current state and messages
+* CONFIGS: configurations
+* IDEALSTATES: ideal states
+* EXTERNALVIEW: external views
+* LIVEINSTANCES: live instances
+* CONTROLLER: cluster controller runtime information
+
+Under INSTANCES, there are runtime ZNodes for each instance. An instance organizes ZNodes as follows:
+
+* CURRENTSTATES
+    * sessionId
+    * resourceName
+* ERRORS
+* STATUSUPDATES
+* MESSAGES
+* HEALTHREPORT
+
+Under CONFIGS, there are different scopes of configurations:
+
+* RESOURCE: contains resource scope configurations
+* CLUSTER: contains cluster scope configurations
+* PARTICIPANT: contains participant scope configurations
+
+The following image shows an example of the Helix ZNode layout for a cluster named "test-cluster":
+
+![Helix znode layout](images/helix-znode-layout.png)

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/439125ae/website/src/site/markdown/ClientLibraries.md
----------------------------------------------------------------------
diff --git a/website/src/site/markdown/ClientLibraries.md b/website/src/site/markdown/ClientLibraries.md
new file mode 100644
index 0000000..bcde42c
--- /dev/null
+++ b/website/src/site/markdown/ClientLibraries.md
@@ -0,0 +1,36 @@
+<!---
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<head>
+  <title>Client Libraries</title>
+</head>
+
+Client Libraries
+----------------------------
+
+The following client libraries, in addition to the Helix Agent Java interface, are
+available for Helix:
+
+### Clojure
+
+* `clj-helix` - https://github.com/Factual/clj-helix
+
+### Python
+
+* `pyhelix` - https://github.com/kanakb/pyhelix

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/439125ae/website/src/site/markdown/Concepts.md
----------------------------------------------------------------------
diff --git a/website/src/site/markdown/Concepts.md b/website/src/site/markdown/Concepts.md
new file mode 100644
index 0000000..401d472
--- /dev/null
+++ b/website/src/site/markdown/Concepts.md
@@ -0,0 +1,283 @@
+<!---
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<head>
+  <title>Concepts</title>
+</head>
+
+Concepts
+----------------------------
+
+Helix is based on the idea that a given task has the following attributes associated with it:
+
+* __Location__, e.g. it is available on Node N1
+* __State__, e.g. it is running, stopped etc.
+
+In Helix terminology, a task is referred to as a __resource__.
+
+### Ideal State
+
+An __IdealState__ allows one to map tasks to location and state. A standard way of expressing this in Helix is as follows:
+
+```
+"TASK_NAME" : {
+  "LOCATION" : "STATE"
+}
+```
+
+Consider a simple case where you want to launch a resource \"myTask\" on node \"N1\". The IdealState for this can be expressed as follows:
+
+```
+{
+  "id" : "MyTask",
+  "mapFields" : {
+    "myTask" : {
+      "N1" : "ONLINE",
+    }
+  }
+}
+```
+
+### Partition
+
+If this task get too big to fit on one box, you might want to divide it into subtasks. Each subtask is referred to as a __partition__ in Helix. Let\'s say you want to divide the task into 3 subtasks/partitions, the IdealState can be changed as shown below.
+
+\"myTask_0\", \"myTask_1\", \"myTask_2\" are logical names representing the partitions of myTask. Each tasks runs on N1, N2 and N3 respectively.
+
+```
+{
+  "id" : "myTask",
+  "simpleFields" : {
+    "NUM_PARTITIONS" : "3",
+  }
+ "mapFields" : {
+    "myTask_0" : {
+      "N1" : "ONLINE",
+    },
+    "myTask_1" : {
+      "N2" : "ONLINE",
+    },
+    "myTask_2" : {
+      "N3" : "ONLINE",
+    }
+  }
+}
+```
+
+### Replica
+
+Partitioning allows one to split the data/task into multiple subparts. But let\'s say the request rate for each partition increases. The common solution is to have multiple copies for each partition. Helix refers to the copy of a partition as a __replica__.  Adding a replica also increases the availability of the system during failures. One can see this methodology employed often in search systems. The index is divided into shards, and each shard has multiple copies.
+
+Let\'s say you want to add one additional replica for each task. The IdealState can simply be changed as shown below.
+
+For increasing the availability of the system, it\'s better to place the replica of a given partition on different nodes.
+
+```
+{
+  "id" : "myIndex",
+  "simpleFields" : {
+    "NUM_PARTITIONS" : "3",
+    "REPLICAS" : "2",
+  },
+ "mapFields" : {
+    "myIndex_0" : {
+      "N1" : "ONLINE",
+      "N2" : "ONLINE"
+    },
+    "myIndex_1" : {
+      "N2" : "ONLINE",
+      "N3" : "ONLINE"
+    },
+    "myIndex_2" : {
+      "N3" : "ONLINE",
+      "N1" : "ONLINE"
+    }
+  }
+}
+```
+
+### State
+
+Now let\'s take a slightly more complicated scenario where a task represents a database.  Unlike an index which is in general read-only, a database supports both reads and writes. Keeping the data consistent among the replicas is crucial in distributed data stores. One commonly applied technique is to assign one replica as the MASTER and remaining replicas as SLAVEs. All writes go to the MASTER and are then replicated to the SLAVE replicas.
+
+Helix allows one to assign different __states__ to each replica. Let\'s say you have two MySQL instances N1 and N2, where one will serve as MASTER and another as SLAVE. The IdealState can be changed to:
+
+```
+{
+  "id" : "myDB",
+  "simpleFields" : {
+    "NUM_PARTITIONS" : "1",
+    "REPLICAS" : "2",
+  },
+  "mapFields" : {
+    "myDB" : {
+      "N1" : "MASTER",
+      "N2" : "SLAVE",
+    }
+  }
+}
+```
+
+
+### State Machine and Transitions
+
+The IdealState allows one to exactly specify the desired state of the cluster. Given an IdealState, Helix takes up the responsibility of ensuring that the cluster reaches the IdealState.  The Helix __controller__ reads the IdealState and then commands each Participant to take appropriate actions to move from one state to another until it matches the IdealState.  These actions are referred to as __transitions__ in Helix.
+
+The next logical question is: how does the controller compute the transitions required to get to IdealState?  This is where the __finite state machine__ concept comes in. Helix allows applications to plug in a finite state machine.  A state machine consists of the following:
+
+* __State__: Describes the role of a replica
+* __Transition__: An action that allows a replica to move from one state to another, thus changing its role.
+
+Here is an example of MasterSlave state machine:
+
+```
+          OFFLINE  | SLAVE  |  MASTER
+         _____________________________
+        |          |        |         |
+OFFLINE |   N/A    | SLAVE  | SLAVE   |
+        |__________|________|_________|
+        |          |        |         |
+SLAVE   |  OFFLINE |   N/A  | MASTER  |
+        |__________|________|_________|
+        |          |        |         |
+MASTER  | SLAVE    | SLAVE  |   N/A   |
+        |__________|________|_________|
+
+```
+
+Helix allows each resource to be associated with one state machine. This means you can have one resource as an index and another as a database in the same cluster. One can associate each resource with a state machine as follows:
+
+```
+{
+  "id" : "myDB",
+  "simpleFields" : {
+    "NUM_PARTITIONS" : "1",
+    "REPLICAS" : "2",
+    "STATE_MODEL_DEF_REF" : "MasterSlave",
+  },
+  "mapFields" : {
+    "myDB" : {
+      "N1" : "MASTER",
+      "N2" : "SLAVE",
+    }
+  }
+}
+
+```
+
+### Current State
+
+The __CurrentState__ of a resource simply represents its actual state at a participating node, a __participant__. In the below example:
+
+* INSTANCE_NAME: Unique name representing the process
+* SESSION_ID: ID that is automatically assigned every time a process joins the cluster
+
+```
+{
+  "id":"MyResource"
+  ,"simpleFields":{
+    ,"SESSION_ID":"13d0e34675e0002"
+    ,"INSTANCE_NAME":"node1"
+    ,"STATE_MODEL_DEF":"MasterSlave"
+  }
+  ,"mapFields":{
+    "MyResource_0":{
+      "CURRENT_STATE":"SLAVE"
+    }
+    ,"MyResource_1":{
+      "CURRENT_STATE":"MASTER"
+    }
+    ,"MyResource_2":{
+      "CURRENT_STATE":"MASTER"
+    }
+  }
+}
+```
+
+Each node in the cluster has its own CurrentState.
+
+### External View
+
+In order to communicate with the participants, external clients need to know the current state of each of the participants. The external clients are referred to as __spectators__. In order to make the life of spectator simple, Helix provides an ExternalView that is an aggregated view of the current state across all nodes. The ExternalView has a similar format as IdealState.
+
+```
+{
+  "id":"MyResource",
+  "mapFields":{
+    "MyResource_0":{
+      "N1":"SLAVE",
+      "N2":"MASTER",
+      "N3":"OFFLINE"
+    },
+    "MyResource_1":{
+      "N1":"MASTER",
+      "N2":"SLAVE",
+      "N3":"ERROR"
+    },
+    "MyResource_2":{
+      "N1":"MASTER",
+      "N2":"SLAVE",
+      "N3":"SLAVE"
+    }
+  }
+}
+```
+
+### Rebalancer
+
+The core component of Helix is the Controller which runs the Rebalancer algorithm on every cluster event. Cluster events can be one of the following:
+
+* Nodes start and/or stop
+* Nodes experience soft and/or hard failures
+* New nodes are added/removed
+* Ideal state changes
+
+There are few more examples such as configuration changes, etc.  The key takeaway: there are many ways to trigger the rebalancer.
+
+When a rebalancer is run it simply does the following:
+
+* Compares the ideal state and current state
+* Computes the transitions required to reach the ideal state
+* Issues the transitions to each participant
+
+The above steps happen for every change in the system. Once the current state matches the IdealState, the system is considered stable which implies \'IdealState = CurrentState = ExternalView\'
+
+### Dynamic IdealState
+
+One of the things that makes Helix powerful is that IdealState can be changed dynamically. This means one can listen to cluster events like node failures and dynamically change the ideal state. Helix will then take care of triggering the respective transitions in the system.
+
+Helix allows various granularities of control for adjusting the ideal state. Whenever a cluster event occurs, Helix can operate in one of three modes:
+
+* __FULL\_AUTO__: Helix will automatically determine the location and state of each replica based on constraints
+* __SEMI\_AUTO__: Helix will take in a \"preference list\" representing the location each replica can live at, and automatically determine the state based on constraints
+* __CUSTOMIZED__: Helix will take in a map of location to state and fire transitions to get the external view to match
+
+Helix comes with a few algorithms to automatically compute the IdealState based on the constraints. For example, if you have a resource of 3 partitions and 2 replicas, Helix can automatically compute the IdealState based on the nodes that are currently active. See the [tutorial](./0.6.2-incubating-docs/tutorial_rebalance.html) to find out more about various execution modes of Helix like FULL_AUTO, SEMI_AUTO and CUSTOMIZED.
+
+
+
+
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/439125ae/website/src/site/markdown/IRC.md
----------------------------------------------------------------------
diff --git a/website/src/site/markdown/IRC.md b/website/src/site/markdown/IRC.md
new file mode 100644
index 0000000..6dd450f
--- /dev/null
+++ b/website/src/site/markdown/IRC.md
@@ -0,0 +1,33 @@
+<!---
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<head>
+  <title>IRC</title>
+</head>
+
+IRC
+---
+
+We\'re often available on the ```#apachehelix``` channel on the ```chat.freenode.net``` server. You can use your favorite IRC client or the web client below to connect.
+
+### Web IRC Client
+
+To connect to our channel, just enter a username below.
+
+<iframe src="http://webchat.freenode.net/?channels=apachehelix" style="width: 100%; height: 500px; border: none;" />

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/439125ae/website/src/site/markdown/Publications.md
----------------------------------------------------------------------
diff --git a/website/src/site/markdown/Publications.md b/website/src/site/markdown/Publications.md
new file mode 100644
index 0000000..e2f36b1
--- /dev/null
+++ b/website/src/site/markdown/Publications.md
@@ -0,0 +1,37 @@
+<!---
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<head>
+  <title>Publications</title>
+</head>
+
+
+Publications
+-------------
+
+* Untangling cluster management using Helix at [SOCC Oct 2012](http://www.socc2012.org/home/program)
+    - [paper](https://915bbc94-a-62cb3a1a-s-sites.googlegroups.com/site/acm2012socc/helix_onecol.pdf)
+    - [presentation](http://www.slideshare.net/KishoreGopalakrishna/helix-socc-v10final)
+* Building distributed systems using Helix
+    - [presentation at RelateIQ](http://www.slideshare.net/KishoreGopalakrishna/helix-talk)
+    - [presentation at ApacheCon](http://www.slideshare.net/KishoreGopalakrishna/apache-con-buildingddsusinghelix)
+    - [presentation at VMWare](http://www.slideshare.net/KishoreGopalakrishna/apache-helix-presentation-at-vmware)
+* Data driven testing:
+    - [short talk at LSPE meetup](http://www.slideshare.net/KishoreGopalakrishna/data-driven-testing)
+    - [paper DBTest 2013 acm SIGMOD:will be published on Jun 24, 2013](http://dbtest2013.soe.ucsc.edu/Program.htm)

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/439125ae/website/src/site/markdown/UseCases.md
----------------------------------------------------------------------
diff --git a/website/src/site/markdown/UseCases.md b/website/src/site/markdown/UseCases.md
new file mode 100644
index 0000000..001b012
--- /dev/null
+++ b/website/src/site/markdown/UseCases.md
@@ -0,0 +1,113 @@
+<!---
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<head>
+  <title>Use Cases</title>
+</head>
+
+
+# Use cases at LinkedIn
+
+At LinkedIn Helix framework is used to manage 3 distributed data systems which are quite different from each other.
+
+* Espresso
+* Databus
+* Search As A Service
+
+## Espresso
+
+Espresso is a distributed, timeline consistent, scal- able, document store that supports local secondary indexing and local transactions. 
+Espresso databases are horizontally partitioned into a number of partitions, with each partition having a certain number of replicas 
+distributed across the storage nodes.
+Espresso designates one replica of each partition as master and the rest as slaves; only one master may exist for each partition at any time.
+Espresso enforces timeline consistency where only the master of a partition can accept writes to its records, and all slaves receive and 
+apply the same writes through a replication stream. 
+For load balancing, both master and slave partitions are assigned evenly across all storage nodes. 
+For fault tolerance, it adds the constraint that no two replicas of the same partition may be located on the same node.
+
+### State model
+Espresso follows a Master-Slave state model. A replica can be in Offline,Slave or Master state. 
+The state machine table describes the next state given the Current State, Final State
+
+```
+          OFFLINE  | SLAVE  |  MASTER  
+         _____________________________
+        |          |        |         |
+OFFLINE |   N/A    | SLAVE  | SLAVE   |
+        |__________|________|_________|
+        |          |        |         |
+SLAVE   |  OFFLINE |   N/A  | MASTER  |
+        |__________|________|_________|
+        |          |        |         |
+MASTER  | SLAVE    | SLAVE  |   N/A   |
+        |__________|________|_________|
+
+```
+
+### Constraints
+* Max number of replicas in Master state:1
+* Execution mode AUTO. i.e on node failure no new replicas will be created. Only the State of remaining replicas will be changed.
+* Number of mastered partitions on each node must be approximately same.
+* The above constraint must be satisfied when a node fails or a new node is added.
+* When new nodes are added the number of partitions moved must be minimized.
+* When new nodes are added the max number of OFFLINE-SLAVE transitions that can happen concurrently on new node is X.
+
+## Databus
+
+Databus is a change data capture (CDC) system that provides a common pipeline for transporting events 
+from LinkedIn primary databases to caches within various applications.
+Databus deploys a cluster of relays that pull the change log from multiple databases and 
+let consumers subscribe to the change log stream. Each Databus relay connects to one or more database servers and 
+hosts a certain subset of databases (and partitions) from those database servers. 
+
+For a large partitioned database (e.g. Espresso), the change log is consumed by a bank of consumers. 
+Each databus partition is assigned to a consumer such that partitions are evenly distributed across consumers and each partition is
+assigned to exactly one consumer at a time. The set of consumers may grow over time, and consumers may leave the group due to planned or unplanned 
+outages. In these cases, partitions must be reassigned, while maintaining balance and the single consumer-per-partition invariant.
+
+### State model
+Databus consumers follow a simple Offline-Online state model.
+The state machine table describes the next state given the Current State, Final State
+
+<pre><code>
+          OFFLINE  | ONLINE |   
+         ___________________|
+        |          |        |
+OFFLINE |   N/A    | ONLINE |
+        |__________|________|
+        |          |        |
+ONLINE  |  OFFLINE |   N/A  |
+        |__________|________|
+
+
+</code></pre>
+
+
+## Search As A Service
+
+LinkedIn�s Search-as-a-service lets internal customers define custom indexes on a chosen dataset 
+and then makes those indexes searchable via a service API. The index service runs on a cluster of machines. 
+The index is broken into partitions and each partition has a configured number of replicas.
+Each cluster server runs an instance of the Sensei system (an online index store) and hosts index partitions. 
+Each new indexing service gets assigned to a set of servers, and the partition replicas must be evenly distributed across those servers.
+
+### State model
+![Helix Design](images/bootstrap_statemodel.gif) 
+
+

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/439125ae/website/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/website/src/site/markdown/index.md b/website/src/site/markdown/index.md
new file mode 100644
index 0000000..536ae6d
--- /dev/null
+++ b/website/src/site/markdown/index.md
@@ -0,0 +1,111 @@
+<!---
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<head>
+  <title>Home</title>
+</head>
+
+
+## Apache Helix
+
+Apache Helix is a generic _cluster management_ framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes. __Helix automates reassignment of resources in the face of node failure and recovery, cluster expansion, and reconfiguration.__
+
+
+## What Is Cluster Management?
+
+To understand Helix, you first need to understand __cluster management__. A distributed system typically runs on multiple nodes for the following reasons:
+
+* scalability
+* fault tolerance
+* load balancing
+
+Each node performs one or more of the primary functions of the cluster, such as storing and serving data, producing and consuming data streams, and so on. __Once configured for your system, Helix acts as the global brain for the system__. It is designed to make decisions that cannot be made in isolation.  Examples of such decisions that require global knowledge and coordination:
+
+* scheduling of maintainence tasks, such as backups, garbage collection, file consolidation, index rebuilds
+* repartitioning of data or resources across the cluster
+* informing dependent systems of changes so they can react appropriately to cluster changes
+* throttling system tasks and changes
+
+While it is possible to integrate these functions into the distributed system, it complicates the code. Helix has abstracted common cluster management tasks, enabling the system builder to model the desired behavior with a declarative state model, and let Helix manage the coordination. __The result is less new code to write, and a robust, highly operable system__.
+
+## What does Helix provide?
+
+* Automatic assignment of resources and partitions to nodes
+* Node failure detection and recovery
+* Dynamic addition of resources
+* Dynamic addition of nodes to the cluster
+* Pluggable distributed state machine to manage the state of a resource via state transitions
+* Automatic load balancing and throttling of transitions
+* Optional pluggable rebalancing for user-defined assignment of resources and partitions
+
+
+## Why Helix?
+
+Modeling a distributed system as a state machine with constraints on states and transitions has the following benefits:
+
+* Separates cluster management from the core functionality of the system.
+* Allows a quick transformation from a single node system to an operable, distributed system.
+* Increases simplicity: system components do not have to manage a global cluster.  This division of labor makes it easier to build, debug, and maintain your system.
+
+---
+
+### News
+
+Apache Helix has two new releases:
+
+* [0.6.2-incubating](./0.6.2-incubating-docs/index.html) - A release that fixes numerous bugs and improves platform stability.
+
+    [\[Quick Start\]](./0.6.2-incubating-docs/Quickstart.html) [\[Release Notes\]](./releasenotes/release-0.6.2-incubating.html)
+
+* [0.7.0-incubating](./0.7.0-incubating-docs/index.html) (alpha) - A release that includes high-level APIs to logically interact with Participants, Controllers, Resources, and other Helix constructs. __This release is an alpha and APIs are in the process of being finalized__. Feel free to play with it and provide any feedback you have!
+
+    [\[Quick Start\]](./0.7.0-incubating-docs/Quickstart.html) [\[Release Notes\]](./releasenotes/release-0.7.0-incubating.html)
+
+### Download
+
+<a href="./0.6.2-incubating-docs/download.html" class="btn btn-primary btn-small">0.6.2-incubating</a>
+
+<a href="./0.7.0-incubating-docs/download.html" class="btn btn-primary btn-small">0.7.0-incubating (alpha)</a>
+
+### Maven Dependency
+
+```
+<dependency>
+  <groupId>org.apache.helix</groupId>
+  <artifactId>helix-core</artifactId>
+  <version>0.6.2-incubating</version>
+</dependency>
+```
+
+### Building
+
+Requirements: JDK 1.6+, Maven 2.0.8+
+
+```
+git clone https://git-wip-us.apache.org/repos/asf/incubator-helix.git
+cd incubator-helix
+git checkout helix-0.6.2-incubating
+mvn install package -DskipTests
+```
+
+### Get Help
+
+[#apachehelix](./IRC.html)
+
+`user@helix.incubator.apache.org`

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/439125ae/website/src/site/markdown/involved/building.md
----------------------------------------------------------------------
diff --git a/website/src/site/markdown/involved/building.md b/website/src/site/markdown/involved/building.md
new file mode 100644
index 0000000..ea8c081
--- /dev/null
+++ b/website/src/site/markdown/involved/building.md
@@ -0,0 +1,30 @@
+<!---
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
+Building Apache Helix
+--------------
+
+First you need to install Apache Maven.
+
+To install jars locally:
+
+```
+mvn clean install (-DskipTests if you don't want to run tests)
+```

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/439125ae/website/src/site/resources/.htaccess
----------------------------------------------------------------------
diff --git a/website/src/site/resources/.htaccess b/website/src/site/resources/.htaccess
new file mode 100644
index 0000000..aba70c2
--- /dev/null
+++ b/website/src/site/resources/.htaccess
@@ -0,0 +1,23 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+Redirect /download.html /download.cgi
+Redirect /0.6.1-incubating-docs/download.html /0.6.1-incubating-docs/download.cgi
+Redirect /0.6.2-incubating-docs/download.html /0.6.2-incubating-docs/download.cgi
+Redirect /0.7.0-incubating-docs/download.html /0.7.0-incubating-docs/download.cgi

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/439125ae/website/src/site/resources/download.cgi
----------------------------------------------------------------------
diff --git a/website/src/site/resources/download.cgi b/website/src/site/resources/download.cgi
new file mode 100644
index 0000000..f9a0e30
--- /dev/null
+++ b/website/src/site/resources/download.cgi
@@ -0,0 +1,22 @@
+#!/bin/sh
+# Just call the standard mirrors.cgi script. It will use download.html
+# as the input template.
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/439125ae/website/src/site/resources/images/HELIX-components.png
----------------------------------------------------------------------
diff --git a/website/src/site/resources/images/HELIX-components.png b/website/src/site/resources/images/HELIX-components.png
new file mode 100644
index 0000000..c0c35ae
Binary files /dev/null and b/website/src/site/resources/images/HELIX-components.png differ

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/439125ae/website/src/site/resources/images/bootstrap_statemodel.gif
----------------------------------------------------------------------
diff --git a/website/src/site/resources/images/bootstrap_statemodel.gif b/website/src/site/resources/images/bootstrap_statemodel.gif
new file mode 100644
index 0000000..b8f8a42
Binary files /dev/null and b/website/src/site/resources/images/bootstrap_statemodel.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/439125ae/website/src/site/resources/images/feather_small.gif
----------------------------------------------------------------------
diff --git a/website/src/site/resources/images/feather_small.gif b/website/src/site/resources/images/feather_small.gif
new file mode 100644
index 0000000..94f1892
Binary files /dev/null and b/website/src/site/resources/images/feather_small.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/439125ae/website/src/site/resources/images/helix-architecture.png
----------------------------------------------------------------------
diff --git a/website/src/site/resources/images/helix-architecture.png b/website/src/site/resources/images/helix-architecture.png
new file mode 100644
index 0000000..6f69a2d
Binary files /dev/null and b/website/src/site/resources/images/helix-architecture.png differ

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/439125ae/website/src/site/resources/images/helix-logo.jpg
----------------------------------------------------------------------
diff --git a/website/src/site/resources/images/helix-logo.jpg b/website/src/site/resources/images/helix-logo.jpg
new file mode 100644
index 0000000..6299014
Binary files /dev/null and b/website/src/site/resources/images/helix-logo.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/439125ae/website/src/site/resources/images/helix-znode-layout.png
----------------------------------------------------------------------
diff --git a/website/src/site/resources/images/helix-znode-layout.png b/website/src/site/resources/images/helix-znode-layout.png
new file mode 100644
index 0000000..5bafc45
Binary files /dev/null and b/website/src/site/resources/images/helix-znode-layout.png differ

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/439125ae/website/src/site/resources/images/statemachine.png
----------------------------------------------------------------------
diff --git a/website/src/site/resources/images/statemachine.png b/website/src/site/resources/images/statemachine.png
new file mode 100644
index 0000000..43d27ec
Binary files /dev/null and b/website/src/site/resources/images/statemachine.png differ

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/439125ae/website/src/site/resources/images/system.png
----------------------------------------------------------------------
diff --git a/website/src/site/resources/images/system.png b/website/src/site/resources/images/system.png
new file mode 100644
index 0000000..f8a05c8
Binary files /dev/null and b/website/src/site/resources/images/system.png differ

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/439125ae/website/src/site/site.xml
----------------------------------------------------------------------
diff --git a/website/src/site/site.xml b/website/src/site/site.xml
new file mode 100644
index 0000000..468a5bc
--- /dev/null
+++ b/website/src/site/site.xml
@@ -0,0 +1,148 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<project name="Apache Helix">
+  <bannerLeft>
+    <src>images/helix-logo.jpg</src>
+    <href>http://helix.incubator.apache.org/</href>
+  </bannerLeft>
+  <bannerRight>
+    <src>images/feather_small.gif</src>
+    <href>http://www.apache.org/</href>
+  </bannerRight>
+
+  <publishDate position="none"/>
+  <version position="none"/>
+
+  <skin>
+    <groupId>lt.velykis.maven.skins</groupId>
+    <artifactId>reflow-maven-skin</artifactId>
+    <version>1.0.0</version>
+  </skin>
+
+  <body>
+
+    <head>
+      <script type="text/javascript">
+
+        var _gaq = _gaq || [];
+        _gaq.push(['_setAccount', 'UA-3211522-12']);
+        _gaq.push(['_trackPageview']);
+
+        (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+        })();
+
+      </script>
+
+    </head>
+
+    <breadcrumbs position="left">
+      <item name="Apache Helix" href="http://helix.incubator.apache.org/"/>
+    </breadcrumbs>
+
+    <menu name="Learn">
+      <item name="Core concepts" href="./Concepts.html"/>
+      <item name="Architecture" href="./Architecture.html"/>
+      <item name="Publications" href="./Publications.html"/>
+      <item name="Client Libraries" href="./ClientLibraries.html"/>
+    </menu>
+
+    <menu name="Documentation">
+      <item name="0.6.2-incubating (stable)" href="./0.6.2-incubating-docs/index.html"/>
+      <item name="0.7.0-incubating (alpha)" href="./0.7.0-incubating-docs/index.html"/>
+      <item name="0.6.1-incubating" href="./0.6.1-incubating-docs/index.html"/>
+      <item name="trunk" href="./trunk-docs/index.html"/>
+    </menu>
+
+    <menu name="Helix 0.6.2-incubating">
+      <item name="Documentation" href="./0.6.2-incubating-docs/index.html"/>
+      <item name="Quick Start" href="./0.6.2-incubating-docs/Quickstart.html"/>
+      <item name="Tutorial" href="./0.6.2-incubating-docs/Tutorial.html"/>
+      <item name="Download" href="./0.6.2-incubating-docs/download.html"/>
+    </menu>
+
+    <menu name="Get Involved">
+      <item name="IRC" href="./IRC.html"/>
+      <item name="Mailing Lists" href="mail-lists.html"/>
+      <item name="Issues" href="issue-tracking.html"/>
+      <item name="Team" href="team-list.html"/>
+      <item name="Sources" href="source-repository.html"/>
+      <item name="Continuous Integration" href="integration.html"/>
+      <item name="Building Guide" href="/involved/building.html"/>
+      <item name="Release Guide" href="/releasing.html"/>
+    </menu>
+<!--
+    <menu ref="reports" inherit="bottom"/>
+    <menu ref="modules" inherit="bottom"/>
+
+-->
+    <menu name="ASF">
+      <item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html"/>
+      <item name="Foundation" href="http://www.apache.org/foundation/"/>
+      <item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html"/>
+      <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
+    </menu>
+    <footer>
+      <div class="row span16"><div>Apache Helix, Apache, the Apache feather logo, and the Apache Helix project logos are trademarks of The Apache Software Foundation.
+        All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
+        <a href="${project.url}/privacy-policy.html">Privacy Policy</a>
+      </div>
+    </footer>
+
+
+  </body>
+
+  <custom>
+    <!--fluidoSkin>
+      <topBarEnabled>true</topBarEnabled>
+      <googleSearch></googleSearch>
+      <twitter>
+        <user>ApacheHelix</user>
+        <showUser>true</showUser>
+        <showFollowers>false</showFollowers>
+      </twitter>
+      <sideBarEnabled>true</sideBarEnabled>
+    </fluidoSkin-->
+    <reflowSkin>
+      <theme>bootswatch-cerulean</theme>
+      <highlightJs>false</highlightJs>
+      <brand>
+        <name>Apache Helix</name>
+        <href>http://helix.incubator.apache.org</href>
+      </brand>
+      <slogan>A cluster management framework for partitioned and replicated distributed resources</slogan>
+      <bottomNav>
+        <column>Learn</column>
+        <column>Documentation|Helix 0.6.2-incubating</column>
+        <column>Get Involved</column>
+        <column>ASF</column>
+      </bottomNav>
+      <pages>
+        <index>
+          <sections>
+            <body />
+            <sidebar />
+          </sections>
+        </index>
+      </pages>
+    </reflowSkin>
+  </custom>
+
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/439125ae/website/src/site/xdoc/download.xml.vm
----------------------------------------------------------------------
diff --git a/website/src/site/xdoc/download.xml.vm b/website/src/site/xdoc/download.xml.vm
new file mode 100644
index 0000000..ce4769a
--- /dev/null
+++ b/website/src/site/xdoc/download.xml.vm
@@ -0,0 +1,211 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+
+-->
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+          xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+
+  <properties>
+    <title>Apache Helix Downloads</title>
+    <author email="dev@helix.incubator.apache.org">Apache Helix Documentation Team</author>
+  </properties>
+
+  <body>
+    <div class="toc_container">
+      <macro name="toc">
+        <param name="class" value="toc"/>
+      </macro>
+    </div>
+
+    <section name="Apache Helix Downloads">
+      <p>Apache Helix artifacts are distributed in source and binary form under the terms of the
+        <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        See the included <tt>LICENSE</tt> and <tt>NOTICE</tt> files included in each artifact for additional license
+        information.
+      </p>
+      <p>Use the links below to download a source distribution of Apache Helix.
+      It is good practice to <a href="#Verifying_Releases">verify the integrity</a> of the distribution files.</p>
+    </section>
+
+    <section name="Current Release">
+      <p>Release date: 11/22/2013 </p>
+      <p><a href="releasenotes/release-${currentRelease}.html">${currentRelease} Release notes</a></p>
+      <a name="mirror"/>
+      <subsection name="Mirror">
+
+        <p>
+          [if-any logo]
+          <a href="[link]">
+            <img align="right" src="[logo]" border="0"
+                 alt="logo"/>
+          </a>
+          [end]
+          The currently selected mirror is
+          <b>[preferred]</b>.
+          If you encounter a problem with this mirror,
+          please select another mirror.
+          If all mirrors are failing, there are
+          <i>backup</i>
+          mirrors
+          (at the end of the mirrors list) that should be available.
+        </p>
+
+        <form action="[location]" method="get" id="SelectMirror" class="form-inline">
+          Other mirrors:
+          <select name="Preferred" class="input-xlarge">
+            [if-any http]
+            [for http]
+            <option value="[http]">[http]</option>
+            [end]
+            [end]
+            [if-any ftp]
+            [for ftp]
+            <option value="[ftp]">[ftp]</option>
+            [end]
+            [end]
+            [if-any backup]
+            [for backup]
+            <option value="[backup]">[backup] (backup)</option>
+            [end]
+            [end]
+          </select>
+          <input type="submit" value="Change" class="btn"/>
+        </form>
+
+        <p>
+          You may also consult the
+          <a href="http://www.apache.org/mirrors/">complete list of mirrors.</a>
+        </p>
+
+      </subsection>
+      <subsection name="${currentRelease} Sources">
+        <table>
+          <thead>
+            <tr>
+              <th>Artifact</th>
+              <th>Signatures</th>
+            </tr>
+          </thead>
+          <tbody>
+            <tr>
+              <td>
+                <a href="[preferred]incubator/helix/${currentRelease}/src/helix-${currentRelease}-src.zip">helix-${currentRelease}-src.zip</a>
+              </td>
+              <td>
+                <a href="http://www.apache.org/dist/incubator/helix/${currentRelease}/src/helix-${currentRelease}-src.zip.asc">asc</a>
+                <a href="http://www.apache.org/dist/incubator/helix/${currentRelease}/src/helix-${currentRelease}-src.zip.md5">md5</a>
+                <a href="http://www.apache.org/dist/incubator/helix/${currentRelease}/src/helix-${currentRelease}-src.zip.sha1">sha1</a>
+              </td>
+            </tr>
+          </tbody>
+        </table>
+      </subsection>
+      <subsection name="${currentRelease} Binaries">
+        <table>
+          <thead>
+            <tr>
+              <th>Artifact</th>
+              <th>Signatures</th>
+            </tr>
+          </thead>
+          <tbody>
+            <tr>
+              <td>
+                <a href="[preferred]incubator/helix/${currentRelease}/binaries/helix-core-${currentRelease}-pkg.tar">helix-core-${currentRelease}-pkg.tar</a>
+              </td>
+              <td>
+                <a href="http://www.apache.org/dist/incubator/helix/${currentRelease}/binaries/helix-core-${currentRelease}-pkg.tar.asc">asc</a>
+                <a href="http://www.apache.org/dist/incubator/helix/${currentRelease}/binaries/helix-core-${currentRelease}-pkg.tar.md5">md5</a>
+                <a href="http://www.apache.org/dist/incubator/helix/${currentRelease}/binaries/helix-core-${currentRelease}-pkg.tar.sha1">sha1</a>
+              </td>
+            </tr>
+            <tr>
+              <td>
+                <a href="[preferred]incubator/helix/${currentRelease}/binaries/helix-admin-webapp-${currentRelease}-pkg.tar">helix-admin-webapp-${currentRelease}-pkg.tar</a>
+              </td>
+              <td>
+                <a href="http://www.apache.org/dist/incubator/helix/${currentRelease}/binaries/helix-admin-webapp-${currentRelease}-pkg.tar.asc">asc</a>
+                <a href="http://www.apache.org/dist/incubator/helix/${currentRelease}/binaries/helix-admin-webapp-${currentRelease}-pkg.tar.md5">md5</a>
+                <a href="http://www.apache.org/dist/incubator/helix/${currentRelease}/binaries/helix-admin-webapp-${currentRelease}-pkg.tar.sha1">sha1</a>
+              </td>
+            </tr>
+            <tr>
+              <td>
+                <a href="[preferred]incubator/helix/${currentRelease}/binaries/helix-agent-${currentRelease}-pkg.tar">helix-agent-${currentRelease}-pkg.tar</a>
+              </td>
+              <td>
+                <a href="http://www.apache.org/dist/incubator/helix/${currentRelease}/binaries/helix-agent-${currentRelease}-pkg.tar.asc">asc</a>
+                <a href="http://www.apache.org/dist/incubator/helix/${currentRelease}/binaries/helix-agent-${currentRelease}-pkg.tar.md5">md5</a>
+                <a href="http://www.apache.org/dist/incubator/helix/${currentRelease}/binaries/helix-agent-${currentRelease}-pkg.tar.sha1">sha1</a>
+              </td>
+            </tr>
+            <tr>
+              <td>
+                <a href="[preferred]incubator/helix/${currentRelease}/binaries/helix-examples-${currentRelease}-pkg.tar">helix-examples-${currentRelease}-pkg.tar</a>
+              </td>
+              <td>
+                <a href="http://www.apache.org/dist/incubator/helix/${currentRelease}/binaries/helix-examples-${currentRelease}-pkg.tar.asc">asc</a>
+                <a href="http://www.apache.org/dist/incubator/helix/${currentRelease}/binaries/helix-examples-${currentRelease}-pkg.tar.md5">md5</a>
+                <a href="http://www.apache.org/dist/incubator/helix/${currentRelease}/binaries/helix-examples-${currentRelease}-pkg.tar.sha1">sha1</a>
+              </td>
+            </tr>
+          </tbody>
+        </table>
+      </subsection>
+    </section>
+
+<!--    <section name="Older Releases">
+    </section>-->
+
+    <section name="Verifying Releases">
+      <p>We strongly recommend you verify the integrity of the downloaded files with both PGP and MD5.</p>
+
+      <p>The PGP signatures can be verified using <a href="http://www.pgpi.org/">PGP</a> or
+      <a href="http://www.gnupg.org/">GPG</a>.
+      First download the <a href="http://www.apache.org/dist/incubator/helix/KEYS">KEYS</a> as well as the
+      <tt>*.asc</tt> signature file for the particular distribution. Make sure you get these files from the main
+      distribution directory, rather than from a mirror. Then verify the signatures using one of the following sets of
+      commands:
+
+        <source>$ pgp -ka KEYS
+$ pgp helix-*.zip.asc</source>
+
+        <source>$ gpg --import KEYS
+$ gpg --verify helix-*.zip.asc</source>
+       </p>
+    <p>Alternatively, you can verify the MD5 signature on the files. A Unix/Linux program called
+      <code>md5</code> or
+      <code>md5sum</code> is included in most distributions.  It is also available as part of
+      <a href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>.
+      Windows users can get binary md5 programs from these (and likely other) places:
+      <ul>
+        <li>
+          <a href="http://www.md5summer.org/">http://www.md5summer.org/</a>
+        </li>
+        <li>
+          <a href="http://www.fourmilab.ch/md5/">http://www.fourmilab.ch/md5/</a>
+        </li>
+        <li>
+          <a href="http://www.pc-tools.net/win32/md5sums/">http://www.pc-tools.net/win32/md5sums/</a>
+        </li>
+      </ul>
+    </p>
+    </section>
+  </body>
+</document>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/439125ae/website/trunk/pom.xml
----------------------------------------------------------------------
diff --git a/website/trunk/pom.xml b/website/trunk/pom.xml
new file mode 100644
index 0000000..cdd2951
--- /dev/null
+++ b/website/trunk/pom.xml
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.helix</groupId>
+    <artifactId>website</artifactId>
+    <version>0.7.1-incubating-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>trunk-docs</artifactId>
+  <packaging>bundle</packaging>
+  <name>Apache Helix :: Website :: trunk</name>
+
+  <properties>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.testng</groupId>
+      <artifactId>testng</artifactId>
+      <version>6.0.1</version>
+    </dependency>
+  </dependencies>
+  <build>
+    <pluginManagement>
+      <plugins>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+    </plugins>
+  </build>
+</project>