Return-Path: X-Original-To: apmail-incubator-drill-user-archive@minotaur.apache.org Delivered-To: apmail-incubator-drill-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 607131755E for ; Wed, 22 Oct 2014 00:32:16 +0000 (UTC) Received: (qmail 20446 invoked by uid 500); 22 Oct 2014 00:32:16 -0000 Delivered-To: apmail-incubator-drill-user-archive@incubator.apache.org Received: (qmail 20395 invoked by uid 500); 22 Oct 2014 00:32:16 -0000 Mailing-List: contact drill-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: drill-user@incubator.apache.org Delivered-To: mailing list drill-user@incubator.apache.org Received: (qmail 20382 invoked by uid 99); 22 Oct 2014 00:32:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Oct 2014 00:32:15 +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 (athena.apache.org: domain of adityakishore@gmail.com designates 209.85.213.50 as permitted sender) Received: from [209.85.213.50] (HELO mail-yh0-f50.google.com) (209.85.213.50) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Oct 2014 00:32:10 +0000 Received: by mail-yh0-f50.google.com with SMTP id a41so2490409yho.37 for ; Tue, 21 Oct 2014 17:31:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=yXt2dFNEkYHYC7kIqbQjypgiWd2traT1mf60enkG3hs=; b=Oh3aYvys6siKt4JEB0cZotD109xuG7kfZsWXExo5OXZRRDDhlYkYjjcgCNkwkiRyTt WHLf7d6LsbggulcS1j+fCHtclrBADjb0SmN+CyrhF6GOOUSmHSZrMOou88ONMNii1eaG iKpG8SmyJpH/+qFxj92Fei8LdKjz5UgKZUxj5fRHjSDJAUxpciLOMEmzIFA5yktDXYqV fQclTd9YsWDL5tm2zklSbeQQc67DADWh978DQ2lY9twT6OSQD5d1RJePjhPPm+rYmAn/ x1BK7oyq3JYcwGtmV4PxZVs63w57+0tANcjt9sff8o5U91usZifI1Ps4aY558VAedjS4 kp5g== X-Received: by 10.236.14.97 with SMTP id c61mr19161130yhc.132.1413937909341; Tue, 21 Oct 2014 17:31:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.170.100.138 with HTTP; Tue, 21 Oct 2014 17:31:28 -0700 (PDT) Reply-To: adityakishore@gmail.com In-Reply-To: References: From: Aditya Date: Tue, 21 Oct 2014 17:31:28 -0700 Message-ID: Subject: Re: Installation To: "drill-user@incubator.apache.org" Content-Type: multipart/alternative; boundary=089e013a0cacd2297d0505f8128a X-Virus-Checked: Checked by ClamAV on apache.org --089e013a0cacd2297d0505f8128a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, Oct 21, 2014 at 5:15 PM, Mohit Anchlia wrote: > So what I see in the architectural overview page is one of the data sourc= es > to drill? Where does drill store all metadata information? > =E2=80=8BDrill does not have a centralized metadata store. It discovers sch= ema on the fly from the data.=E2=80=8B That being said, it can work with data sources whic= h have defined meta data, for example hive. > > When using hadoop with drill is it recommended to install drill on hadoop > node to take advantage of data locality? > Definitely. Drill use=E2=80=8Bs the locality information to schedule work o= n appropriate node. --089e013a0cacd2297d0505f8128a--