KO
|
EN
gitlite — search
Search
#python
#swift
#javascript
#python3
#typescript
#deep-learning
#machine-learning
#css
#vue
#dataset
#jupyter-notebook
#scikit-learn
comm
★ 38
Open GitHub ↗
S4 Communication Layer
Download README (.md)
Explore Similar Repositories
fifteen-puzzle
:
Implementation of Sliding 15 Puzzle with a Solver
proose
:
A Prudence-based web services API for the Goose HTML content extraction library
jsdoc3Template
:
A custom Customizable JSDOC3 template
sbt-thrift
:
sbt rules for generating source stubs out of thrift IDLs, for java & scala
Feedindicator
:
RSS feed updates in Ubuntu, as a lightweight indicator
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
comm
?
Download (.md)
S4 Communication Layer ====================== Introduction ------------ This is a component of the S4 streaming system. For more information, see [s4.io](http://s4.io) Requirements ------------ * Linux * Java 1.6 * Maven Build Instructions ------------------ 1. ZooKeeper must be installed to your local Maven repository manually. The jar is located at lib/zookeeper-3.1.1.jar within this project. To install, run the following command: mvn install:install-file -DgroupId=org.apache.hadoop -DartifactId=zookeeper -Dversion=3.1.1 -Dpackaging=jar -Dfile=lib/zookeeper-3.1.1.jar 2. Build and install using Maven mvn install