Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AD14F10A1A for ; Tue, 30 Dec 2014 02:10:13 +0000 (UTC) Received: (qmail 1930 invoked by uid 500); 30 Dec 2014 02:10:13 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 1893 invoked by uid 500); 30 Dec 2014 02:10:13 -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 1883 invoked by uid 99); 30 Dec 2014 02:10:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Dec 2014 02:10:13 +0000 Date: Tue, 30 Dec 2014 02:10:13 +0000 (UTC) From: "Abhishek Girish (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (DRILL-1418) Drill Tutorial join of Hive table and JSON file fails on Sandbox build MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhishek Girish resolved DRILL-1418. ------------------------------------ Resolution: Cannot Reproduce Assignee: (was: Abhishek Girish) Please check comments. > Drill Tutorial join of Hive table and JSON file fails on Sandbox build > ---------------------------------------------------------------------- > > Key: DRILL-1418 > URL: https://issues.apache.org/jira/browse/DRILL-1418 > Project: Apache Drill > Issue Type: Bug > Components: Storage - Hive > Affects Versions: 0.5.0 > Environment: Using the Drill Sandbox build running 0.5 from Friday, Sept. 12. > This query worked previously on a demo cluster set up by Andy Pernsteiner with the following build: > [mapr@ip-172-16-1-60 drill-0.5.0]$ more git.properties > #Generated by Git-Commit-Id-Plugin > #Mon Aug 18 12:53:44 PDT 2014 > git.commit.id.abbrev=654c879 > The data set required to run this query is on Andy's cluster as well as on the Sandbox build, but the storage configuration will be a little different. > Reporter: Bob Rumsby > > 0: jdbc:drill:> use dfs.clicks; > +------------+------------+ > | ok | summary | > +------------+------------+ > | true | Default schema changed to 'dfs.clicks' | > +------------+------------+ > 1 row selected (0.121 seconds) > 0: jdbc:drill:> select o.cust_id, o.order_total,t.trans_info.prod_id[0] from hive.orders as o, `clicks/clicks.json` t where o.cust_id=t.user_info.cust_id and t.trans_info.prod_id[0] is not null and o.order_total > (select avg(inord.order_total) from hive.orders inord where inord.state = o.state ); > Query failed: Failure while running fragment. Schema is currently null. You must call buildSchema(SelectionVectorMode) before this container can return a schema. [f4394fe6-d419-4196-ab84-2628f5541a51] -- This message was sent by Atlassian JIRA (v6.3.4#6332)