helix-0.6.2-incubating
[maven-release-plugin] prepare release helix-0.6.2-incubating
10 files changed
tree: 255c41c0eaa6074c098bf9537ca1935d629fe637
  1. helix-admin-webapp/
  2. helix-agent/
  3. helix-core/
  4. recipes/
  5. src/
  6. .gitignore
  7. build
  8. bump-up.command
  9. deploySite.sh
  10. DISCLAIMER
  11. helix-style.xml
  12. HelixProposal.mediawiki
  13. hpost-review.sh
  14. LICENSE
  15. pom.xml
  16. README.md
README.md

Apache Incubator

Helix is now part of Apache Incubator.

Project page: http://incubator.apache.org/projects/helix.html

Documentation: http://helix.incubator.apache.org/

Mailing list: http://helix.incubator.apache.org/mail-lists.html

Build

mvn clean install package -DskipTests

WHAT IS HELIX

Helix is a generic cluster management framework used for automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes. Helix provides the following features:

  1. Automatic assignment of resource/partition to nodes
  2. Node failure detection and recovery
  3. Dynamic addition of Resources
  4. Dynamic addition of nodes to the cluster
  5. Pluggable distributed state machine to manage the state of a resource via state transitions
  6. Automatic load balancing and throttling of transitions

Build Informations

To deploy web site to Apache infrastructure: sh ./deploySite.sh -Dusername=uid -Dpassword=pwd (-DskipTests if you don't want to run units tests) uid is your asf id, pwd is the password