[ https://issues.apache.org/jira/browse/HADOOP-6173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745260#action_12745260 ]
Hong Tang commented on HADOOP-6173: ----------------------------------- Thanks Nicolas. I verified the patch through manual testing. Steps are listed as follows: Step 0: download hadoop-gpl-compression source repository and build jar files and native library. Step 1: copied hadoop-gpl-compression/build/hadoop-gpl-compression-0.1.0-dev/hadoop-gpl-compression-0.1.0-dev.jar => hadoop-common/lib; hadoop-gpl-compression/build/hadoop-gpl-compression-0.1.0-dev/lib/native/* => hadoop-common/lib/native Step 2: under hadoop-common, do "ant tar" Step 3: tar -tzf hadoop-common/build/hadoop-core-0.21.0-dev.tar.gz | grep libgplcompression => returning nothing Step 4: apply the patch, and redo steps 2-3, and grep shows libgplcompression.* are included in the tar > src/native/packageNativeHadoop.sh only packages files with "hadoop" in the > name > ------------------------------------------------------------------------------- > > Key: HADOOP-6173 > URL: https://issues.apache.org/jira/browse/HADOOP-6173 > Project: Hadoop Common > Issue Type: New Feature > Components: scripts > Affects Versions: 0.21.0 > Reporter: Hong Tang > Assignee: Hong Tang > Priority: Minor > Fix For: 0.21.0 > > Attachments: hadoop-6174-20090731.patch > > > src/native/packageNativeHadoop.sh only packages files with "hadoop" in the > name. This becomes too restrictive when a user wants to inject third-party > native libraries into his/her own tar build. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.