Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/hama
Mirror of Apache Hama
https://github.com/apache/hama
big-data hama java
Last synced: about 2 months ago
JSON representation
Mirror of Apache Hama
- Host: GitHub
- URL: https://github.com/apache/hama
- Owner: apache
- License: apache-2.0
- Archived: true
- Created: 2010-08-25T07:00:06.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T00:15:33.000Z (almost 5 years ago)
- Last Synced: 2024-09-26T16:03:13.375Z (about 2 months ago)
- Topics: big-data, hama, java
- Language: Java
- Size: 57.7 MB
- Stars: 130
- Watchers: 29
- Forks: 75
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# Apache Hama
Apache Hama is a framework for Big Data analytics which uses the Bulk Synchronous Parallel (BSP) computing model, which was established in 2012 as a Top-Level Project of The Apache Software Foundation.
It provides not only pure BSP programming model but also SQL-like query interface (Apache MRQL) and vertex/neuron centric programming models, inspired by Google's Pregel and DistBelief (Apache Horn). For the latest information about Hama, please visit our website at: and our wiki at:
## Getting Started
Please refer to the [Installation Guide](http://wiki.apache.org/hama/GettingStarted) in the online documentation for an overview on how to getting started with Hama.
## Run Examples
Hama provides examples package that allows you to quickly run examples on your Hama Cluster. To run one of them, use `% $HAMA_HOME/bin/hama jar hama-examples-x.x.x.jar`. For example:
Download a [Iris dataset](http://people.apache.org/~edwardyoon/kmeans.txt). And then, run K-Means using:
`% $HAMA_HOME/bin/hama jar hama-examples-x.x.x.jar kmeans /tmp/kmeans.txt /tmp/result 10 3`
## Getting Involved
Hama is an open source volunteer project under the Apache Software Foundation. We encourage you to learn about the project and contribute your expertise.