Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8D98A200BD9 for ; Fri, 9 Dec 2016 17:43:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8C382160B1D; Fri, 9 Dec 2016 16:43:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0702B160AFD for ; Fri, 9 Dec 2016 17:43:00 +0100 (CET) Received: (qmail 40851 invoked by uid 500); 9 Dec 2016 16:42:59 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 40833 invoked by uid 99); 9 Dec 2016 16:42:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2016 16:42:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 755C32C0079 for ; Fri, 9 Dec 2016 16:42:59 +0000 (UTC) Date: Fri, 9 Dec 2016 16:42:59 +0000 (UTC) From: "Zelaine Fong (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-5118) Select Query Limit is not working in Drill 1.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 09 Dec 2016 16:43:01 -0000 [ https://issues.apache.org/jira/browse/DRILL-5118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15735744#comment-15735744 ] Zelaine Fong commented on DRILL-5118: ------------------------------------- Not sure if this is related to DRILL-4905. > Select Query Limit is not working in Drill 1.8 > ---------------------------------------------- > > Key: DRILL-5118 > URL: https://issues.apache.org/jira/browse/DRILL-5118 > Project: Apache Drill > Issue Type: Bug > Components: Client - CLI, Client - HTTP > Affects Versions: 1.8.0 > Reporter: Gopal Nagar > > Hi All, > Drill 1.8.0 has been installed on a AWS node which has 32 GB RAM and 80 GB storage. I didn't specify memory separately to Drill. I am trying to join two tables have rows 4607818 & 14273378 respectively and I have put limit 100 in query. > But after displaying the 100 rows on Drill CLI, Query doesn't terminated and it doesn't go back to CLI prompt and keep processing the data in Background. Please help. > Join Query > -------------- > select t1.col FROM hive.table1 as t1 join hive.table2 as t2 on t1.col = t2.col limit 100; -- This message was sent by Atlassian JIRA (v6.3.4#6332)