[Swift-commit] r5799 - trunk/etc

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Sat May 26 18:20:50 CDT 2012


Author: hategan
Date: 2012-05-26 18:20:49 -0500 (Sat, 26 May 2012)
New Revision: 5799

Modified:
   trunk/etc/swift.properties
Log:
updated swift.properties with wrapper staging properties

Modified: trunk/etc/swift.properties
===================================================================
--- trunk/etc/swift.properties	2012-05-26 23:15:16 UTC (rev 5798)
+++ trunk/etc/swift.properties	2012-05-26 23:20:49 UTC (rev 5799)
@@ -351,3 +351,17 @@
 
 use.provider.staging=false
 provider.staging.pin.swiftfiles=false
+
+# Controls whether wrapper staging is enabled
+# With wrapper staging, files are staged in and out by the 
+# swift wrapper, on the worker node.
+
+use.wrapper.staging=true
+
+# The URL prefix used to access local files in wrapper
+# staging mode. Full URLs are created by concatenating:
+#	* the value of this property
+#	* the current swift work directory (as an absolute path)
+#	* the file in question (relative to the current work directory)
+#
+wrapper.staging.local.server=file://




More information about the Swift-commit mailing list