Fix typo for version 0.6.8
1 file changed
tree: 8eff530dd7d2980a8f207cde11b77df180953fe2
  1. contributors/
  2. helix-admin-webapp/
  3. helix-agent/
  4. helix-archetype/
  5. helix-core/
  6. helix-examples/
  7. helix-ipc/
  8. helix-provisioning/
  9. helix-ui/
  10. recipes/
  11. website/
  12. .gitignore
  13. build
  14. bump-up.command
  15. helix-style.xml
  16. hpost-review.sh
  17. LICENSE
  18. NOTICE
  19. pom.xml
  20. README.md
README.md

Apache Helix

Helix is part of the Apache Software Foundation.

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

Mailing list: http://helix.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

Building the Website

To deploy the web site to Apache infrastructure: sh website/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