You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by York Huang <yo...@gmail.com> on 2016/11/17 05:05:07 UTC

Zeppelin is much slower than pure spark-shell

Hi,
I am using a spark sql JOIN. It runs well in SPARK-SHELL --master
yarn-client, but is very slow and timeout in zeppelin.

Where should I examine the issue?

Thanks

Re: Zeppelin is much slower than pure spark-shell

Posted by Jeff Zhang <zj...@gmail.com>.
It could be many reasons. You need to check the spark UI, whether they use
the same resources and same number of tasks

York Huang <yo...@gmail.com>于2016年11月17日周四 下午1:05写道:

> Hi,
> I am using a spark sql JOIN. It runs well in SPARK-SHELL --master
> yarn-client, but is very slow and timeout in zeppelin.
>
> Where should I examine the issue?
>
> Thanks
>