Hi all, I'm a beginer in hadoop. I've understood the WordCount program. Now I have a problem. I dont want the output of all the words..
- Words_I_Want.txt -
hello
echo
raj
- Text.txt -
hello eveyone. I want hello and echo count
output should be
hello 2
echo 1
raj 0
Now that was an exaple, My actual data is very large.