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 84B981139A for ; Sun, 10 Aug 2014 05:03:14 +0000 (UTC) Received: (qmail 91675 invoked by uid 500); 10 Aug 2014 05:03:14 -0000 Delivered-To: apmail-incubator-drill-user-archive@incubator.apache.org Received: (qmail 91614 invoked by uid 500); 10 Aug 2014 05:03:14 -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 91602 invoked by uid 99); 10 Aug 2014 05:03:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Aug 2014 05:03:13 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcaidu-user@m.gmane.org designates 80.91.229.3 as permitted sender) Received: from [80.91.229.3] (HELO plane.gmane.org) (80.91.229.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Aug 2014 05:03:08 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XGLHK-000872-BE for drill-user@incubator.apache.org; Sun, 10 Aug 2014 07:02:46 +0200 Received: from d210-49-169-150.sun801.vic.optusnet.com.au ([210.49.169.150]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Aug 2014 07:02:46 +0200 Received: from lmorandini by d210-49-169-150.sun801.vic.optusnet.com.au with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Aug 2014 07:02:46 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: drill-user@incubator.apache.org From: Luca Morandini Subject: Querying relatively big GeoJSON data Date: Sun, 10 Aug 2014 15:02:31 +1000 Lines: 21 Message-ID: Reply-To: lmorandini@ieee.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: d210-49-169-150.sun801.vic.optusnet.com.au User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 X-Virus-Checked: Checked by ClamAV on apache.org I tried a simple query on a 250MB GeoJSON, but Drill did not like it: select t.features[0].properties.name from dfs.`/opt/drill/sample-data/geo1.json` t; Query failed: Failure while running fragment. Resetting to invalid mark [41a66a4a-b8c2-4fc6-a7fc-f1c76e312f32] Error: exception while executing query: Failure while trying to get next result batch. (state=,code=0) Just in case you wonder, the GeoJSON is correct (I was able to load and display it as a map), and the query worked on a very small GeoJSON (see my previous email). Any clues ? Luca Morandini Data Architect - AURIN project Melbourne eResearch Group Department of Computing and Information Systems University of Melbourne Tel. +61 03 903 58 380 Skype: lmorandini