Skip to content

Commit fb327f6

Browse files
committed
HADOOP-6200 changes on a test branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hdfs/branches/HDFS-326@809043 13f79535-47bb-0310-9956-ffa450edef68
1 parent 59256d0 commit fb327f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,8 @@
558558
</jar>
559559
</target>
560560

561-
<target name="jar-hdfswithmr-test" depends="compile-hdfs-with-mr-test" description="Make hadoop-hdfswithmr-test.jar">
561+
<target name="jar-hdfswithmr-test" depends="compile-hdfs-with-mr-test" description="Make hadoop-hdfswithmr-test.jar"
562+
if="hadoop-mapred.jar.exists">
562563
<copy todir="${test.build.classes}">
563564
<fileset dir="${test.hdfs.with.mr.build.classes}"/>
564565
</copy>

0 commit comments

Comments
 (0)