You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-39133][PYTHON][DOC] Mention log level setting in PYSPARK_JVM_STACKTRACE_ENABLED
### What changes were proposed in this pull request?
Mention log level setting in PYSPARK_JVM_STACKTRACE_ENABLED.
### Why are the changes needed?
Even if `spark.sql.pyspark.jvmStacktrace.enabled` is set False, we should set log level to FATAL to see Python exceptions only. The PR is proposed to document that.
### Does this PR introduce _any_ user-facing change?
No. Documents change only.
### How was this patch tested?
Manual tests.
Closes#36490 from xinrong-databricks/doc_jvm_stacktrace.
Lead-authored-by: Xinrong Meng <xinrong.meng@databricks.com>
Co-authored-by: Xinrong Meng <47337188+xinrong-databricks@users.noreply.github.com>
Co-authored-by: Hyukjin Kwon <gurwls223@gmail.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
0 commit comments