You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by jo...@apache.org on 2016/02/17 20:24:44 UTC

spark git commit: [SPARK-13350][DOCS] Config doc updated to state that PYSPARK_PYTHON's default is "python2.7"

Repository: spark
Updated Branches:
  refs/heads/master 04e8afe36 -> a7c74d756


[SPARK-13350][DOCS] Config doc updated to state that PYSPARK_PYTHON's default is "python2.7"

Author: Christopher C. Aycock <ch...@chrisaycock.com>

Closes #11239 from chrisaycock/master.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/a7c74d75
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/a7c74d75
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/a7c74d75

Branch: refs/heads/master
Commit: a7c74d7563926573c01baf613708a0f105a03e57
Parents: 04e8afe
Author: Christopher C. Aycock <ch...@chrisaycock.com>
Authored: Wed Feb 17 11:24:18 2016 -0800
Committer: Josh Rosen <jo...@databricks.com>
Committed: Wed Feb 17 11:24:18 2016 -0800

----------------------------------------------------------------------
 docs/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/a7c74d75/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index a2c0dfe..f2443e9 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1655,7 +1655,7 @@ The following variables can be set in `spark-env.sh`:
   </tr>
   <tr>
     <td><code>PYSPARK_PYTHON</code></td>
-    <td>Python binary executable to use for PySpark in both driver and workers (default is <code>python</code>).</td>
+    <td>Python binary executable to use for PySpark in both driver and workers (default is <code>python2.7</code> if available, otherwise <code>python</code>).</td>
   </tr>
   <tr>
     <td><code>PYSPARK_DRIVER_PYTHON</code></td>


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