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

2018-07-05 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/3015
  
https://travis-ci.org/jongyoul/zeppelin/builds/399878754


---


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

2018-07-05 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/3015
  
@felixcheung Fixed all you commented. Will merge if there's no more 
discussion


---


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

2018-07-03 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/3015
  
Oh... missed. Will fix it. 


---


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

2018-07-03 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/3015
  
how about this 
https://github.com/apache/zeppelin/pull/3015#discussion_r194955050 and 
https://github.com/apache/zeppelin/pull/3015#discussion_r194955106?


---


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

2018-07-02 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/3015
  
LGTM, thanks


---


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

2018-07-02 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/3015
  
Yes, of course :-)


---


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

2018-07-02 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/3015
  
@jongyoul Can you just wait a moment ? I will look at it soon.


---


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

2018-07-02 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/3015
  
Will merge if there's no discussion


---


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

2018-07-02 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/3015
  
@zjffdu I've checked `spark.jars` kept.


![image](https://user-images.githubusercontent.com/3612566/42156784-f951473e-7e26-11e8-8af6-a96d7616d2da.png)


![image](https://user-images.githubusercontent.com/3612566/42156821-1135fbce-7e27-11e8-9151-7256a255c814.png)




---


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

2018-07-02 Thread jongyoul
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.


---


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

2018-06-15 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/3015
  
@felixcheung @zjffdu I'll address this after next Wednesday. :-)


---


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

2018-06-13 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/3015
  
What will happen if user also specify jars via `spark.jars` ? Would that 
override `--jars` or combine with it ?


---


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

2018-06-11 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/3015
  
Please review this PR
https://travis-ci.org/jongyoul/zeppelin/builds/390350342


---