You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Timothy St. Clair (JIRA)" <ji...@apache.org> on 2015/01/22 17:42:35 UTC

[jira] [Comment Edited] (SPARK-5368) Support user configurable akka parameters.

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

Timothy St. Clair edited comment on SPARK-5368 at 1/22/15 4:41 PM:
-------------------------------------------------------------------

To be specific, we would like to option enable `akka.remote.untrusted-mode = on` through, but ideally one should be able to pass (N) params through. 




was (Author: tstclair):
To be specific we would like to option enable `akka.remote.untrusted-mode = on` through, but ideally one should be able to pass (N) params through. 



> Support user configurable akka parameters. 
> -------------------------------------------
>
>                 Key: SPARK-5368
>                 URL: https://issues.apache.org/jira/browse/SPARK-5368
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 1.2.0
>            Reporter: jay vyas
>             Fix For: 1.2.2
>
>
> Spark sets up actors for akka with a set of variables which are defined in the {{AkkaUtils.scala}} class.  
> A snippet:
> {noformat}
>  98       |akka.loggers = [""akka.event.slf4j.Slf4jLogger""]
>  99       |akka.stdout-loglevel = "ERROR"
> 100       |akka.jvm-exit-on-fatal-error = off
> 101       |akka.remote.require-cookie = "$requireCookie"
> 102       |akka.remote.secure-cookie = "$secureCookie"
> {noformat}
> We should allow users to pass in custom settings, for example, so that arbitrary akka modifications can be used at runtime for security, performance, logging, and so on.



--
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