Skip to content

girisandeep/mrexamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Map Reduce Example

## 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

Hive Example

1. Compile and build the jar

ant hiveudfjar

2. Start Hive

hive

3. On the hive prompt execute

add jar build/jar/kbdexamples.jar
create temporary function my_lower as 'hiveudf.Lower';
select my_lower('sandeeGGGGGHHHkkp');

About

These are the examples of Map-Reduce

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages