[Swift-commit] r6207 - trunk/docs/userguide
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Thu Jan 31 18:43:05 CST 2013
Author: ketan
Date: 2013-01-31 18:43:05 -0600 (Thu, 31 Jan 2013)
New Revision: 6207
Modified:
trunk/docs/userguide/mappers
Log:
playing with doc
Modified: trunk/docs/userguide/mappers
===================================================================
--- trunk/docs/userguide/mappers 2013-01-31 23:56:46 UTC (rev 6206)
+++ trunk/docs/userguide/mappers 2013-02-01 00:43:05 UTC (rev 6207)
@@ -338,7 +338,7 @@
will only process the imports once.
Imports may contain anything that is valid in a SwiftScript program,
-including code that causes remote execution.
+including the code that causes remote execution.
Mappers
-------
@@ -347,9 +347,9 @@
remote sites for execution or to pass to applications.
Swift provides a number of mappers that are useful in common cases. This
-section details those standard mappers. For more complex cases, it is
+section details those mappers. For more complex cases, it is
possible to write application-specific mappers in Java and use them
-within a SwiftScript program.
+within a Swift script.
The single file mapper
@@ -488,7 +488,7 @@
concurrent mapper
~~~~~~~~~~~~~~~~~
-concurrent_mapper is almost the same as the simple mapper, except that
+The concurrent_mapper is almost the same as the simple mapper, except that
it is used to map an output file, and the filename generated will
contain an extract sequence that is unique. This mapper is the default
mapper for variables when no mapper is specified.
@@ -516,12 +516,12 @@
File system mapper
~~~~~~~~~~~~~~~~~~
-filesys_mapper is similar to the simple mapper, but maps a file or a
+The filesys_mapper is similar to the simple mapper, but maps a file or a
list of files to an array. Each of the filename is mapped as an element
in the array. The order of files in the resulting array is not defined.
TODO: note on difference between location as a relative vs absolute path
-wrt staging to remote location - as mihael said: It's because you
+w.r.t. staging to remote location - as mihael said: It's because you
specify that location in the mapper. Try location="." instead of
location="/sandbox/..."
More information about the Swift-commit
mailing list