[
https://issues.apache.org/jira/browse/MAPREDUCE-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Shaposhnik updated MAPREDUCE-2260:
----------------------------------------
Status: Patch Available (was: Open)
I'm attaching a first cut at the patch. Please let me know what do you think
about the approach taken.
Notes:
1. since none of the C++ projects is imported (they are all developed as part
of the Hadoop mapreduce workspace)
it seems that we all would be better off defining a single common umbrella
C++ project with a single autotools
metastructure and 5 different subdirectories corresponding to pipes,
pipes-examples, task-controller, utils and librecordio.
We don't really gain anything by splitting C++ sources at the level of Ant.
2. the build (at least the release build) now depends on the entire autoconf
> Remove auto-generated native build files
> ----------------------------------------
>
> Key: MAPREDUCE-2260
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-2260
> Project: Hadoop Map/Reduce
> Issue Type: Improvement
> Components: build
> Reporter: Roman Shaposhnik
> Assignee: Roman Shaposhnik
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> The repo currently includes the automake and autoconf generated files for the
> native build. Per discussion on HADOOP-6421 let's remove them and use the
> host's automake and autoconf. We should also do this for libhdfs and
> fuse-dfs.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.