|
|
-
Hadoop in Real time applications
Karthik Kumar 2011-02-17, 04:17
Can Hadoop be used for Real time Applications such as banking solutions...
-- With Regards, Karthik
-
Re: Hadoop in Real time applications
madhu phatak 2011-02-17, 06:30
Hadoop is not suited for real time applications
On Thu, Feb 17, 2011 at 9:47 AM, Karthik Kumar <[EMAIL PROTECTED]>wrote:
> Can Hadoop be used for Real time Applications such as banking solutions... > > -- > With Regards, > Karthik >
-
Re: Hadoop in Real time applications
Ted Dunning 2011-02-17, 07:48
Unless you go beyond the current standard semantics, this is true. See here: http://code.google.com/p/hop/ and http://labs.yahoo.com/node/476for alternatives. On Wed, Feb 16, 2011 at 10:30 PM, madhu phatak <[EMAIL PROTECTED]> wrote: > Hadoop is not suited for real time applications > > On Thu, Feb 17, 2011 at 9:47 AM, Karthik Kumar <[EMAIL PROTECTED] > >wrote: > > > Can Hadoop be used for Real time Applications such as banking > solutions... > > > > -- > > With Regards, > > Karthik > > >
-
Re: Hadoop in Real time applications
Niels Basjes 2011-02-17, 08:39
2011/2/17 Karthik Kumar <[EMAIL PROTECTED]>: > Can Hadoop be used for Real time Applications such as banking solutions...
Hadoop consists of several components. Components like HDFS and HBase are quite suitable for "interactive" solutions (as in: I usually get an answer within 0.x seconds). If you really need "realtime" (as in: I want a guarantee that I have an answer within 0.x seconds) the answer is: No, HDFS/HBase cannot guarantee that. Other components like MapReduce (and Hive which run on top of MapReduce) are purely batch oriented.
-- Met vriendelijke groeten,
Niels Basjes
-
Re: Hadoop in Real time applications
Karthik Kumar 2011-02-17, 11:56
Hi,
Thanks for the clarification.
On Thu, Feb 17, 2011 at 2:09 PM, Niels Basjes <[EMAIL PROTECTED]> wrote:
> 2011/2/17 Karthik Kumar <[EMAIL PROTECTED]>: > > Can Hadoop be used for Real time Applications such as banking > solutions... > > Hadoop consists of several components. > Components like HDFS and HBase are quite suitable for "interactive" > solutions (as in: I usually get an answer within 0.x seconds). > If you really need "realtime" (as in: I want a guarantee that I have > an answer within 0.x seconds) the answer is: No, HDFS/HBase cannot > guarantee that. > Other components like MapReduce (and Hive which run on top of > MapReduce) are purely batch oriented. > > -- > Met vriendelijke groeten, > > Niels Basjes >
-- With Regards, Karthik
-
RE: Hadoop in Real time applications
Michael Segel 2011-02-17, 13:22
Uhm...
'Realtime' is relative.
Facebook uses HBase for e-mail, right? Now isn't that a 'realtime' application? ;-)
If you're talking about realtime as in like a controller? Or a systems of record for a stock exchange? That wouldn't be a good fit. > Date: Thu, 17 Feb 2011 17:26:04 +0530 > Subject: Re: Hadoop in Real time applications > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > > Hi, > > Thanks for the clarification. > > On Thu, Feb 17, 2011 at 2:09 PM, Niels Basjes <[EMAIL PROTECTED]> wrote: > > > 2011/2/17 Karthik Kumar <[EMAIL PROTECTED]>: > > > Can Hadoop be used for Real time Applications such as banking > > solutions... > > > > Hadoop consists of several components. > > Components like HDFS and HBase are quite suitable for "interactive" > > solutions (as in: I usually get an answer within 0.x seconds). > > If you really need "realtime" (as in: I want a guarantee that I have > > an answer within 0.x seconds) the answer is: No, HDFS/HBase cannot > > guarantee that. > > Other components like MapReduce (and Hive which run on top of > > MapReduce) are purely batch oriented. > > > > -- > > Met vriendelijke groeten, > > > > Niels Basjes > > > > > > -- > With Regards, > Karthik
-
Re: Hadoop in Real time applications
Jason Rutherglen 2011-02-17, 13:56
Ted, thanks for the links, the yahoo.com one doesn't seem to exist? On Wed, Feb 16, 2011 at 11:48 PM, Ted Dunning <[EMAIL PROTECTED]> wrote: > Unless you go beyond the current standard semantics, this is true. > > See here: http://code.google.com/p/hop/ and > http://labs.yahoo.com/node/476for alternatives. > > On Wed, Feb 16, 2011 at 10:30 PM, madhu phatak <[EMAIL PROTECTED]> wrote: > >> Hadoop is not suited for real time applications >> >> On Thu, Feb 17, 2011 at 9:47 AM, Karthik Kumar <[EMAIL PROTECTED] >> >wrote: >> >> > Can Hadoop be used for Real time Applications such as banking >> solutions... >> > >> > -- >> > With Regards, >> > Karthik >> > >> >
-
Re: Hadoop in Real time applications
Ted Dunning 2011-02-17, 16:29
Remove the for at the end that got sucked in by the email editor. On Thu, Feb 17, 2011 at 5:56 AM, Jason Rutherglen < [EMAIL PROTECTED]> wrote: > Ted, thanks for the links, the yahoo.com one doesn't seem to exist? > > On Wed, Feb 16, 2011 at 11:48 PM, Ted Dunning <[EMAIL PROTECTED]> > wrote: > > Unless you go beyond the current standard semantics, this is true. > > > > See here: http://code.google.com/p/hop/ and > > http://labs.yahoo.com/node/476for alternatives. > > > > On Wed, Feb 16, 2011 at 10:30 PM, madhu phatak <[EMAIL PROTECTED]> > wrote: > > > >> Hadoop is not suited for real time applications > >> > >> On Thu, Feb 17, 2011 at 9:47 AM, Karthik Kumar < > [EMAIL PROTECTED] > >> >wrote: > >> > >> > Can Hadoop be used for Real time Applications such as banking > >> solutions... > >> > > >> > -- > >> > With Regards, > >> > Karthik > >> > > >> > > >
-
Re: Hadoop in Real time applications
Konstantin Boudnik 2011-02-17, 17:52
'cause email is a soft real-time system. A bank application would be a hard real-time system.
All the difference is in guarantees. -- Take care, Konstantin (Cos) Boudnik
On Thu, Feb 17, 2011 at 05:22, Michael Segel <[EMAIL PROTECTED]> wrote: > > Uhm... > > 'Realtime' is relative. > > Facebook uses HBase for e-mail, right? Now isn't that a 'realtime' application? > ;-) > > If you're talking about realtime as in like a controller? Or a systems of record for a stock exchange? That wouldn't be a good fit. > > >> Date: Thu, 17 Feb 2011 17:26:04 +0530 >> Subject: Re: Hadoop in Real time applications >> From: [EMAIL PROTECTED] >> To: [EMAIL PROTECTED] >> >> Hi, >> >> Thanks for the clarification. >> >> On Thu, Feb 17, 2011 at 2:09 PM, Niels Basjes <[EMAIL PROTECTED]> wrote: >> >> > 2011/2/17 Karthik Kumar <[EMAIL PROTECTED]>: >> > > Can Hadoop be used for Real time Applications such as banking >> > solutions... >> > >> > Hadoop consists of several components. >> > Components like HDFS and HBase are quite suitable for "interactive" >> > solutions (as in: I usually get an answer within 0.x seconds). >> > If you really need "realtime" (as in: I want a guarantee that I have >> > an answer within 0.x seconds) the answer is: No, HDFS/HBase cannot >> > guarantee that. >> > Other components like MapReduce (and Hive which run on top of >> > MapReduce) are purely batch oriented. >> > >> > -- >> > Met vriendelijke groeten, >> > >> > Niels Basjes >> > >> >> >> >> -- >> With Regards, >> Karthik >
-
Re: Hadoop in Real time applications
Adarsh Sharma 2011-02-18, 03:57
I think Facebook, Uses Hadoop, Casandra for their Analytics Purposes. Thanks, Adarsh
Michael Segel wrote: > Uhm... > > 'Realtime' is relative. > > Facebook uses HBase for e-mail, right? Now isn't that a 'realtime' application? > ;-) > > If you're talking about realtime as in like a controller? Or a systems of record for a stock exchange? That wouldn't be a good fit. > > > >> Date: Thu, 17 Feb 2011 17:26:04 +0530 >> Subject: Re: Hadoop in Real time applications >> From: [EMAIL PROTECTED] >> To: [EMAIL PROTECTED] >> >> Hi, >> >> Thanks for the clarification. >> >> On Thu, Feb 17, 2011 at 2:09 PM, Niels Basjes <[EMAIL PROTECTED]> wrote: >> >> >>> 2011/2/17 Karthik Kumar <[EMAIL PROTECTED]>: >>> >>>> Can Hadoop be used for Real time Applications such as banking >>>> >>> solutions... >>> >>> Hadoop consists of several components. >>> Components like HDFS and HBase are quite suitable for "interactive" >>> solutions (as in: I usually get an answer within 0.x seconds). >>> If you really need "realtime" (as in: I want a guarantee that I have >>> an answer within 0.x seconds) the answer is: No, HDFS/HBase cannot >>> guarantee that. >>> Other components like MapReduce (and Hive which run on top of >>> MapReduce) are purely batch oriented. >>> >>> -- >>> Met vriendelijke groeten, >>> >>> Niels Basjes >>> >>> >> >> -- >> With Regards, >> Karthik >> > >
|
|