commit | 63e1bb5157896b565a2d3bc5c1b51b418723fa7d | [log] [tgz] |
---|---|---|
author | Steve Blackmon <sblackmon@apache.org> | Fri Apr 03 11:25:55 2015 -0500 |
committer | Steve Blackmon <sblackmon@apache.org> | Fri Apr 03 11:25:55 2015 -0500 |
tree | 6ca4102624fe22a374f7f1f8a9e6efbd90ade98f | |
parent | da585e75f958456fc14f70a7443b0b1694b4bc79 [diff] |
tweaks to eliminate non-deterministic test failures
Apache Streams is a lightweight (yet scalable) server for ActivityStreams. The role of Apache Streams is to provide a central point of aggregation, filtering and querying for Activities that have been submitted by disparate systems. Apache Streams also intends to include a mechanism for intelligent filtering and recommendation to reduce the noise to end users.
Please visit the project website for the latest information: http://streams.incubator.apache.org/
Along with the developer mailing list archive: http://mail-archives.apache.org/mod_mbox/streams-dev/
You need a platform that supports Java SE 7 or later.
To build from source code:
Requirements: Sources compilation require Java SE 7 or higher. The project is built with Apache Maven 3+ (suggested is 3.2.5). You need to download and install Maven 3 from: http://maven.apache.org/
To build the Streams project, configure and invoke maven in the root directory.
export MAVEN_OPTS="-Xmx2G"
mvn install