You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Min Zhou (JIRA)" <ji...@apache.org> on 2015/06/27 03:32:04 UTC

[jira] [Updated] (SPARK-8675) Executors created by LocalBackend won't get the same classpath as other executor backends

     [ https://issues.apache.org/jira/browse/SPARK-8675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Min Zhou updated SPARK-8675:
----------------------------
    Summary: Executors created by LocalBackend won't get the same classpath as other executor backends   (was: Executors created by LocalBackend won't get the same classpath as other executor backend )

> Executors created by LocalBackend won't get the same classpath as other executor backends 
> ------------------------------------------------------------------------------------------
>
>                 Key: SPARK-8675
>                 URL: https://issues.apache.org/jira/browse/SPARK-8675
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>            Reporter: Min Zhou
>
> AFAIK, some spark application always use LocalBackend to do some local initiatives, spark sql is an example.  Starting a LocalPoint won't add user classpath into executor. 
> {noformat}
>   override def start() {
>     localEndpoint = SparkEnv.get.rpcEnv.setupEndpoint(
>       "LocalBackendEndpoint", new LocalEndpoint(SparkEnv.get.rpcEnv, scheduler, this, totalCores))
>   }
> {noformat}
> Thus will cause local executor fail with those scenarios,  load hadoop built-in native libraries,  load other user defined native libraries, load user jars,  read s3 config from a site.xml file, etc
>  



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