[
https://issues.apache.org/jira/browse/HADOOP-5406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679052#action_12679052
]
lars_francke edited comment on HADOOP-5406 at 3/4/09 7:19 PM:
--------------------------------------------------------------
This patch renames the method in ZlibCompressor.c.
But it is not very important as the setDictionary method is not actually used
as far as I can tell.
was (Author: lars_francke):
This renames the method in ZlibCompressor.c
> 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
> Priority: Minor
> 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.