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: [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]

Reply via email to