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 "Hudson (JIRA)" <ji...@apache.org> on 2009/05/05 21:08:31 UTC

[jira] Commented: (HADOOP-5406) Misnamed function in ZlibCompressor.c

    [ https://issues.apache.org/jira/browse/HADOOP-5406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706159#action_12706159 ] 

Hudson commented on HADOOP-5406:
--------------------------------

Integrated in Hadoop-trunk #827 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/827/])
    . Fix JNI binding for ZlibCompressor::setDictionary. Contributed by Lars Francke.


> Misnamed function in ZlibCompressor.c
> -------------------------------------
>
>                 Key: HADOOP-5406
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5406
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: native
>    Affects Versions: 0.19.1
>            Reporter: Lars Francke
>            Assignee: Lars Francke
>            Priority: Minor
>             Fix For: 0.21.0
>
>         Attachments: HADOOP-5406.patch
>
>
> All methods in ZlibCompressor.c are named like "Java_org_apache_hadoop_io_compress_zlib_ZlibCompressor_METHODNAME"
> There is one that is called: Java_org_apache_hadoop_io_compress_ZlibCompressor_setDictionary 
> Should be: Java_org_apache_hadoop_io_compress_zlib_ZlibCompressor_setDictionary

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