[Swift-commit] r7168 - SwiftApps/Swift-MapRed/mapred_combiner_V4
yadunandb at ci.uchicago.edu
yadunandb at ci.uchicago.edu
Wed Oct 16 11:17:51 CDT 2013
Author: yadunandb
Date: 2013-10-16 11:17:51 -0500 (Wed, 16 Oct 2013)
New Revision: 7168
Modified:
SwiftApps/Swift-MapRed/mapred_combiner_V4/LAB_RECORDS
SwiftApps/Swift-MapRed/mapred_combiner_V4/run.sh
Log:
Minor bug fix
Modified: SwiftApps/Swift-MapRed/mapred_combiner_V4/LAB_RECORDS
===================================================================
--- SwiftApps/Swift-MapRed/mapred_combiner_V4/LAB_RECORDS 2013-10-16 16:14:02 UTC (rev 7167)
+++ SwiftApps/Swift-MapRed/mapred_combiner_V4/LAB_RECORDS 2013-10-16 16:17:51 UTC (rev 7168)
@@ -4481,3 +4481,26 @@
ACTUAL COUNT : 100000
EXPECTED COUNT: 100000
---------------------------------------------
+================================================================
+RUNTYPE :SWIFT+Chirp (With local combiners), SITE:multiple.xml, CHUNKS:10 X FILESIZE:1
+Warning: Parameter reducer, on line 44, shadows variable of same name on line 28
+Warning: Parameter all_map, on line 44, shadows variable of same name on line 40
+Warning: Parameter reducer, on line 48, shadows variable of same name on line 28
+Warning: Parameter all_map, on line 48, shadows variable of same name on line 40
+Warning: Parameter reducer, on line 52, shadows variable of same name on line 28
+Swift 0.94.1 RC4 swift-r7109 cog-r3802
+
+RunID: 20131016-1616-egnuduk7
+Progress: time: Wed, 16 Oct 2013 16:16:54 +0000
+Progress: time: Wed, 16 Oct 2013 16:17:02 +0000 Stage in:1 Submitted:9
+Progress: time: Wed, 16 Oct 2013 16:17:07 +0000 Stage out:1 Finished successfully:11
+Final status: Wed, 16 Oct 2013 16:17:07 +0000 Finished successfully:13
+real 16.97
+user 33.06
+sys 5.51
+chunks 10 filesize 1 site multiple.xml type Swift+Chirp
+---------------------------------------------
+COUNT matches expected records
+ACTUAL COUNT : 100000
+EXPECTED COUNT: 100000
+---------------------------------------------
Modified: SwiftApps/Swift-MapRed/mapred_combiner_V4/run.sh
===================================================================
--- SwiftApps/Swift-MapRed/mapred_combiner_V4/run.sh 2013-10-16 16:14:02 UTC (rev 7167)
+++ SwiftApps/Swift-MapRed/mapred_combiner_V4/run.sh 2013-10-16 16:17:51 UTC (rev 7168)
@@ -58,7 +58,7 @@
#./clean.sh &> /dev/null
echo "================================================================" >> LAB_RECORDS
echo "RUNTYPE :SWIFT+Chirp (With local combiners), SITE:$SITE, CHUNKS:$LOOPS X FILESIZE:$RECSIZE " | tee -a LAB_RECORDS
- ( time -p swift -tc.file tc.data -config swift.properties -sites.file $SITE.xml swiftreduce.swift -files=$LOOPS -filesize=$RECSIZE ) 2>&1 | tee -a LAB_RECORDS
+ ( time -p swift -tc.file tc.data -config swift.properties -sites.file $SITE swiftreduce.swift -files=$LOOPS -filesize=$RECSIZE ) 2>&1 | tee -a LAB_RECORDS
echo "chunks $LOOPS filesize $RECSIZE site $SITE type Swift+Chirp" >> LAB_RECORDS
verify $LOOPS $RECSIZE | tee -a LAB_RECORDS
echo "================================================================"
More information about the Swift-commit
mailing list