Repository: spark
Updated Branches:
  refs/heads/master 9dea64e53 -> 39e333ec4


[SPARK-5131][Streaming][DOC]: There is a discrepancy in WAL implementation and 
configuration doc.

There is a discrepancy in WAL implementation and configuration doc.

Author: uncleGen <husty...@gmail.com>

Closes #3930 from uncleGen/master-clean-doc and squashes the following commits:

3a4245f [uncleGen] doc typo
8e407d3 [uncleGen] doc typo


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/39e333ec
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/39e333ec
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/39e333ec

Branch: refs/heads/master
Commit: 39e333ec4350ddafe29ee0958c37eec07bec85df
Parents: 9dea64e
Author: uncleGen <husty...@gmail.com>
Authored: Tue Jan 13 10:07:19 2015 -0800
Committer: Andrew Or <and...@databricks.com>
Committed: Tue Jan 13 10:07:19 2015 -0800

----------------------------------------------------------------------
 docs/configuration.md               | 2 +-
 docs/streaming-programming-guide.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/39e333ec/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index f292bfb..673cdb3 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1228,7 +1228,7 @@ Apart from these, the following properties are also 
available, and may be useful
   </td>
 </tr>
 <tr>
-  <td><code>spark.streaming.receiver.writeAheadLogs.enable</code></td>
+  <td><code>spark.streaming.receiver.writeAheadLog.enable</code></td>
   <td>false</td>
   <td>
     Enable write ahead logs for receivers. All the input data received through 
receivers

http://git-wip-us.apache.org/repos/asf/spark/blob/39e333ec/docs/streaming-programming-guide.md
----------------------------------------------------------------------
diff --git a/docs/streaming-programming-guide.md 
b/docs/streaming-programming-guide.md
index 01450ef..e37a2bb 100644
--- a/docs/streaming-programming-guide.md
+++ b/docs/streaming-programming-guide.md
@@ -1574,7 +1574,7 @@ To run a Spark Streaming applications, you need to have 
the following.
   recovery, thus ensuring zero data loss (discussed in detail in the
   [Fault-tolerance Semantics](#fault-tolerance-semantics) section). This can 
be enabled by setting
   the [configuration parameter](configuration.html#spark-streaming)
-  `spark.streaming.receiver.writeAheadLogs.enable` to `true`. However, these 
stronger semantics may
+  `spark.streaming.receiver.writeAheadLog.enable` to `true`. However, these 
stronger semantics may
   come at the cost of the receiving throughput of individual receivers. This 
can be corrected by
   running [more receivers in parallel](#level-of-parallelism-in-data-receiving)
   to increase aggregate throughput. Additionally, it is recommended that the 
replication of the


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to