I have a huge file which has two columns per line separated by tab.
I have another file that has a list of values, one in each line.
Now I want to filter the first file, such that I get all lines whose first column is present in the second file.
How to do it in Pig?
You could use an inner join: