[
https://issues.apache.org/jira/browse/HADOOP-8547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405185#comment-13405185
]
Colin Patrick McCabe commented on HADOOP-8547:
----------------------------------------------
The headers don't need to be installed because hadoop-tools.xml takes them
directly out of the source tree.
{code}
<fileSet>
<directory>../hadoop-pipes/src/main/native/utils/api/hadoop</directory>
<includes>
<include>*.hh</include>
</includes>
<outputDirectory>/include</outputDirectory>
</fileSet>
{code}
{code}
cmccabe@keter:~/hadoop5> ls -l
hadoop-tools/hadoop-pipes/src/main/native/utils/api/hadoop/
total 12
-rw-r--r-- 1 cmccabe users 4514 Jul 2 10:34 SerialUtils.hh
-rw-r--r-- 1 cmccabe users 2441 Jul 2 10:34 StringUtils.hh
{code}
Another way to see that this is true is to realize that we never call "make
install" so all INSTALL sections are null and void anyway.
> Package hadoop-pipes examples/bin directory (again)
> ---------------------------------------------------
>
> Key: HADOOP-8547
> URL: https://issues.apache.org/jira/browse/HADOOP-8547
> Project: Hadoop Common
> Issue Type: Bug
> Reporter: Colin Patrick McCabe
> Assignee: Colin Patrick McCabe
> Priority: Minor
> Attachments: HDFS-3589.001.patch
>
>
> It looks like since MAPREDUCE-4267, we're no longer exporting the hadooppipes
> examples/bin directory to hadoop-dist as part of a "mvn package" build. This
> seems unintentional, so we should export those binaries again.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira