diff --git a/docs/configuration.md b/docs/configuration.md index 2fd691800ea00fd1aeeff6452651bcc4dc7ae163..0697f7fc2fd91601b8d652f4b3d94ba5fa7d6c08 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>