Return-Path: X-Original-To: apmail-drill-commits-archive@www.apache.org Delivered-To: apmail-drill-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C2B4717472 for ; Wed, 18 Feb 2015 23:43:48 +0000 (UTC) Received: (qmail 42989 invoked by uid 500); 18 Feb 2015 23:43:48 -0000 Delivered-To: apmail-drill-commits-archive@drill.apache.org Received: (qmail 42954 invoked by uid 500); 18 Feb 2015 23:43:48 -0000 Mailing-List: contact commits-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: commits@drill.apache.org Delivered-To: mailing list commits@drill.apache.org Received: (qmail 42945 invoked by uid 99); 18 Feb 2015 23:43:48 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2015 23:43:48 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 90138AC0051 for ; Wed, 18 Feb 2015 23:43:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1660767 - /drill/site/trunk/content/drill/faq/index.html Date: Wed, 18 Feb 2015 23:43:48 -0000 To: commits@drill.apache.org From: bridgetb@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150218234348.90138AC0051@hades.apache.org> Author: bridgetb Date: Wed Feb 18 23:43:48 2015 New Revision: 1660767 URL: http://svn.apache.org/r1660767 Log: DRILL-2270: Broken link on Apache Drill website Modified: drill/site/trunk/content/drill/faq/index.html Modified: drill/site/trunk/content/drill/faq/index.html URL: http://svn.apache.org/viewvc/drill/site/trunk/content/drill/faq/index.html?rev=1660767&r1=1660766&r2=1660767&view=diff ============================================================================== --- drill/site/trunk/content/drill/faq/index.html (original) +++ drill/site/trunk/content/drill/faq/index.html Wed Feb 18 23:43:48 2015 @@ -141,11 +141,11 @@

What SQL functionality can Drill support?

-

Drill provides ANSI standard SQL (not SQL "Like" or Hive QL) with support for all key analytics functionality such as SQL data types, joins, aggregations, filters, sort, sub-queries (including correlated), joins in where clause etc. Click here for reference on SQL functionality in Drill.

+

Drill provides ANSI standard SQL (not SQL "Like" or Hive QL) with support for all key analytics functionality such as SQL data types, joins, aggregations, filters, sort, sub-queries (including correlated), joins in where clause etc. Click here for reference on SQL functionality in Drill.

What Hadoop distributions does Drill work with?

-

Drill is not designed with a particular Hadoop distribution in mind and we expect it to work with all Hadoop distributions that support Hadoop 2.3.x+ API. We have validated it so far with Apache Hadoop/MapR/CDH/Amazon EMR distributions (Amazon EMR requires a custom configuration required - contact drill-user@incubator.apache.org for questions.

+

Drill is not designed with a particular Hadoop distribution in mind and we expect it to work with all Hadoop distributions that support Hadoop 2.3.x+ API. We have validated it so far with Apache Hadoop/MapR/CDH/Amazon EMR distributions (Amazon EMR requires a custom configuration required - contact user@drill.apache.org for questions.

How does Drill achieve performance?