You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Harsh J (JIRA)" <ji...@apache.org> on 2012/07/06 09:13:34 UTC

[jira] [Created] (HADOOP-8570) Bzip2Codec should accept .bz files too

Harsh J created HADOOP-8570:
-------------------------------

             Summary: Bzip2Codec should accept .bz files too
                 Key: HADOOP-8570
                 URL: https://issues.apache.org/jira/browse/HADOOP-8570
             Project: Hadoop Common
          Issue Type: Improvement
          Components: io
    Affects Versions: 2.0.0-alpha, 1.0.0
            Reporter: Harsh J


The default extension reported for Bzip2Codec today is ".bz2". This causes it not to pick up .bz files as Bzip2Codec files. Although the extension is not very popular today, it is still mentioned as a valid extension in the bunzip manual and we should support it.

We should change the Bzip2Codec default extension to "bz", or we should add in a new extension list support to allow for better detection across various aliases.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira