aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ash <andrew@andrewash.com>2014-05-30 22:02:04 -0700
committerReynold Xin <rxin@apache.org>2014-05-30 22:03:02 -0700
commit8f8cea784e1e78f35a753ba7fe974dfb2ee57e1f (patch)
tree772cf1190c124e142448b7080394720ba7b29cbc
parent1696a44704b8efa6515da9fa311f8acd9dda970e (diff)
downloadspark-8f8cea784e1e78f35a753ba7fe974dfb2ee57e1f.tar.gz
spark-8f8cea784e1e78f35a753ba7fe974dfb2ee57e1f.tar.bz2
spark-8f8cea784e1e78f35a753ba7fe974dfb2ee57e1f.zip
Typo: and -> an
Author: Andrew Ash <andrew@andrewash.com> Closes #927 from ash211/patch-5 and squashes the following commits: 79b577d [Andrew Ash] Typo: and -> an (cherry picked from commit 9c1f204d807403a7cb4099c29077e1f87f466179) Signed-off-by: Reynold Xin <rxin@apache.org>
-rw-r--r--docs/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 2fd691800e..0697f7fc2f 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -310,7 +310,7 @@ Apart from these, the following properties are also available, and may be useful
Base directory in which Spark events are logged, if <code>spark.eventLog.enabled</code> is true.
Within this base directory, Spark creates a sub-directory for each application, and logs the
events specific to the application in this directory. Users may want to set this to
- and HDFS directory so that history files can be read by the history server.
+ a unified location like an HDFS directory so history files can be read by the history server.
</td>
</tr>
</table>