I want to filter records from given file based on some criteria,i want my criteria to be if value of third field is equal to some value then retrive that record and save it in output file .i am taking CSV file as input.Can anyone suggest something ?
|
feedback
|
|
If you need scalability you can use hadoop in the following way: | |||||||||
feedback
|
|
Simplest way would probably be to use pig something like
| |||||||||
feedback
|