提交 30ca8dd0 编写于 作者: M Márton Balassi 提交者: Stephan Ewen

[streaming] Readme update

上级 83a2911a
# Streaming for Stratosphere
# Stratosphere Streaming
This repository implements stream data processing support for [Stratosphere](http://www.stratosphere.eu)
_"Big Data looks tiny from Stratosphere."_
- [Architecture Sketch](https://github.com/stratosphere/stratosphere-streaming/wiki/Architecture-Sketch)
This repository implements stream data processing support for [Stratosphere](http://www.stratosphere.eu) For more information please check ot the [Architecture Sketch](https://github.com/stratosphere/stratosphere-streaming/wiki/Architecture-Sketch).
## Build From Source
This tutorial shows how to build Stratosphere Streaming on your own system. Please open a bug report if you have any troubles!
### Requirements
* Unix-like environment (We use Linux, Mac OS X, Cygwin)
* git
* Maven (at least version 3.0.4)
* Java 6 or 7
### Get the source & Build it
```
git clone https://github.com/stratosphere/stratosphere-streaming.git
cd stratosphere
mvn clean package
```
### Run an example
```
git clone https://github.com/stratosphere/stratosphere-streaming.git
cd stratosphere
mvn clean package
```
......@@ -78,8 +78,8 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
<type>jar</type>
<scope>compile</scope>
<!--<type>jar</type>
<scope>compile</scope>-->
</dependency>
</dependencies>
......@@ -214,6 +214,16 @@
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4</version>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
</plugins>
</build>
</project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册