1
0
Kaynağa Gözat

HADOOP-2271. Fix chmod task to be non-parallel. Contributed by Adrian
Woodhead.


git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@602242 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley 17 yıl önce
ebeveyn
işleme
99ccdf44e7
2 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. 3 0
      CHANGES.txt
  2. 1 1
      build.xml

+ 3 - 0
CHANGES.txt

@@ -218,6 +218,9 @@ Trunk (unreleased changes)
     in parallel. The bug was introduced in HADOOP-2185 that changed
     port-rolling behaviour.  (Konstantin Shvachko via dhruba)
 
+    HADOOP-2271.  Fix chmod task to be non-parallel. (Adrian Woodhead via
+    omalley)
+
 Branch 0.15 (unreleased)
 
   BUG FIXES

+ 1 - 1
build.xml

@@ -735,7 +735,7 @@
 
     <copy todir="${dist.dir}/" file="build.xml"/>
 
-    <chmod perm="ugo+x" type="file">
+    <chmod perm="ugo+x" type="file" parallel="false">
         <fileset dir="${dist.dir}/bin"/>
         <fileset dir="${dist.dir}/src/contrib/">
           <include name="*/bin/*" />