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/29 21:23:05 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14606197#comment-14606197 ] 

Min Zhou commented on SPARK-8675:
---------------------------------

[~lian cheng] I am working on it

> 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
>    Affects Versions: 1.4.0
>            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 these scenarios,  loading hadoop built-in native libraries,  loading other user defined native libraries, loading user jars,  reading 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