You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by smjain <ja...@gmail.com> on 2011/02/24 08:43:27 UTC

using Hadoop as an integration platform

Hi,

I have been suggested that we can use Hadoop as an integration bus similar
to an ESB.

My notion of Hadoop is that it is useful for crunching huge data and mainly
data mining.

I think integration different Apps is a domain of ESB and not Hadoop..

Anyone has suggestions/thoughts.

Regards
Shashank
-- 
View this message in context: http://old.nabble.com/using-Hadoop-as-an-integration-platform-tp31001290p31001290.html
Sent from the Hadoop core-dev mailing list archive at Nabble.com.


Re: using Hadoop as an integration platform

Posted by Christopher Smith <cb...@gmail.com>.
Hadoop provides standardized interfaces/formats/execution models/etc.,
so it can be used for integration (and indeed, I've done that).
However, it differs from most ESB's in that it is very batch oriented,
rather than real-time/streaming/queuing oriented. Consider whether
your integration needs fit in to a batch model.

On Wed, Feb 23, 2011 at 11:43 PM, smjain <ja...@gmail.com> wrote:
>
> Hi,
>
> I have been suggested that we can use Hadoop as an integration bus similar
> to an ESB.
>
> My notion of Hadoop is that it is useful for crunching huge data and mainly
> data mining.
>
> I think integration different Apps is a domain of ESB and not Hadoop..
>
> Anyone has suggestions/thoughts.


-- 
Chris