Building Stratosphere from scratch

We keep our development version always as stable as possible, so it's a viable option if you want to start using the system.

Get the source: You can download the code here: Download zip or use Git, if you want to track our changes:

git clone https://github.com/dimalabs/ozone.git

Go to the project directory:

cd ozone

And build the project using Maven

mvn -DskipTests clean package # this will take up to 5 minutes

The distribution binaries are assembled under

stratosphere-dist/target/stratosphere-dist-0.2-ozone-bin/stratosphere-0.2-ozone/

Please refer to our README for further instructions on running your first code.

Under stratosphere-dist/target/stratosphere-dist-0.2-ozone.deb you will find a Debian package that can be used with your OS package manager if you are a Debian or Ubuntu user.

What is the difference between Stratosphere and Ozone?

Stratosphere
is the official name of the DFG-funded research project.
Ozone
is the stable codebase of the Stratosphere system, developed and maintained transparently as an open-source project on GitHub.
We encourage interested parties to fork Ozone as a starting point for research prototypes, or use it as a base for the development of stable applications on top of the Stratosphere stack.

Releases

There are currently no official releases in the Ozone project. The most recent development version is the best you can get.

Support

Don't hesitate to ask if you have any questions. The best way to get fast and good help is to open an issue on GitHub.