[maven-release-plugin]  copy for tag helix-0.6.1-incubating
[maven-release-plugin] prepare release helix-0.6.1-incubating
11 files changed
tree: a628360c312df247c06203c8dfbd1b5a9f24cadd
  1. helix-admin-webapp/
  2. helix-agent/
  3. helix-core/
  4. mockservice/
  5. recipes/
  6. src/
  7. .gitignore
  8. build
  9. bump-up.command
  10. deploySite.sh
  11. DISCLAIMER
  12. HelixProposal.mediawiki
  13. LICENSE
  14. pom.xml
  15. 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