Re: Local jobtracker in test env?

2012-08-08 Thread Harsh J
Yes, singular JVM (The test JVM itself) and the latter approach (no TT/JT daemons). On Wed, Aug 8, 2012 at 4:50 AM, Mohit Anchlia mohitanch...@gmail.com wrote: On Tue, Aug 7, 2012 at 2:08 PM, Harsh J ha...@cloudera.com wrote: It used the local mode of operation:

Local jobtracker in test env?

2012-08-07 Thread Mohit Anchlia
I just wrote a test where fs.default.name is file:/// and mapred.job.tracker is set to local. The test ran fine, I also see mapper and reducer were invoked but what I am trying to understand is that how did this run without specifying the job tracker port and which port task tracker connected with

Re: Local jobtracker in test env?

2012-08-07 Thread Harsh J
It used the local mode of operation: org.apache.hadoop.mapred.LocalJobRunner A JobTracker (via MiniMRCluster) is only required for simulating distributed tests. On Wed, Aug 8, 2012 at 2:27 AM, Mohit Anchlia mohitanch...@gmail.com wrote: I just wrote a test where fs.default.name is file:/// and