Thanks a lot Harsh,
I just ran the Driver class from Eclipse and it worked fine.😊
Can I use local job runner to test Sequence File and Map File as well ?😌
-RR
> From: ha...@cloudera.com
> Date: Thu, 6 Mar 2014 19:37:18 -0800
> Subject: Re: Running a Job in a Local Job Runner:Windows
Running your Driver class from Eclipse should automatically run it in
the local runner mode (as thats the default mode).
You shouldn't need a local Hadoop install for this.
On Thu, Mar 6, 2014 at 11:36 AM, Radhe Radhe
wrote:
> Hi All,
>
> I'm trying to get some hands-on on the Map Reduce program
Hi RR,
You don't need to have the actual Hadoop daemons running on windows
machince. Just install Cygwin and ensure that you have all the required
Hadoop jars in the class path of your program. You can test/debug directly
from the IDE itself just by saying "Run As" -> "Java Application" on the
dri
Hi All,
I'm trying to get some hands-on on the Map Reduce programming.
I downloaded the code examples from Hadoop-The definitive guide, 3rd edition
and build it using Maven:
mvn package -DskipTests -Dhadoop.distro=apache-2
Next I imported the maven projects into Eclipse. Using Eclipse now I can