WamBamBoozle commented on a change in pull request #31162:
URL: https://github.com/apache/spark/pull/31162#discussion_r556688283



##########
File path: docs/configuration.md
##########
@@ -2824,6 +2824,28 @@ External users can query the static sql config values 
via `SparkSession.conf` or
   </td>
   <td>1.5.3</td>
 </tr>
+<tr>
+  <td><code>spark.r.daemonInit</code></td>
+  <td>NULL</td>
+  <td>
+    R code you would like executed <b>before</b> the daemon starts
+    processing groups. See
+    <a href="sparkr.md#daemon-initialization">Daemon Initialization</a>.
+    Increase spark.r.daemonTimeout if your initialization takes longer
+    than the default.
+    </td>
+    <td>3.2.0</td>
+</tr>
+<tr>
+  <td><code>spark.r.daemonTimeout</code></td>
+  <td>10000</td>
+  <td>
+    What is the upper limit in milliseconds that we allow for daemon
+    initialization? In other words, how long should the spark executor
+    wait until it decides that it can't launch the SparkR daemon?
+  </td>
+  <td>3.2.0</td>

Review comment:
       Is this the correct release to put here?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to