commit | f5ebbabf6d7aa8d95a408e8db6432ef7843018fd | [log] [tgz] |
---|---|---|
author | Matthieu Morel <mmorel@apache.org> | Fri Apr 05 16:30:25 2013 +0200 |
committer | Matthieu Morel <mmorel@apache.org> | Fri Apr 05 18:32:24 2013 +0200 |
tree | e95bdd84065e47177101b21095d9b63c9e64898a | |
parent | 96938d5afe060f8213f66b3269e6c846cfc045e3 [diff] |
Update license headers and pointers
S4 is a general-purpose,near real-time, distributed, decentralized, scalable, event-driven, modular platform that allows programmers to easily implement applications for processing continuous unbounded streams of data.
S4 0.5 focused on providing a functional complete refactoring.
S4 0.6 builds on this basis and brings several major improvements, in particular:
For the latest information about S4, please visit our website at:
http://incubator.apache.org/s4
Source code is available here: https://git-wip-us.apache.org/repos/asf?p=incubator-s4.git
This only applies if you checkout from the source repository or if you download a released source package.
We use gradle http://gradle.org
as the build system, and we use the gradle wrapper script (gradlew
) in some of the S4 tools.
Instructions apply to source release downloads. When checking out from the git repository, the gradle wrapper is already available.
Gradle is not shipped with the source distribution of S4, so you'll need to :
/path/to/gradle wrapper
gradlew
and gradlew.bat
script and place gradle-wrapper-1.4.jar
and gradle-wrapper-1.4.properties
in the lib
directoryFrom the root directory of the S4 project:
./gradlew install
This will build the packages and install the artifacts in the local maven repository.
Then, build the tools:
./gradlew s4-tools:installApp
This will build the tools so that you can drive the platform through the “s4” command.
You may also run regression tests, after artifacts are installed:
./gradlew test
If you checked out from the git repository:
If you have a source package:
If you have a binary package: