Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2288,6 +2288,13 @@ showDF(properties, numRows = 200, truncate = FALSE)
on the receivers.
</td>
</tr>
<tr>
<td><code>spark.streaming.concurrentJobs</code></td>
<td>1</td>
<td>
The number of concurrent jobs.This parameter directly affects the number of threads in the jobExecutor thread pool.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we don't document this on purpose, as its behavior is hard to understand. This description doesn't really help a caller, anyway.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@srowen I see, but this more or less help us uderstand this configuration. How can we stop eating for fear of choking? To better explain its behavior,maybe we could make this description more specific rather than giving it up.

</td>
</tr>
</table>

### SparkR
Expand Down