Skip to content

Commit aa8bb87

Browse files
committed
Small update.
1 parent 195852c commit aa8bb87

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/configuration.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,9 @@ Apart from these, the following properties are also available, and may be useful
11031103
<td>200</td>
11041104
<td>
11051105
Interval (milliseconds) at which data received by Spark Streaming receivers is chunked
1106-
into blocks of data before storing them in Spark. Minimum recommended - 50 ms.
1106+
into blocks of data before storing them in Spark. Minimum recommended - 50 ms. See the
1107+
<a href="streaming-programming-guide.html#level-of-parallelism-in-data-receiving">performance
1108+
tuning</a> section in the Spark Streaming programing guide for more details.
11071109
</td>
11081110
</tr>
11091111
<tr>
@@ -1113,6 +1115,8 @@ Apart from these, the following properties are also available, and may be useful
11131115
Maximum number records per second at which each receiver will receive data.
11141116
Effectively, each stream will consume at most this number of records per second.
11151117
Setting this configuration to 0 or a negative number will put no limit on the rate.
1118+
See the <a href="streaming-programming-guide.html#deploying-applications">deployment guide</a>
1119+
in the Spark Streaming programing guide for mode details.
11161120
</td>
11171121
</tr>
11181122
<tr>
@@ -1121,6 +1125,8 @@ Apart from these, the following properties are also available, and may be useful
11211125
<td>
11221126
Enable write ahead logs for receivers. All the input data received through receivers
11231127
will be saved to write ahead logs that will allow it to be recovered after driver failures.
1128+
See the <a href="streaming-programming-guide.html#deploying-applications">deployment guide</a>
1129+
in the Spark Streaming programing guide for more details.
11241130
</td>
11251131
</tr>
11261132
<tr>

0 commit comments

Comments
 (0)