Author: toffer
Date: Wed Jul 25 21:31:08 2012
New Revision: 1365779
URL: http://svn.apache.org/viewvc?rev=1365779&view=rev
Log:
merged from trunk: HCATALOG-452 HCat_Drop_Table_3 does not get initialized
properly (cdrome via toffer)
Modified:
incubator/hcatalog/branches/branch-0.4/ (props changed)
incubator/hcatalog/branches/branch-0.4/CHANGES.txt
incubator/hcatalog/branches/branch-0.4/src/test/e2e/hcatalog/tests/hcat.conf
Propchange: incubator/hcatalog/branches/branch-0.4/
------------------------------------------------------------------------------
Merged /incubator/hcatalog/trunk:r1365770
Modified: incubator/hcatalog/branches/branch-0.4/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.4/CHANGES.txt?rev=1365779&r1=1365778&r2=1365779&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.4/CHANGES.txt (original)
+++ incubator/hcatalog/branches/branch-0.4/CHANGES.txt Wed Jul 25 21:31:08 2012
@@ -51,6 +51,8 @@ Trunk (unreleased changes)
OPTIMIZATIONS
BUG FIXES
+ HCAT-452 HCat_Drop_Table_3 does not get initialized properly (cdrome via
toffer)
+
HCAT-448 HCatStorer performance is 4x slower in HCat 0.4 than HCat 0.2
(rajesh.balamohan via khorgath)
HCAT-437 HCatSchema's equals() implementation uses hashcode obtained from
toString() method. (avandana)
Modified:
incubator/hcatalog/branches/branch-0.4/src/test/e2e/hcatalog/tests/hcat.conf
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.4/src/test/e2e/hcatalog/tests/hcat.conf?rev=1365779&r1=1365778&r2=1365779&view=diff
==============================================================================
---
incubator/hcatalog/branches/branch-0.4/src/test/e2e/hcatalog/tests/hcat.conf
(original)
+++
incubator/hcatalog/branches/branch-0.4/src/test/e2e/hcatalog/tests/hcat.conf
Wed Jul 25 21:31:08 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