Re: What is the best way to build and debug MR application?

2013-06-06 Thread Lin Yang
Hey, Sandy, Thanks for your advice. 2013/6/7 Sandy Ryza > (and running them from Eclipse) > > > On Thu, Jun 6, 2013 at 7:21 PM, Sandy Ryza wrote: > >> Hi Lin, >> >> This is by no means a comprehensive answer to your question, but I've >> found that I'm able to iterate fastest by writing unit t

Re: What is the best way to build and debug MR application?

2013-06-06 Thread Sandy Ryza
(and running them from Eclipse) On Thu, Jun 6, 2013 at 7:21 PM, Sandy Ryza wrote: > Hi Lin, > > This is by no means a comprehensive answer to your question, but I've > found that I'm able to iterate fastest by writing unit tests using MRUnit ( > http://mrunit.apache.org/) > > -Sandy > > > On Th

Re: What is the best way to build and debug MR application?

2013-06-06 Thread Sandy Ryza
Hi Lin, This is by no means a comprehensive answer to your question, but I've found that I'm able to iterate fastest by writing unit tests using MRUnit ( http://mrunit.apache.org/) -Sandy On Thu, Jun 6, 2013 at 7:02 PM, Lin Yang wrote: > Hi,dear friends, > > I have setup a Hadoop cluster with

What is the best way to build and debug MR application?

2013-06-06 Thread Lin Yang
Hi,dear friends, I have setup a Hadoop cluster with 3 nodes in a local LAN, and now I would like to develop some applications on it. However, I'm not sure whether could I build the application on my laptop which OS is windows 7 and deliver it to the remote Hadoop cluster by using Eclipse plugin?