Return-Path: X-Original-To: apmail-spark-user-archive@minotaur.apache.org Delivered-To: apmail-spark-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 C437417216 for ; Tue, 14 Jul 2015 07:51:32 +0000 (UTC) Received: (qmail 94879 invoked by uid 500); 14 Jul 2015 07:51:29 -0000 Delivered-To: apmail-spark-user-archive@spark.apache.org Received: (qmail 94801 invoked by uid 500); 14 Jul 2015 07:51:29 -0000 Mailing-List: contact user-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list user@spark.apache.org Received: (qmail 94790 invoked by uid 99); 14 Jul 2015 07:51:29 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2015 07:51:29 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 09CAC1801DB for ; Tue, 14 Jul 2015 07:51:29 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.001 X-Spam-Level: **** X-Spam-Status: No, score=4.001 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, KAM_LAZY_DOMAIN_SECURITY=1, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id GetR4Xc5DqAb for ; Tue, 14 Jul 2015 07:51:19 +0000 (UTC) Received: from mail-ig0-f178.google.com (mail-ig0-f178.google.com [209.85.213.178]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 2C9F822F0B for ; Tue, 14 Jul 2015 07:51:19 +0000 (UTC) Received: by igbij6 with SMTP id ij6so40370342igb.1 for ; Tue, 14 Jul 2015 00:50:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=iCYrbjp0UgryATxUHWCSDQZFcWeEJuBP/9n56Xd1dFw=; b=KXfKnnTEetJWMmXip5O/WsSYTX9Ijw8dYAPHi3J2Q6uM0/A1pDvychc3XaywO/pFDA FiCB9k2u3pvacUIY2+rOum1D4RQlBqREwcMC7rcHOVUHlKYN8gC7JwcAo6x0cdsGLTDi 0QZ7xFN67WT/Oiz/tMqIGXEAgaGEv5fMHEuS2gWNUdzSZr+A40fzJ1KQSL275Virz2fQ t8NVFLdavDV+lfHxqlTxqAtwqRbnx4uqb9el+TPSofpEiytM/xR0gJ66qscpUPiaj7V3 Ao3OOOskKwq772Y2jYyBL5Y1euhPHQJe79rLWE5g3tkLz5YgfTXHuTZdL4LnEEk3g7QQ iqlA== X-Gm-Message-State: ALoCoQl5BQNxN8F8GKuYEBdg/ixt9WK9FwfhLEtzOM5Mgq9m9Y5hS7pfO6zGPRAa8w+rX5BBHTNr MIME-Version: 1.0 X-Received: by 10.107.36.140 with SMTP id k134mr49115469iok.5.1436860226868; Tue, 14 Jul 2015 00:50:26 -0700 (PDT) Received: by 10.107.25.143 with HTTP; Tue, 14 Jul 2015 00:50:26 -0700 (PDT) In-Reply-To: References: Date: Tue, 14 Jul 2015 13:20:26 +0530 Message-ID: Subject: Re: Spark Intro From: Akhil Das To: vinod kumar Cc: User Content-Type: multipart/alternative; boundary=001a1141b5666a30e1051ad117bc --001a1141b5666a30e1051ad117bc Content-Type: text/plain; charset=UTF-8 This is where you can get started https://spark.apache.org/docs/latest/sql-programming-guide.html Thanks Best Regards On Mon, Jul 13, 2015 at 3:54 PM, vinod kumar wrote: > > Hi Everyone, > > I am developing application which handles bulk of data around > millions(This may vary as per user's requirement) records.As of now I am > using MsSqlServer as back-end and it works fine but when I perform some > operation on large data I am getting overflow exceptions.I heard about > spark that it was fastest computation engine Than SQL(Correct me if I am > worng).so i thought to switch my application to spark.Is my decision is > right? > My User Enviroment is > #.Window 8 > #.Data in millions. > #.Need to perform filtering and Sorting operations with aggregartions > frequently.(for analystics) > > Thanks in-advance, > > Vinod > --001a1141b5666a30e1051ad117bc Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
This is where you can get started= =C2=A0https://spark.apache.org/docs/latest/sql-programming-guide.html<= /div>

Thanks
Best Regards
=

On Mon, Jul 13, 2015 at 3:54 PM, vinod kumar= <vinodsachin006@gmail.com> wrote:

Hi Everyone,

I am developing application which handles bulk of data around millions(Thi= s may vary as per user's requirement) records.As of now I am using MsSq= lServer as back-end and it works fine =C2=A0but when I perform some operati= on on large data I am getting overflow exceptions.I heard about spark that = it was fastest computation engine Than SQL(Correct me if I am worng).so i t= hought to switch my application to spark.Is my decision is right?
My User Enviroment is
#.Window 8
#.Data in millions.
#.Need to perform filtering and Sorting operations with aggregarti= ons frequently.(for analystics)

Thanks in-ad= vance,

Vinod

--001a1141b5666a30e1051ad117bc--