Return-Path: X-Original-To: apmail-hadoop-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3641510943 for ; Sat, 7 Dec 2013 01:12:14 +0000 (UTC) Received: (qmail 93914 invoked by uid 500); 7 Dec 2013 01:12:09 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 93763 invoked by uid 500); 7 Dec 2013 01:12:09 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 93756 invoked by uid 99); 7 Dec 2013 01:12:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Dec 2013 01:12:09 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jayunit100@gmail.com designates 209.85.214.173 as permitted sender) Received: from [209.85.214.173] (HELO mail-ob0-f173.google.com) (209.85.214.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Dec 2013 01:12:04 +0000 Received: by mail-ob0-f173.google.com with SMTP id gq1so1567972obb.4 for ; Fri, 06 Dec 2013 17:11:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=+HPe6BDmPDv4WPi1srNXNoWT2nMpbKD8EoXJK3rUzQA=; b=JKdp/x1SfoyaytE9EIUWCIW+HgB7If3kDK3XdbruBD0vlj/lqfwrkm+Zd66S+ssEO2 wFQ3BbJitkKCHZlfGRfr4odXlNOI4vxvvnpOc4iUkv1pKymvh0qzQzDzFVjcBv14mb4x MqGGTM/eTo4Ju3AIaWibN4/NrNI9alm3bY1LUOSMPXPY5pSZre246EICbQWG9xlrWF8q M7HTY1L0I8vVCOUI+wbd5fLv346g/LLHqD+ybFGq6FSTODvQqIcnr9RhsLAuHxQimmfG Iq0gwVDt7b4dTsGpq/RnTROd9+ubIfnxOzh7edOos1G/7A3M56hubn8Hj6a3mLt96Ab7 53hw== MIME-Version: 1.0 X-Received: by 10.60.146.210 with SMTP id te18mr4833365oeb.20.1386378703741; Fri, 06 Dec 2013 17:11:43 -0800 (PST) Received: by 10.76.74.70 with HTTP; Fri, 6 Dec 2013 17:11:43 -0800 (PST) In-Reply-To: References: Date: Fri, 6 Dec 2013 20:11:43 -0500 Message-ID: Subject: Re: real time analytics on hadoop using spark or storm From: Jay Vyas To: "common-user@hadoop.apache.org" Content-Type: multipart/alternative; boundary=047d7b5d42f82929c604ece7720c X-Virus-Checked: Checked by ClamAV on apache.org --047d7b5d42f82929c604ece7720c Content-Type: text/plain; charset=ISO-8859-1 Spark increases performance by using distributed shared memory. Storm on the other hand gives you realtime performance by processing data sets in small batches. The case for Spark is when you want a more sophisticated data processing. The case for Storm is when you have large volumes of incoming data and you want to run a process every 1000 records. If you want a better comparison, try comparing spark-streaming with storm. On Fri, Dec 6, 2013 at 7:04 PM, Smarty Juice wrote: > can anyone explain what is the clear difference between spark and storm > > what are the use case of storm and spark? > > can it be used without haddop? > > what are the pros and cons of running with or without hadoop? > > thanks > > -- Jay Vyas http://jayunit100.blogspot.com --047d7b5d42f82929c604ece7720c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Spark increases performance by using distributed shared me= mory. =A0

Storm on the other hand gives you realtime per= formance by processing data sets in small batches.=A0

<= div style> The case for Spark is when you want a more sophisticated data processing.= =A0

The case for Storm is when you hav= e large volumes of incoming data and you want to run a process every 1000 r= ecords. =A0

If you want a better comparison, try compar= ing spark-streaming with storm. =A0





<= br>
On Fri, Dec 6, 2013 at 7:04 PM, Smarty Juice= <smarty.juice@gmail.com> wrote:
can anyone explain what is the clear difference between sp= ark and storm

what are the use case of storm and spark?<= /div>

can it be used without haddop?=A0

what are the pros and cons of running with or without hadoop?

thanks=A0




--
Jay Vyas
= http://jayunit= 100.blogspot.com
--047d7b5d42f82929c604ece7720c--