[ 
https://issues.apache.org/jira/browse/HADOOP-6173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Doug Cutting updated HADOOP-6173:
---------------------------------

    Issue Type: New Feature  (was: Bug)

This seems to me more like a new feature request than a bug: existing code is 
designed to package what's to be included in a release and no more.  You'd like 
to extend the package task to support inclusion of third party binaries.  If we 
intend to maintain support for such a feature, should we add a test for it?

Alternately you might be able to layer your own Ant build file that imports 
Hadoop's build.xml has a task that depends on the "package" target that then 
copies extra things into the dist directory, then a task that depends on that 
task and the "tar" task to bundle everything up.


> 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: build
>    Affects Versions: 0.21.0
>            Reporter: Hong Tang
>            Assignee: Hong Tang
>            Priority: Minor
>         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.

Reply via email to