Skip to content

Commit 098ae0d

Browse files
authored
Update README.md
1 parent 81083e4 commit 098ae0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ steps in hadoop installation:
77
* 1.Installing hadoop using this link : https://downloads.apache.org/hadoop/common/hadoop-3.3.0/hadoop-3.3.0.tar.gz
88
* 2.Configuring Hadoop’s Java Home : Hadoop requires that you set the path to Java, either as an environment variable or in the Hadoop configuration file.
99
* 3.Running Hadoop
10-
## map_reduce.ipynb
10+
## 2. map_reduce.ipynb
1111
upload mapper.py and reducer.py
1212
### mapper.py
1313
It will read data from *STDIN, split it into words and output a list of lines mapping words to their counts to *STDOUT.

0 commit comments

Comments
 (0)