Compile error

2019-08-28 Thread afancy
Dear all, I use the following command to compile the source code on Ubuntu 16.04, but got the following error. Could you help? thanks mvn -e clean package -DskipTests -Pspark-2.3 -Phadoop-2.6 -Pr -Pscala-2.11 -Pr / afancy [INFO

Plan for the next release

2019-08-19 Thread afancy
Any plan for the next release (version 0.9)? Looking forward to the interactive shell. /afancy

Scheduler disappear in Zeppelin 0.8

2018-05-28 Thread afancy
could set the cron job somewhere else in Zeppelin? Please advise. Thanks /afancy

Embed chart in iFrame

2018-03-05 Thread afancy
. But, this is not I want. May I ask if there is any solution that my notebook is not available to the public, except the charts so that I could embed it into other web pages. Thanks!! /afancy

Re: Implementing run all paragraphs sequentially

2018-02-21 Thread afancy
Hi, May I ask if this feature available? I just full from the master branch, but I haven't seen this implementation. Thanks /afancy On Sat, Oct 7, 2017 at 2:57 AM, Jianfeng (Jeff) Zhang < jzh...@hortonworks.com> wrote: > > Since almost everyone agree on to run serial by defau

Re: Implementing run all paragraphs sequentially

2017-09-29 Thread afancy
+1 I think this is one of the most important features. don't know why this requirement has been skipped. /afancy On Thu, Sep 28, 2017 at 5:28 PM, Belousov Maksim Eduardovich < m.belou...@tinkoff.ru> wrote: > Hello, users! > > At the moment our analysts often use mixes

No 'Access-Control-Allow-Origin' header

2016-10-28 Thread afancy
Hi all, I get json in the angular environment, but got the 'Access-Control-Allow-Origin' exception. See the following. How to solve this issue? Thanks for your advice! /afancy %angular readJson = function (url) { $.getJSON(url, function(data){ console.log(data.body

Is it possible to run a paragraph in other notebook?

2016-10-26 Thread afancy
Hi, If using z.run() command, is it possible to run the paragraph from different notebook? Thanks /afancy

Spark Streaming error in zeppelin paragraph: java.lang.NoClassDefFoundError:

2016-10-26 Thread afancy
Dear all, I pull zeppelin from github, and build. I run the following Spark streaming code in a paragraph, but got the NoClassDefFoundError. Could anybody help? thanks! import org.apache.spark._ import org.apache.spark.streaming._ import org.apache.spark.streaming.StreamingContext._ case

Re: Matplotlib uses tkinter instead of Agg

2016-09-17 Thread afancy
But, mine is not in docker environment. afancy On Fri, Sep 16, 2016 at 2:10 PM, afancy <grou...@gmail.com> wrote: > Hi, > > Has this problem been solved? I also encountered the same problem (see the > following). I build from the source pulled from the Master branch. >

Re: Matplotlib uses tkinter instead of Agg

2016-09-16 Thread afancy
Hi, Has this problem been solved? I also encountered the same problem (see the following). I build from the source pulled from the Master branch. /afancy %python plt.figure() plt.plot(x, f(x), lw=2) z.show(plt, width='500px') plt.close() raceback (most recent call last): File "&quo

Failed to build Zeppelin pulled from Master Branch

2016-09-14 Thread afancy
me problem. Thanks a lot! /Afancy [INFO] [INFO] Reactor Summary: [INFO] [INFO] Zeppelin ... SUCCESS [ 3.144 s] [INFO] Zeppelin: Interpreter .. SUCCESS [ 10.09