6 ms·
Taking dumps of analytics logs and pulling out relevant info for our customers on app usage
by bijanv 13y ago
Taking dumps of analytics logs and pulling out relevant info for our customers on app usage
- sitkack 13y agoThis is the `grep/awk` use case. The nice thing about streaming mr interface to hadoop (calling external programs) is that you can literally take your grep/awk workflow and move it to the cluster. Retaining line oriented records is a huge step in having a portable data processing workflow.