Re: Map Reduce Help

2015-05-05 Thread Drake민영근
Hi. The mapreduce example is the case. See this: https://github.com/apache/hadoop/blob/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/ExampleDriver.java Drake 민영근 Ph.D kt NexR On Wed, May 6, 2015 at 2:00 AM, Chandrashekhar Kotekar < shekhar.kote

Re: Map Reduce Help

2015-05-05 Thread Chandrashekhar Kotekar
Technically yes, you can keep all map reduce jobs in single jar file because all map reduce jobs are nothing but java classes but I think its better to keep all map-reduce job isolated so that you will be able to modify them easily in future. Regards, Chandrash3khar Kotekar Mobile - +91 860001145

Map Reduce Help

2015-05-05 Thread Nishanth S
Hello, I am very new to map reduce.We need to wirte few map reduce jobs to process different binary files.Can all the different map reduce programs be packaged into a single jar file?. Thanks, Chinchu