This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Interested in a short introduction to hadoop mapreduce? | |
(declare mapreduce) | |
; Let's look at the "hello world job" ie word count. | |
(def input [ | |
[1 "hadoop map-reduce explained"] | |
[2 "with clojure map, reduce and mapcat"] | |
[3 "using the world count example"]]) |