Re: Question on a smoother transition of output graphs

2017-06-08 Thread Park Hoon
Hi, we can think few options. (of course and more) 1. Keep the previous result and set lower transparent for it while running the paragraph. 2. Clean the previous output and keep the height at least. and +1 for improving that part. Thanks. On Fri, Jun 9, 2017 at 3:49 AM, Heejong Lee wrote: >

Question on a smoother transition of output graphs

2017-06-08 Thread Heejong Lee
Hi, I would like to use Zeppelin as a live dashboard alternative. I was happy with the nicely preconfigured UI of Zeppelin for the first few hours but suddenly realized that the output part of the paragraph is automatically folded before refreshing while the input part is running. It makes some

Re: markdown pegdown interpreter run with error

2017-06-08 Thread Jeff Zhang
Thanks Reminia for clarifying this, it is supposed to fixed in ZEPPELIN-2375 Reminia Scarlet 于2017年6月8日周四 下午5:01写道: > @Jeff Zhang. I finally work this out. > > My issus is all the same as > https://issues.apache.org/jira/browse/ZEPPELIN-237

Re: markdown pegdown interpreter run with error

2017-06-08 Thread Reminia Scarlet
@Jeff Zhang. I finally work this out. My issus is all the same as https://issues.apache.org/jira/browse/ZEPPELIN-2370 . Only it's on centos. I tried the solution in the jira: unset CLASSPATH bin/zeppelin-daemon.sh restart then the problem

Re: markdown pegdown interpreter run with error

2017-06-08 Thread Jeff Zhang
It most likely you have other jars under this zeppelin. I don't have this issue in the zeppelin 0.7.1 binary installation. Do you have the same issue in a clean zeppelin installation ? Reminia Scarlet 于2017年6月8日周四 下午3:34写道: > @Jeff Zhang, I’ve worked it out, my colleague once copied spark-assemb

Re: How to stop Zeppelin on Windows?

2017-06-08 Thread Raffaele S
On Windows you can just kill the process from task manager or command line: -taskkill /IM _processname_ Raffaele 2017-05-15 11:41 GMT+02:00 Muhammad Rezaul Karim : > Hi All, > > I understand that I can start the Zeppelin server on Windows using the > following command: > > bin\zeppelin.cmd

Re: markdown pegdown interpreter run with error

2017-06-08 Thread Reminia Scarlet
@Jeff Zhang, I’ve worked it out, my colleague once copied spark-assembly into the lib directory for running spark interpreter :). And it conflicts with asm-tree, when I removed the spark* lib , the problem is fixed. But another problem comes: java.lang.IncompatibleClassChangeError: org/parb

Re: markdown pegdown interpreter run with error

2017-06-08 Thread Reminia Scarlet
Yes, there it is. see: [root@pdmdev4 md]# ll total 1524 -rw-r--r-- 1 zeppelin zeppelin 53231 Mar 28 16:40 asm-5.0.3.jar -rw-r--r-- 1 zeppelin zeppelin 20443 Mar 28 16:40 asm-analysis-5.0.3.jar -rw-r--r-- 1 zeppelin zeppelin 29036 Mar 28 16:40 asm-tree-5.0.3.jar -rw-r--r-- 1 zeppelin zeppelin 4

Re: markdown pegdown interpreter run with error

2017-06-08 Thread Jeff Zhang
Could you check the folder {ZEPPELIN_HOME}/interpreters/md to see whether there's file asm-tree-5.0.3.jar ? Reminia Scarlet 于2017年6月8日周四 下午2:43写道: > I installed binary directly on centos, see below: > > /home/zeppelin/zeppelin-0.7.1-bin-all/ > > 在 2017年6月8日,下午2:41,Jeff Zhang 写道: > > > Do you i

Re: markdown pegdown interpreter run with error

2017-06-08 Thread Reminia Scarlet
I’ve checked the project code roughly. Maybe there’s a class conflict between lib asm-tree-5.0.3 and asm-all-repacked with glassfish dependence. > 在 2017年6月8日,下午2:43,Reminia Scarlet 写道: > > I installed binary directly on centos, see below: > > /home/zeppelin/zeppelin-0.7.1-bin-all/ >> 在 2017年