X Tutup
The Wayback Machine - https://web.archive.org/web/20201215092508/https://github.com/apache/helix
Skip to content
master
Go to file
Code

Latest commit

The log for invoking pipeline in controller is incorrect: cluster name and pipeline name is mis-ordered. This commit corrects the order.
e36078f

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Dec 13, 2012

README.md

Apache Helix

Github Build Maven Central License

Helix Logo

Helix is part of the Apache Software Foundation.

Project page: http://helix.apache.org/

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

Build

mvn clean install -Dmaven.test.skip.exec=true

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
You can’t perform that action at this time.
X Tutup