Author: toffer
Date: Wed Jul 25 21:27:25 2012
New Revision: 1365770
URL: http://svn.apache.org/viewvc?rev=1365770&view=rev
Log:
HCATALOG-452 HCat_Drop_Table_3 does not get initialized properly (cdrome via
toffer)
Modified:
incubator/hcatalog/trunk/CHANGES.txt
incubator/hcatalog/trunk/src/test/e2e/hcatalog/tests/hcat.conf
Modified: incubator/hcatalog/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1365770&r1=1365769&r2=1365770&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Wed Jul 25 21:27:25 2012
@@ -63,6 +63,8 @@ Trunk (unreleased changes)
OPTIMIZATIONS
BUG FIXES
+ HCAT-452 HCat_Drop_Table_3 does not get initialized properly (cdrome via
toffer)
+
HCAT-445 Clover builds broken on trunk (aklochkov via traviscrawford)
HCAT-448 HCatStorer performance is 4x slower in HCat 0.4 than HCat 0.2
(rajesh.balamohan via khorgath)
Modified: incubator/hcatalog/trunk/src/test/e2e/hcatalog/tests/hcat.conf
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/src/test/e2e/hcatalog/tests/hcat.conf?rev=1365770&r1=1365769&r2=1365770&view=diff
==============================================================================
--- incubator/hcatalog/trunk/src/test/e2e/hcatalog/tests/hcat.conf (original)
+++ incubator/hcatalog/trunk/src/test/e2e/hcatalog/tests/hcat.conf Wed Jul 25
21:27:25 2012
@@ -154,9 +154,9 @@ describe hcat_droptable_2;\,
'num' => 3
,'hcat' => q\
drop table if exists hcat_drop_table_4;
-dfs -rmr :OUTPATH:/../drop_table_ext;
dfs -cp :INPATH:/studentnull10k/ :OUTPATH:/../drop_table_ext;
\,
+ ,'rc' => 0
},
{
'num' => 4