It looks like, at least for 19, the bzip2 implementation is pure java. There are no native references in org/apache/hadoop/io/compress/bzip2
On Mon, Feb 9, 2009 at 1:06 PM, Tom White <[email protected]> wrote: > The documentation on native libraries in Hadoop at > http://hadoop.apache.org/core/docs/current/native_libraries.html talks > about bzip2 using native libraries. However, the change that > introduced the bzip2 codec > (https://issues.apache.org/jira/browse/HADOOP-3646) doesn't have any > native code in it. Am I missing something, or does the documentation > need correcting? > > Thanks, > Tom >
