Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@locus.apache.org Received: (qmail 3529 invoked from network); 12 Jan 2009 17:12:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jan 2009 17:12:34 -0000 Received: (qmail 27302 invoked by uid 500); 12 Jan 2009 17:12:34 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 27274 invoked by uid 500); 12 Jan 2009 17:12:34 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 27263 invoked by uid 99); 12 Jan 2009 17:12:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jan 2009 09:12:33 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jan 2009 17:12:31 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BEAD1234C498 for ; Mon, 12 Jan 2009 09:12:10 -0800 (PST) Message-ID: <307673309.1231780330779.JavaMail.jira@brutus> Date: Mon, 12 Jan 2009 09:12:10 -0800 (PST) From: "Johan Oskarsson (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Commented: (HIVE-189) Various TestCliDriver tests fail In-Reply-To: <1738158.1229688344507.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663009#action_12663009 ] Johan Oskarsson commented on HIVE-189: -------------------------------------- I'm starting to suspect that these are related to File.list ordering just like HIVE-90. I had a closer look at input3_limit.q. The important bits: LOAD DATA LOCAL INPATH '../data/files/kv1.txt' INTO TABLE T1; LOAD DATA LOCAL INPATH '../data/files/kv2.txt' INTO TABLE T1; INSERT OVERWRITE TABLE T2 SELECT a.key, a.value from T1 a LIMIT 20; It seems that the insert select statement with a 20 limit is meant to select from the kv1.txt file, but on my system it picks the kv2.txt file first. Thus the final output will be incorrect. Could someone confirm that this differs from a run where it passes? > Various TestCliDriver tests fail > -------------------------------- > > Key: HIVE-189 > URL: https://issues.apache.org/jira/browse/HIVE-189 > Project: Hadoop Hive > Issue Type: Bug > Components: Testing Infrastructure > Reporter: Johan Oskarsson > Assignee: Ashish Thusoo > Priority: Blocker > Fix For: 0.2.0 > > Attachments: patch-189.txt, TEST-org.apache.hadoop.hive.cli.TestCliDriver.txt > > > On a fresh checkout of trunk a number of tests fail in org.apache.hadoop.hive.cli.TestCliDriver: > testCliDriver_sample5 > testCliDriver_input3_limit > testCliDriver_udf5 > testCliDriver_sample3 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.