You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Jim Lohse (JIRA)" <ji...@apache.org> on 2016/01/27 23:01:40 UTC

[jira] [Commented] (SPARK-1792) Missing Spark-Shell Configure Options

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

Jim Lohse commented on SPARK-1792:
----------------------------------

Was there any movement on this? I am seeing an unresolved status and a date of 2014? Does it really exist and it not deprecated? Thanks

BACKGROUND FWIW: As a newb to Spark for a month or two I didn't realize there was a SPARK_SUBMIT_OPTS that can be set in spark-env.sh. 

I found this in this blog page: https://abrv8.wordpress.com/2014/10/06/debugging-java-spark-applications/

That blog pages was linked from this SO question: http://stackoverflow.com/questions/29090745/debugging-spark-applications

> 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org