[Swift-commit] r7232 - SwiftApps/Swift-MapRed/mapred_combiner_V4

yadunandb at ci.uchicago.edu yadunandb at ci.uchicago.edu
Mon Oct 28 11:43:22 CDT 2013


Author: yadunandb
Date: 2013-10-28 11:43:21 -0500 (Mon, 28 Oct 2013)
New Revision: 7232

Modified:
   SwiftApps/Swift-MapRed/mapred_combiner_V4/setup.sh
Log:

Fixed minor bug



Modified: SwiftApps/Swift-MapRed/mapred_combiner_V4/setup.sh
===================================================================
--- SwiftApps/Swift-MapRed/mapred_combiner_V4/setup.sh	2013-10-24 20:40:48 UTC (rev 7231)
+++ SwiftApps/Swift-MapRed/mapred_combiner_V4/setup.sh	2013-10-28 16:43:21 UTC (rev 7232)
@@ -17,7 +17,7 @@
     chmod 777 map_wrapper.sh
 fi;
 
-if [ ! -f "reduce_wrapper.sh" ];
+if [ ! -f "reduce_wrapper.sh" ]; then
     sed -i "s/BEAGLE\_USERNAME/$BEAGLE_USERNAME/g" reduce_wrapper.sh
     sed -i "s/MIDWAY\_USERNAME/$MIDWAY_USERNAME/g" reduce_wrapper.sh
     chmod 777 reduce_wrapper.sh
@@ -41,10 +41,4 @@
 which chirp_server &>/dev/null
 if [ "$?" != "0" ];then
     echo "ERROR: Chirp not available in system path"
-fi
-
-
-
-
-
-;
+fi;




More information about the Swift-commit mailing list