PIG-4576: Nightly test HCat_DDL_2 fails with TDE ON

git-svn-id: https://svn.apache.org/repos/asf/pig/trunk@1744315 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES.txt b/CHANGES.txt
index 5d917b0..b62240a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -127,6 +127,8 @@
 
 BUG FIXES
 
+PIG-4576: Nightly test HCat_DDL_2 fails with TDE ON (nmaheshwari via daijy)
+
 PIG-4873: InputSplit.getLocations return null and result a NPE in Pig (daijy)
 
 PIG-4895: User UDFs relying on mapreduce.job.maps broken in Tez (rohini)
diff --git a/test/e2e/pig/tests/hcat.conf b/test/e2e/pig/tests/hcat.conf
index 74562d5..9429fa9 100644
--- a/test/e2e/pig/tests/hcat.conf
+++ b/test/e2e/pig/tests/hcat.conf
@@ -44,7 +44,7 @@
 			'num' => 2,
 			'java_params' => ['-Dhcat.bin=:HCATBIN:'],
 			'pig' => q\a = load ':INPATH:/singlefile/studenttab10k' as (name, age, gpa);
-SQL drop table if exists pig_hcat_ddl_1;
+SQL drop table if exists pig_hcat_ddl_1 purge;
 sql create table pig_hcat_ddl_1(name string,
 age int,
 gpa double)