Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@locus.apache.org Received: (qmail 40496 invoked from network); 13 Jan 2009 02:01:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jan 2009 02:01:25 -0000 Received: (qmail 84246 invoked by uid 500); 13 Jan 2009 02:01:25 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 84224 invoked by uid 500); 13 Jan 2009 02:01:25 -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 84213 invoked by uid 99); 13 Jan 2009 02:01:25 -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 18:01:25 -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; Tue, 13 Jan 2009 02:01:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CE6A6234C4AA for ; Mon, 12 Jan 2009 18:01:02 -0800 (PST) Message-ID: <1541745616.1231812062843.JavaMail.jira@brutus> Date: Mon, 12 Jan 2009 18:01:02 -0800 (PST) From: "Ashish Thusoo (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=12663184#action_12663184 ] Ashish Thusoo commented on HIVE-189: ------------------------------------ The problematic code is in FetchTask.java:getNextPath() We are using fs.listStatus there to get the list of files and I do not think that gaurantees order. > 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.