[zebra]some issues on compression
---------------------------------

                 Key: PIG-917
                 URL: https://issues.apache.org/jira/browse/PIG-917
             Project: Pig
          Issue Type: Bug
    Affects Versions: 0.1.0
            Reporter: Jing Huang
             Fix For: 0.2.0


These are zebra compression related issues:
1. ColumnGoupParser only recognize "gzip" not "gz". For example, if user 
specify "compress by gz", it will throw 
org.apache.hadoop.zebra.types.ParseException.

2. BasicTable.dumpInfo is wrong. It will always print "Compressor: lzo2" even 
if the default compressor is "gz", or user specifies "compress by gzip".
So we can not verify if the default compressor can be actually  over written. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to