diff --git a/docs/configuration.md b/docs/configuration.md index 0c7c4472be643..0c1a6c9edf181 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -456,6 +456,40 @@ Apart from these, the following properties are also available, and may be useful from JVM to Python worker for every task. +
spark.python.task.killTimeoutspark.sql.repl.eagerEval.enabled_repl_html_
+ called by notebooks like Jupyter will feedback the queries user have defined. For plain Python
+ REPL, the output will be shown like dataframe.show()
+ (see SPARK-24215 for more details).
+ spark.sql.repl.eagerEval.maxNumRows_repr_html_ or plain text,
+ this only take effect when spark.sql.repl.eagerEval.enabled is set to true.
+ spark.sql.repl.eagerEval.truncate_repr_html_ or
+ plain text, this only take effect when spark.sql.repl.eagerEval.enabled set to true.
+ spark.filesspark.worker.driverTerminateTimeoutspark.ui.consoleProgress.update.intervalspark.ui.enabled