[
https://issues.apache.org/jira/browse/HDFS-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13122782#comment-13122782
]
Hudson commented on HDFS-2294:
------------------------------
Integrated in Hadoop-Mapreduce-trunk #853 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/853/])
HDFS-2294. Download of commons-daemon TAR should not be under target (tucu)
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1179894
Files :
* /hadoop/common/trunk/.gitignore
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/pom.xml
> Download of commons-daemon TAR should not be under target
> ---------------------------------------------------------
>
> Key: HDFS-2294
> URL: https://issues.apache.org/jira/browse/HDFS-2294
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: build
> Affects Versions: 0.23.0, 0.24.0
> Reporter: Alejandro Abdelnur
> Assignee: Alejandro Abdelnur
> Fix For: 0.23.0, 0.24.0
>
> Attachments: HDFS-2289.patch
>
>
> Committed HDFS-2289 downloads commons-daemon TAR in the hadoop-hdfs/target/,
> earlier patches for HDFS-2289 were using hadoop-hdfs/download/ as the
> location for the download.
> The motivation not to use the 'target/' directory is that on every clean
> build the TAR will be downloaded from Apache archives. Using a 'download'
> directory this happens once per workspace.
> The patch was also adding the 'download/' directory to the .gitignore file
> (it should also be svn ignored).
> Besides downloading it only once, it allows to do a clean build in
> disconnected mode.
> IMO, the later is a nice developer capability.
--
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