Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic tasks (Mapper, Reducer and Combiner) for hadoopcompatibility #833

Closed
wants to merge 3 commits into from

Commits on May 19, 2014

  1. hadoopcompatibility: Wrappers and support for basic mapred hadoop tasks

    * wrappers for Mapper, Reducer and Combiner (as a local Reducer)
    * interface for Wrappers of OutputCollectors and a default implementation
    * New full example of Wordcount using mapred Mapper and Reducer
    * Updated test case
    Artem Tsikiridis committed May 19, 2014
    Configuration menu
    Copy the full SHA
    32999aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ef0e94 View commit details
    Browse the repository at this point in the history
  3. hadoopcompatibility: Implemented Record unwrapping iterator of values…

    … to use in reduce function.
    Artem Tsikiridis committed May 19, 2014
    Configuration menu
    Copy the full SHA
    ba60bde View commit details
    Browse the repository at this point in the history