You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by jongyoul <gi...@git.apache.org> on 2018/07/02 07:21:15 UTC

[GitHub] zeppelin issue #3015: [ZEPPELIN-3490] Yarn cluster mode doesn't work with de...

Github user jongyoul commented on the issue:

    https://github.com/apache/zeppelin/pull/3015
  
    @felixcheung AFAIK, in `yarn-client` mode, a job is created from scripts and added dependencies when making the job from a driver. Thus those jars are propagated to executors. In case of `yarn-cluster` mode, all dependencies would be passed to one of the nodes of yarn cluster, and then make the job. But, Spark wouldn't have those dependencies as it's not copied to the node where the job would be making.


---