[
https://issues.apache.org/jira/browse/MAPREDUCE-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988287#action_12988287
]
Roman Shaposhnik commented on MAPREDUCE-2260:
---------------------------------------------
To finish up my previous answer -- the command used to build hadoop-mapreduce
was:
ant -Dcompile.native=true -Dcompile.c++=true -Djava5.home=$JAVA5_HOME
-Dforrest.home=$FORREST_HOME -Dhadoop.conf.dir=/etc/hadoop-0.20/conf
-Dlibrecordio=true veryclean api-report task-controller compile-c++ tar
Finally, as for testing -- examples (pipes) were executed
> 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.
-
You can reply to this email to add a comment to the issue online.