Thanks.
I am going to migrate a full scale java app that calculates massive
amount of data into a Hadoop process.
So I am just starting experimenting with the MR.
I am also practicing the DI concept in our architecture and this is
why I went into Guice (my preferable choice over Spring).
So I was wondering how to integrate them both.
On Dec 30, 12:41 pm, jordi <
jo...@donky.org> wrote:
> Hey Eyal
>
> There's an old jira with a patch [1] to support Spring Beans, that replaces
> the ReflectionUtils class used to instantiate everything with a much proper
> object factory. But that issue was closes as won't fix saying that you can
> achieve similar behavior using Hadoop Configuration... but that way you'll
> use Guice much more like a service locator than anything else. This blog
> post [2] tells you how to use spring with regular config.
>
> Spring Hadoop looks promising! But it seems that DI support will come after
> 1.0 release... I'll look how the implement DI with current Hadoop API
>
> hope this helps,
> jordi
>
> [1]
https://issues.apache.org/jira/browse/HADOOP-3261
> [2]
http://esammer.blogspot.com/2009/09/map-reduce-and-dependency-injecti...