-
Notifications
You must be signed in to change notification settings - Fork 2
hadoop
MeadowView edited this page Feb 21, 2021
·
1 revision
- Single-node cluster setup
-
MapReduce Tutorial
- grep/wc:
- INPUT: <file></file> <string></string>
- OUTPUT: the number of lines in <file></file> which contains <string></string>
- grep/wc: