Return-Path: X-Original-To: apmail-hive-commits-archive@www.apache.org Delivered-To: apmail-hive-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9049EE9D9 for ; Thu, 27 Dec 2012 17:32:28 +0000 (UTC) Received: (qmail 28021 invoked by uid 500); 27 Dec 2012 17:32:28 -0000 Delivered-To: apmail-hive-commits-archive@hive.apache.org Received: (qmail 27966 invoked by uid 500); 27 Dec 2012 17:32:28 -0000 Mailing-List: contact commits-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hive.apache.org Delivered-To: mailing list commits@hive.apache.org Received: (qmail 27957 invoked by uid 99); 27 Dec 2012 17:32:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2012 17:32:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2012 17:32:27 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id BAC0723888CD; Thu, 27 Dec 2012 17:32:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1426263 - /hive/trunk/ql/src/test/queries/clientpositive/loadpart_err.q Date: Thu, 27 Dec 2012 17:32:07 -0000 To: commits@hive.apache.org From: hashutosh@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121227173207.BAC0723888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hashutosh Date: Thu Dec 27 17:32:07 2012 New Revision: 1426263 URL: http://svn.apache.org/viewvc?rev=1426263&view=rev Log: HIVE-3801 : testCliDriver_loadpart_err fails on hadoop-1 (Gunther Hagleitner via Ashutosh Chauhan) Modified: hive/trunk/ql/src/test/queries/clientpositive/loadpart_err.q Modified: hive/trunk/ql/src/test/queries/clientpositive/loadpart_err.q URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/queries/clientpositive/loadpart_err.q?rev=1426263&r1=1426262&r2=1426263&view=diff ============================================================================== --- hive/trunk/ql/src/test/queries/clientpositive/loadpart_err.q (original) +++ hive/trunk/ql/src/test/queries/clientpositive/loadpart_err.q Thu Dec 27 17:32:07 2012 @@ -2,7 +2,7 @@ set hive.cli.errors.ignore=true; ADD FILE ../data/scripts/error_script; --- EXCLUDE_HADOOP_MAJOR_VERSIONS(0.17, 0.18, 0.19, 0.20, 0.23) +-- EXCLUDE_HADOOP_MAJOR_VERSIONS(0.17, 0.18, 0.19, 0.20, 0.20S, 0.23) -- (this test is flaky so it is currently disabled for all Hadoop versions) CREATE TABLE loadpart1(a STRING, b STRING) PARTITIONED BY (ds STRING);