You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/09/13 08:37:47 UTC

[GitHub] [spark] gengliangwang commented on a change in pull request #33936: [SPARK-36693][REPL] Implement spark-shell idle timeouts

gengliangwang commented on a change in pull request #33936:
URL: https://github.com/apache/spark/pull/33936#discussion_r707121766



##########
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:
       Let's mention the time unit is milliseconds here. 
   The default value is 0ms (though the value is the same as 0s)




-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org