|
|
-
Re: Hadoop with Spring / GuiceOwen O'Malley 2011-12-30, 17:28
Using guice in your MapReduce task is easy. Just create the injector in the
configure/setup method and include the jars in the distributed cache. -- Owen On Dec 27, 2011, at 4:01 PM, Eyal Golan <[EMAIL PROTECTED]> wrote: Thanks. I did see it before. Will check it a little bit more. Eyal Golan [EMAIL PROTECTED] Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 Skype: egolan74 P Save a tree. Please don't print this e-mail unless it's really necessary On Tue, Dec 27, 2011 at 2:04 AM, Mahadev Konar <[EMAIL PROTECTED]>wrote: > Eyal, > Did you check out the spring data project? > > http://www.springsource.org/spring-data/hadoop > > That might offer some help. > > thanks > mahadev > > > On Mon, Dec 26, 2011 at 2:12 AM, Eyal Golan <[EMAIL PROTECTED]> wrote: > >> Hi everyone, >> This is my first post in this list, as I am a newb with Hadoop. >> I am looking in the web for some documentation and example on how to use >> DI framework with Hadoop. >> >> Basically I want to have the mapping / reducing logic outside the mapper >> / reducer classes. >> >> I did a small prototype to show POC ofr our project. >> In the prototype I had classes with static methods that did the mapping / >> reducing logic. >> this is not my preferable way of course. >> >> So, >> Are there any recommendations for good DI in Hadoop documentation? >> >> Thanks, >> >> Eyal >> >> >> Eyal Golan >> [EMAIL PROTECTED] >> >> Visit: http://jvdrums.sourceforge.net/ >> LinkedIn: http://www.linkedin.com/in/egolan74 >> Skype: egolan74 >> >> P Save a tree. Please don't print this e-mail unless it's really >> necessary >> >> > |