## These are the examples of Map-Reduce
git clone https://github.com/girisandeep/mrexamples.git
cd mrexamples/
ant jar
hadoop jar build/jar/MR.jar my.StubDriver /data/mr/wordcount/input javamrout
ant hiveudfjar
hive
add jar build/jar/kbdexamples.jar
create temporary function my_lower as 'hiveudf.Lower';
select my_lower('sandeeGGGGGHHHkkp');