Coder Social home page Coder Social logo

simulatedmapreduce's Introduction

SimulatedMapReduce

What Is This

This repository provides a Maven project as a pre-assignment for Sakamoto's lectures about Hadoop (e.g. BIGCHA and TopSE). The project includes a simulated Hadoop MapReduce framework working on a pure Java environment. Note that this simulated framework has some differences from the official framework.

Please clone this repository and import it as a Maven project into Eclipse (or Intellij IDEA). You should see the detailed instructions in the Excercise[1-6]Main classes.

How to Import Excercise Projects

  1. Run Eclipse IDE for Java Developers
  2. File > Import > Maven > Existing Maven Projects
  3. Set your directory which is cloned from GitHub as Root Directory
  4. Select all projects
  5. Push Finish

If you face a problem caused by the inconsistency between the required JDK version and your PC's JDK version, please modify the following statements in pom.xml.

		<maven.compiler.target>1.8</maven.compiler.target>
		<maven.compiler.source>1.8</maven.compiler.source>

Excercises

  1. Excercise 1
    Run jp.ac.nii.exercise1.Excercise1Main class.
  2. Excercise 2
    Modify jp.ac.nii.exercise2.Excercise2Main class and add new classes.
  3. Excercise 3
    Modify jp.ac.nii.exercise3.Excercise3Main class and add new classes.
  4. Excercise 4
    Modify jp.ac.nii.exercise4.AverageCalculationMapper/Reducer and jp.ac.nii.exercise4.StandardDeviationCalculationMapper/Reducer classes.
  5. Excercise 5
    Modify jp.ac.nii.exercise5.AverageCalculationMapper/Reducer and jp.ac.nii.exercise5.StandardDeviationCalculationMapper/Reducer classes.
  6. Excercise 6
    Modify jp.ac.nii.exercise6.AllPairAggregationMapper/Reducer, jp.ac.nii.exercise6.RelativityCalculationReducer/Job, and jp.ac.nii.exercise6.SpecPairAggregationMapper/Reducer classes.

simulatedmapreduce's People

Contributors

exkazuu avatar

Stargazers

Ken Takagiwa avatar

Watchers

 avatar James Cloos avatar  avatar toshiyahirose avatar  avatar

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.