Giter Club home page Giter Club logo

coen-assign2's Introduction

coen-assign2

MapReduce

bin/hadoop jar /usr/local/Cellar/hadoop/2.8.2/libexec/share/hadoop/tools/lib/hadoop-streaming-2.8.2.jar -D mapred.map.tasks=10 -D mapred.reduce.tasks=10 \
-file /Users/xxx/Github/coen-assign2/test_mapper.py  -mapper /Users/xxx/Github/coen-assign2/test_mapper.py \
-file /Users/xxx/Github/coen-assign2/test_reducer.py -reducer /Users/xxx/Github/coen-assign2/test_reducer.py \
-input /input/nms_airborne_radioactivity_ssn_radioactivite_dans_air.csv  -output /output/
hdfs dfs -ls /
hdfs dfs -ls /output
hdfs dfs -cat /output/part-00000

delete output folder

hdfs dfs -rm -r -f /output

logs are recorded in mapper.log and reducer.log , which under this path: /usr/local/Cellar/hadoop/2.8.2

add useful link:

  1. http://icejoywoo.github.io/2015/09/28/introduction-to-hadoop-streaming.html
  2. https://python.freelycode.com/contribution/detail/307
  3. http://blog.csdn.net/chosen0ne/article/details/7319306

coen-assign2's People

Contributors

changchanglccc avatar

Watchers

James Cloos 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.