[ 
https://issues.apache.org/jira/browse/SPARK-1792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15557146#comment-15557146
 ] 

holdenk commented on SPARK-1792:
--------------------------------

It feels like we've already got a pretty good mechanism for handling this with 
`spark-defaults.conf` and we've made a lot of progress with documenting many of 
the configuration enviroment variables in 
http://spark.apache.org/docs/latest/submitting-applications.html and 
http://spark.apache.org/docs/latest/configuration.html , so personally I think 
we should probably mark this issue as resolved.

> Missing Spark-Shell Configure Options
> -------------------------------------
>
>                 Key: SPARK-1792
>                 URL: https://issues.apache.org/jira/browse/SPARK-1792
>             Project: Spark
>          Issue Type: Bug
>          Components: Documentation, Spark Core
>            Reporter: Joseph E. Gonzalez
>
> The `conf/spark-env.sh.template` does not have configure options for the 
> spark shell.   For example to enable Kryo for GraphX when using the spark 
> shell in stand alone mode it appears you must add:
> {code}
> SPARK_SUBMIT_OPTS="-Dspark.serializer=org.apache.spark.serializer.KryoSerializer
>  "
> SPARK_SUBMIT_OPTS+="-Dspark.kryo.registrator=org.apache.spark.graphx.GraphKryoRegistrator
>   "
> {code}
> However SPARK_SUBMIT_OPTS is not documented anywhere.  Perhaps the 
> spark-shell should have its own options (e.g., SPARK_SHELL_OPTS).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to