Skip to content

Commit d04cb5f

Browse files
committed
Update Hadoop docs link Closes #75
1 parent 5bea37d commit d04cb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README_Hadoop_Streaming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Hadoop Streaming in Python
22
===========================
33

4-
This tutorial shows how to write MapReduce programs in Python that are compatible with [Hadoop Streaming](https://hadoop.apache.org/docs/r1.2.1/streaming.html). We'll use Python's `itertools.groupby()` function to simplify our code.
4+
This tutorial shows how to write MapReduce programs in Python that are compatible with [Hadoop Streaming](https://hadoop.apache.org/docs/current/hadoop-streaming/HadoopStreaming.html). We'll use Python's `itertools.groupby()` function to simplify our code.
55

66
Install Madoop, a light weight MapReduce framework for education. Madoop implements the Hadoop Streaming interface.
77
```console

0 commit comments

Comments
 (0)