You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README_Hadoop_Streaming.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Hadoop Streaming in Python
2
2
===========================
3
3
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.
5
5
6
6
Install Madoop, a light weight MapReduce framework for education. Madoop implements the Hadoop Streaming interface.
0 commit comments