[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13652043#comment-13652043
 ] 

Chris Nauroth commented on MAPREDUCE-5223:
------------------------------------------

HADOOP-8921 is a long-standing similar bug with a patch available (but not 
committed).  Do you think this is a duplicate?

As part of HADOOP-8921, I had proposed the following change, but there was 
disagreement, so it's not included in the latest HADOOP-8921 patch.

{code}
-  <target name="task-controller" depends="init">
+  <target name="task-controller" depends="init" if="${compile.native}">
{code}

                
> ant package shouldn't build task-controller by default
> ------------------------------------------------------
>
>                 Key: MAPREDUCE-5223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Arun C Murthy
>
> ant package shouldn't build task-controller by default, not sure when we 
> broke this. task-controller should have to be explicitly built via 
> '-Dtask-controller' option.
> This breaks tar creation on all non-Linux platforms. Sigh.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to