[Swift-commit] r5807 - trunk/etc

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Fri Jun 8 16:13:21 CDT 2012


Author: davidk
Date: 2012-06-08 16:13:21 -0500 (Fri, 08 Jun 2012)
New Revision: 5807

Modified:
   trunk/etc/swift.properties
Log:
Disable wrapper staging by default


Modified: trunk/etc/swift.properties
===================================================================
--- trunk/etc/swift.properties	2012-06-08 18:54:46 UTC (rev 5806)
+++ trunk/etc/swift.properties	2012-06-08 21:13:21 UTC (rev 5807)
@@ -356,7 +356,7 @@
 # With wrapper staging, files are staged in and out by the 
 # swift wrapper, on the worker node.
 
-use.wrapper.staging=true
+use.wrapper.staging=false
 
 # The URL prefix used to access local files in wrapper
 # staging mode. Full URLs are created by concatenating:
@@ -364,4 +364,4 @@
 #	* the current swift work directory (as an absolute path)
 #	* the file in question (relative to the current work directory)
 #
-wrapper.staging.local.server=file://
+#wrapper.staging.local.server=file://




More information about the Swift-commit mailing list