gyogal commented on a change in pull request #33936:
URL: https://github.com/apache/spark/pull/33936#discussion_r715007458
##########
File path: docs/configuration.md
##########
@@ -2985,6 +2985,21 @@ External users can query the static sql config values
via `SparkSession.conf` or
</tr>
</table>
+### REPL
+
+<table class="table">
+<tr><th>Property Name</th><th>Default</th><th>Meaning</th><th>Since
Version</th></tr>
+<tr>
+ <td><code>spark.repl.inactivityTimeout</code></td>
+ <td>0s</td>
+ <td>
+ Idle timeout for user input in spark-shell. The shell and the SparkContext
will be closed if no new lines are
+ entered for the specified amount of time. The default value (0s) disables
the feature.
Review comment:
Thanks for your review! I have pushed a change where I added that the
value is milliseconds based. Please let me know if it looks good to you know or
if the description should be further updated.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]