aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorJosh Rosen <joshrosen@apache.org>2014-09-26 14:47:14 -0700
committerJosh Rosen <joshrosen@apache.org>2014-09-26 14:47:14 -0700
commitf872e4fb80b8429800daa9c44c0cac620c1ff303 (patch)
treed43c6d4ebb15b4fca42f50e241bfc4ff94bb13d6 /docs/configuration.md
parent7364fa5a176da69e425bca0e3e137ee73275c78c (diff)
downloadspark-f872e4fb80b8429800daa9c44c0cac620c1ff303.tar.gz
spark-f872e4fb80b8429800daa9c44c0cac620c1ff303.tar.bz2
spark-f872e4fb80b8429800daa9c44c0cac620c1ff303.zip
Revert "[SPARK-3478] [PySpark] Profile the Python tasks"
This reverts commit 1aa549ba9839565274a12c52fa1075b424f138a6.
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 791b6f2aa3..a6dd7245e1 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -207,25 +207,6 @@ Apart from these, the following properties are also available, and may be useful
</td>
</tr>
<tr>
- <td><code>spark.python.profile</code></td>
- <td>false</td>
- <td>
- Enable profiling in Python worker, the profile result will show up by `sc.show_profiles()`,
- or it will be displayed before the driver exiting. It also can be dumped into disk by
- `sc.dump_profiles(path)`. If some of the profile results had been displayed maually,
- they will not be displayed automatically before driver exiting.
- </td>
-</tr>
-<tr>
- <td><code>spark.python.profile.dump</code></td>
- <td>(none)</td>
- <td>
- The directory which is used to dump the profile result before driver exiting.
- The results will be dumped as separated file for each RDD. They can be loaded
- by ptats.Stats(). If this is specified, the profile result will not be displayed
- automatically.
-</tr>
-<tr>
<td><code>spark.python.worker.reuse</code></td>
<td>true</td>
<td>