Coder Social home page Coder Social logo

mandy-lab's Introduction

Easy MapReduce with Mandy

Installation Instructions

We'll need to install a few pre-requisites (Hadoop, RubyGems, Mandy) first. We also expect you already have Java 1.6 installed, Ruby 1.8.6 (or 1.8.7) and some recent-ish version of RubyGems.

Hadoop

  1. Install Hadoop

    1. Download http://mirrors.dedipower.com/ftp.apache.org/hadoop/core/hadoop-0.20.1/
    2. Unpack into ~/Tools (or somewhere similar). We'll update the path next.
  2. Update your PATH and profile

    1. Edit ~/.profile (or other) and add the lines from ./PROFILE. This contains lines to set JAVA_HOME, HADOOP_HOME and add Hadoop to your path.
  3. Check it's working

    1. Reload your profile by executing source ~/.profile

    2. Show the Hadoop version by executing hadoop version. If this fails with an error: Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file you'll need to make sure you're running Java 1.6 (java -version).

      You should see the following: Hadoop 0.20.1 Subversion http://svn.apache.org/repos/asf/hadoop/common/tags/release-0.20.1-rc1 -r 810220 Compiled by oom on Tue Sep 1 20:55:56 UTC 2009

RubyGems

Mandy uses Gem Bundler which requires the latest release of RubyGems (at least 1.3.5). To update:

  1. sudo gem update --system

Mandy

Mandy is hosted by GemCutter.org, it can be installed in two ways:

  1. Install the Gem Cutter gem: sudo gem install gemcutter
  2. Add gemcutter.org to sources: gem tumble
  3. Install Mandy: sudo gem install mandy

or, install directly from gemcutter.org

  1. sudo gem install mandy --source http://gemcutter.org

You should be able to run the following command to confirm Mandy is now installed: mandy

mandy-lab's People

Contributors

andykent avatar pingles avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.