diff --git a/docs/configuration.md b/docs/configuration.md index e7f2419cc2fa..b8f1ace4d54b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -2288,6 +2288,13 @@ showDF(properties, numRows = 200, truncate = FALSE) on the receivers. + + spark.streaming.concurrentJobs + 1 + + The number of concurrent jobs.This parameter directly affects the number of threads in the jobExecutor thread pool. + + ### SparkR