You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by pwendell <gi...@git.apache.org> on 2014/05/11 06:01:56 UTC

[GitHub] spark pull request: SPARK-1756: Add missing description to spark-e...

Github user pwendell commented on a diff in the pull request:

    https://github.com/apache/spark/pull/646#discussion_r12507317
  
    --- Diff: conf/spark-env.sh.template ---
    @@ -38,6 +38,7 @@
     # - SPARK_WORKER_INSTANCES, to set the number of worker processes per node
     # - SPARK_WORKER_DIR, to set the working directory of worker processes
     # - SPARK_WORKER_OPTS, to set config properties only for the worker (e.g. "-Dx=y")
    +# - SPARK_DRIVER_MEMORY, Memory for driver (e.g. 1000M, 2G) (Default: 512 Mb)
    --- End diff --
    
    I don't think we want to document this anymore. It's been subsumed by passing `--driver-memory` to the spark shell or spark-submit tools.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---