Return-Path: X-Original-To: apmail-hive-user-archive@www.apache.org Delivered-To: apmail-hive-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C3D2DC73B for ; Wed, 19 Jun 2013 23:03:17 +0000 (UTC) Received: (qmail 16338 invoked by uid 500); 19 Jun 2013 23:03:16 -0000 Delivered-To: apmail-hive-user-archive@hive.apache.org Received: (qmail 16284 invoked by uid 500); 19 Jun 2013 23:03:16 -0000 Mailing-List: contact user-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hive.apache.org Delivered-To: mailing list user@hive.apache.org Received: (qmail 16274 invoked by uid 99); 19 Jun 2013 23:03:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jun 2013 23:03:16 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dontariq@gmail.com designates 209.85.220.179 as permitted sender) Received: from [209.85.220.179] (HELO mail-vc0-f179.google.com) (209.85.220.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jun 2013 23:03:11 +0000 Received: by mail-vc0-f179.google.com with SMTP id hz11so4287574vcb.10 for ; Wed, 19 Jun 2013 16:02:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=2h0zKaMj34xsb+nu/Y5bOmZDs66gUdUSEIkw7ZTNX5Q=; b=EDNtCJDiQFUtSs9ay3bjPhu+CRd/laxjqZ1JgvQ2cc5+9ILLVGEm3F3qA8o+8ZHePk wRDkguTPnJJvpJxbRvmLKiGKJnQaLcJiglUPuFl3nZBgeItjXBRRtJp9XOH1M4woy7iM XBhXMTCL1xDw3+V+IpVYmnNglH/hMdGqE7P2rvoBVOJwZwy8GeBjjqYajkq38dGuCrxf CrfllNECRu3jN9YVw9mMyvJ5xdsFW3+tP/DPWgRMGpyIo9+sZPcFdytIH2wPd+/tFeG/ OH50CyQupb2ubrXKjMpKElOJoRMtscW5i6dJhf0wyZqEUShPGgjTtry60J7XhUyo5kln UgVQ== X-Received: by 10.58.22.74 with SMTP id b10mr1638489vef.47.1371682970276; Wed, 19 Jun 2013 16:02:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.59.12.163 with HTTP; Wed, 19 Jun 2013 16:02:10 -0700 (PDT) In-Reply-To: References: From: Mohammad Tariq Date: Thu, 20 Jun 2013 04:32:10 +0530 Message-ID: Subject: Re: New to hive. To: user Content-Type: multipart/alternative; boundary=089e013c69e6301b9504df89d4c8 X-Virus-Checked: Checked by ClamAV on apache.org --089e013c69e6301b9504df89d4c8 Content-Type: text/plain; charset=ISO-8859-1 Hello ma'am, Hive queries are parsed using ANTLR and and are converted into corresponding MR jobs(actually a lot of things happen under the hood). I had answered a similar questionfew days ago on SO, you might find it helpful. But I would suggest you to go through the original paperwhich explains all these things in proper detail. I would also recommend you to go through the book "Programming Hive". It's really nice. HTH Warm Regards, Tariq cloudfront.blogspot.com On Thu, Jun 20, 2013 at 4:24 AM, Bharati wrote: > Hi Folks, > > I am new to hive and need information, tutorials etc that you can point > to. I have installed hive to work with MySQL. > > I can run queries. Now I would like to understand how the map and reduce > classes are created and how I can look at the data for the map job and map > class the hive query generates. Also is there a way to create custom map > classes. > I would appreciate if anyone can help me get started. > > Thanks, > Bharati > > Sent from my iPad > Fortigate Filtered > > --089e013c69e6301b9504df89d4c8 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello ma'am,

=A0 =A0 =A0 Hive= queries are parsed using ANTLR=A0and= and are converted into corresponding MR jobs(actually a lot of things happ= en under the hood). I had answered a similar question few days ago on SO, you might find it = helpful. But I would suggest you to go through the original paper which explains all= these things in proper detail. I would also recommend you to go through th= e book "Programming Hive". It's really nice.

HTH
<= br clear=3D"all">
Warm Regards,
Tariq
cloudfront.blogs= pot.com


On Thu, Jun 20, 2013 at 4:24 AM, Bharati= <bharati.adkar@mparallelo.com> wrote:
Hi Folks,

I am new to hive and need information, tutorials etc that you can point to.= I have installed hive to work with MySQL.

=A0I can run queries. Now I would like to understand how the map and reduce= classes are created and how I can look at the data for the map job and map= class the hive query generates. =A0Also is there a way to create custom ma= p classes.
I would appreciate if anyone can help me get started.

Thanks,
Bharati

Sent from my iPad
Fortigate Filtered


--089e013c69e6301b9504df89d4c8--