Reintroduce SEQUENCEFILE writer tests

The sequence writer test had an issue with zlib on certain cluster machines, making
this a flaky test. This has passed several times locally and in private builds. This
re-enables the test because the failures could not be produced in private builds.

Change-Id: I0aeea3a2d000e711e5a84427a7b40592e1eef75b
Reviewed-on: http://gerrit.sjc.cloudera.com:8080/5077
Reviewed-by: Victor Bittorf <victor.bittorf@cloudera.com>
Tested-by: jenkins
This commit is contained in:
Victor Bittorf
2014-11-03 16:15:14 -08:00
committed by ishaan
parent 516d7483dd
commit 3f75bd6735
2 changed files with 1 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ insert into __seq_write values (4, "e", 5.5);
SET ALLOW_UNSUPPORTED_FORMATS=0;
insert into __seq_write values (4, "e", 5.5);
---- CATCH
Writing to table format SEQUENCEFILE is not supported. Use query option
Writing to table format SEQUENCE_FILE is not supported. Use query option
====
---- QUERY
select * from __seq_write;