Giter VIP home page Giter VIP logo

stratosphere-quickstart's Introduction

stratosphere-quickstart

Two simple quickstart maven archetypes for Stratosphere.

Stratosphere Stable

###Create an empty Java Stratosphere Job Project Maven is required

curl https://raw.github.com/stratosphere/stratosphere-quickstart/master/quickstart.sh | bash

###Create a simple scala Stratosphere Job Project Maven is required

curl https://raw.github.com/stratosphere/stratosphere-quickstart/master/quickstart-scala.sh | bash

When you import the scala project into eclipse you will also need the following plugins:

Eclipse 4.x:

Eclipse 3.7:

###Generate project manually: using this command. This call will ask you to name your newly created Job.

mvn archetype:generate                              \
   -DarchetypeGroupId=eu.stratosphere               \
   -DarchetypeArtifactId=quickstart-java                 \
   -DarchetypeVersion=0.4 

###Generate scala project manually: using this command. This call will ask you to name your newly created Job.

mvn archetype:generate                              \
   -DarchetypeGroupId=eu.stratosphere               \
   -DarchetypeArtifactId=quickstart-scala           \
   -DarchetypeVersion=0.4

Stratosphere SNAPSHOT Archetypes

Repository Organization

The quickstart bash scripts do not necessarily point to the most recent version in the code. Since the archetypes are versioned, the quickstarts usually differ by pointing to a specific version.

The quickstart.sh script always points to the current stable release (v0.4, v0.5) -SNAPSHOT points to the current snapshot version.

Java:

curl https://raw.github.com/stratosphere/stratosphere-quickstart/master/quickstart-SNAPSHOT.sh | bash

Scala:

curl https://raw.github.com/stratosphere/stratosphere-quickstart/master/quickstart-scala-SNAPSHOT.sh | bash

Build Status

(Use -DarchetypeCatalog=local for local testing during archetype development)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.