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 A3110105BE for ; Wed, 19 Mar 2014 06:56:33 +0000 (UTC) Received: (qmail 58843 invoked by uid 500); 19 Mar 2014 06:56:33 -0000 Delivered-To: apmail-incubator-drill-user-archive@incubator.apache.org Received: (qmail 57453 invoked by uid 500); 19 Mar 2014 06:56: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 57441 invoked by uid 99); 19 Mar 2014 06:56:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2014 06:56:12 +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 kamesh.hadoop@gmail.com designates 209.85.216.174 as permitted sender) Received: from [209.85.216.174] (HELO mail-qc0-f174.google.com) (209.85.216.174) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2014 06:56:05 +0000 Received: by mail-qc0-f174.google.com with SMTP id c9so3303019qcz.33 for ; Tue, 18 Mar 2014 23:55:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=zIwIEo85VclGUNF7d52lJK1i3gzx0NnTyPQoVdDyA2g=; b=Ik0iw9WWT6EGXkp4twUVD9GeYo7SzvutLKiKqm787saU9PDtuguukTR8whcORkFl/3 KHBCUZu36CEqpJjDtev7CV3KxdAt61VTgJcXtNn5d1R6s0B8emPCQ4vH1GEL5Why0M7F 4pQtQ4fKkmrIIwQfO6YpqzWUZfx4HofYEId/B7f4CLsL59xDpKNEJx/P3PxjGpIHZRjp fDJdDaaWOJ6Zu9izqJyku3xD2eC/XeNqTnBAd+cRbnf6m7mtGZM2nKrN2mEmYP1EySPh 7f22CFmsSfFVRCrZ/8NPsuTZyNL2V8VdWGtZrcgYMR8MePJAV6qJ+L3zuHGWEWqr1M1F TeKQ== MIME-Version: 1.0 X-Received: by 10.224.167.80 with SMTP id p16mr41362672qay.62.1395212144503; Tue, 18 Mar 2014 23:55:44 -0700 (PDT) Received: by 10.140.93.163 with HTTP; Tue, 18 Mar 2014 23:55:44 -0700 (PDT) Date: Wed, 19 Mar 2014 12:25:44 +0530 Message-ID: Subject: OOM Error while executing the sqlline. From: Kamesh Bhallamudi To: drill-user@incubator.apache.org Content-Type: multipart/alternative; boundary=089e0149cf8a4271ab04f4f024bb X-Virus-Checked: Checked by ClamAV on apache.org --089e0149cf8a4271ab04f4f024bb Content-Type: text/plain; charset=UTF-8 Hi All, I am getting OOM exception while executing the following command. *bin/sqlline -u jdbc:drill:zk=local -n admin -p admin* I am getting the following message on the console scan complete in 57ms scan complete in 4756ms and also getting following exception in *sqlline.log* java.lang.OutOfMemoryError: Direct buffer memory at java.nio.Bits.reserveMemory(Bits.java:658) ~[na:1.7.0_25] at java.nio.DirectByteBuffer.(DirectByteBuffer.java:123) ~[na:1.7.0_25] at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:306) ~[na:1.7.0_25] ......................................................................................................................................... at org.apache.drill.exec.rpc.RpcBus.send(RpcBus.java:97) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT] at org.apache.drill.exec.rpc.BasicClient$ConnectionMultiListener$ConnectionHandler.operationComplete(BasicClient.java:148) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT] at org.apache.drill.exec.rpc.BasicClient$ConnectionMultiListener$ConnectionHandler.operationComplete(BasicClient.java:139) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT] ............................................................................................................................. Please help me how to run drill. -- Kamesh. --089e0149cf8a4271ab04f4f024bb--