pig-user  

zebra adding records.

Bennie Schut
Fri, 20 Nov 2009 02:44:13 -0800

Anyone know of a way to add records to an existing zebra file?

I tried this:
new BasicTable.Writer(new Path(file), config);

But received this error:
java.io.IOException: ColumnGroup.Writer failed : Index meta file already
exists: newvalues/dim/users.csv.zebra/CG0/.meta

>From the code this seems correct behavior : "If path exists and contains
what look like a complete Column Group, * ColumnGroupExists exception
will be thrown. "