You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2012/12/27 18:32:07 UTC

svn commit: r1426263 - /hive/trunk/ql/src/test/queries/clientpositive/loadpart_err.q

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);