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:31:04 UTC

[jira] [Created] (SPARK-8675) Executors of a LocalBackend don't get the same classpath as other executor backend

Min Zhou created SPARK-8675:
-------------------------------

             Summary: Executors of a LocalBackend don't get the same classpath as other executor backend 
                 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