s4 / comm

S4 Communication Layer

Home Page:http://s4.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

S4 Communication Layer

Introduction

This is a component of the S4 streaming system. For more information, see 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

About

S4 Communication Layer

http://s4.io

License:Apache License 2.0


Languages

Language:Java 100.0%