buy
logo-Stratosphere

Stratosphere

Version: 0.5.2

Votes : 0

Overview
  • Space Required : 63.16 MB
  • Release Date : N.A.
  • Get Support : Visit Support Site
  • Reviews : 0
Features
  • More Operators

    Stratosphere extends the well-known MapReduce model with new operators. These operators represent many common data analysis tasks more naturally and efficiently. All operators will start working in memory and gracefully go out of core under memory pressure.

    Advanced Data Flow Graphs

    Stratosphere allows to model analysis programs as advanced data flow graphs. For many applications, this is a more natural fit than the constrained MapReduce interface (strictly Map followed by Reduce). Furthermore, data pipelining and in-memory data transfers increase performance by drastically reducing disk and network I/O.

    Powerful Programming Interfaces

    You can write data analysis programs for Stratosphere in Java or Scala. Both APIs provide a powerful yet easy-to-use abstraction to compose data analysis programs by applying customizable transformations such as map, filter, reduce, and join on data sets. Stratosphere's high-level APIs hide the complexities of parallel programming and efficient data processing from the user. Behind the scenes, the Stratosphere optimizer compiles such programs into efficient, parallel data flows which are executed on a cluster or a local machine.

    Support for Iterative Algorithms

    Data Mining, Machine Learning and Graph processing algorithms often require to loop over the working data multiple times. Stratosphere supports iterative algorithms in its core. (The runtime allows for very fast iteration times and the optimizer deals with caching loop-invariant data.) The advanced incremental iterations support algorithms that focus on the "hot part" of the evolving solution and may converge even faster.

    High-Performance Execution Runtime

    Stratosphere features its own high-performance, massively-parallel execution runtime which has been built from ground up leveraging processing techniques of parallel database systems. The engine supports low-latency processing concepts such as pipelined execution, in-memory processing, and push-based data shipping as well as sort- and hash-based processing algorithms which go gracefully out-of-core if main memory is not sufficient.

    Built-In Optimizer

    Stratosphere comes with an optimizer that is independent of the actual programming interface. It chooses a fitting execution strategy depending on the inputs and operations. For example the "Join" operator will choose between partitioning and broadcasting the data, as well as between running a sort-merge-join or a hybrid hash join algorithm.

    System Stack

    Stratosphere seamlessly integrates into existing Hadoop setups and runs side-by-side with Hadoop's TaskTrackers and DataNodes. Stratosphere can read data from Hadoop sources, but comes with its own efficient runtime. Similar to Hadoop, Stratosphere scales by adding more machines to the cluster. Stratosphere runs also on Hadoop 2.2 (YARN), so you do not need to change your infrastructure. The Local execution mode allows to debug and analyze your application right from your favorite IDE, without having Stratosphere installed.

    Open Source Community and Support

    Stratosphere is an active, community driven open-source project. It is licensed under the Apache License. Our friendly community is always open to new users and developers. Join us and shape the future of Big Data.

Ratings
Ratings Total User Guest
 
0 0 0
 
0 0 0
 
0 0 0
 
0 0 0
 
0 0 0
Average Ratings nan nan nan
Reviews
No Reviews yet. Be the first one to Write a Review.
Newsletter Subscription
Subscribing you to the mailing list