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

Eli Collins updated MAPREDUCE-2260:
-----------------------------------

    Release Note: The native build run when from trunk now requires autotools, 
libtool and openssl dev libraries.
    Hadoop Flags: [Reviewed]

+1

I verified {{ant -Dcompile.native=true -Dcompile.c++=yes compile-c++-examples 
task-controller}} builds correctly on 64-bit Centos 5 and 64-bit Ubuntu 
Maverick. And that the following commands can be used to regenerate the 
configure files:
{{noformat}}
ant create-c++-utils-configure -Dneed.c++.utils.configure=true
ant create-c++-pipes-configure need.c++.pipes.configure
ant create-c++-examples-pipes-configure need.c++.examples.pipes.configure
ant create-c++-task-controller-configure need.c++.task-controller.configure
{{noformat}}

I will commit this to trunk and branch 22. Thanks Roman!

> 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
>         Attachments: MAPREDUCE-2260.diff
>
>   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.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to