Re: ClassNotFoundException when using %jdbc(hive)

2016-10-12 Thread Xi Shen
Here's the log http://pastie.org/private/nem2pur2tl3adgbrv4hl2g I did a test. I copied the jar file to ./interpreter/jdbc, the execute the same command. This I got another error related to hadoop-common. I think the configuration in "dependency" section did not take effect at all. But there's no e

Spark got java.net.ConnectException: Connection refused

2016-10-12 Thread Xi Shen
Hi, I configured my Spark in Zeppelin to use a remote YARN cluster. I set the "master=yarn" and "deploy-mode=client". Then I started playing some spark command. Everything looks good. I can see the new Spark application in the YARN RM page, and I can see the Spark UI page. But after some time, wh

Elasticsearch Bucket Aggregators

2016-10-12 Thread Dominique Fabre
> > Hi, > I use bucket aggregators to calculate a sum by value of a field (zeppelin-0.6.1 and zeppelin-0.7.0) But in output data i have only the doc_count information by key. I have not the value of my aggregat. Do you have an idea about this ? The elasticsearch interpreter doesn't work correctl

zeppelin with spark 2.0.1

2016-10-12 Thread vincent gromakowski
Hi all, I am trying to configure zeppelin for spark 2.0.1 but when I precise the SPARK_HOME in zeppelin-env.sh I get this error java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketIm

Re: zeppelin with spark 2.0.1

2016-10-12 Thread Mich Talebzadeh
what have you defined your export MASTER= and export SPARK_HOME= in zeppelin-env.sh Dr Mich Talebzadeh LinkedIn * https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw * http://ta

Re: zeppelin with spark 2.0.1

2016-10-12 Thread Xi Shen
java.net.ConnectException: Connection refused is a clear sign of network issue. What is your network topology like? Maybe you want to check the firewall settings. On Thu, Oct 13, 2016 at 6:43 AM Mich Talebzadeh wrote: > what have you defined your export MASTER= > > and > > export SPARK_HOME= >

Re: Spark got java.net.ConnectException: Connection refused

2016-10-12 Thread Xi Shen
Turns out a port was blocked...nvm On Wed, Oct 12, 2016 at 3:43 PM Xi Shen wrote: > Hi, > > I configured my Spark in Zeppelin to use a remote YARN cluster. I set the > "master=yarn" and "deploy-mode=client". Then I started playing some spark > command. Everything looks good. I can see the new Sp

Re: Elasticsearch Bucket Aggregators

2016-10-12 Thread Bruno Bonnin
Hello, There are some restrictions with this interpreter. I have done a PR (https://github.com/apache/zeppelin/pull/1508) to improve it. Now, you should get something like that: key,doc_count,sum_byte.value userX, 12345,4321 HTH, Bruno 2016-10-12 18:36 GMT+02:00 Dominique Fabre : > Hi, >> > >