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: 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年

Re: markdown pegdown interpreter run with error

2017-06-07 Thread Reminia Scarlet
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 install 0.7.1 binary or build it by yourself ? If you build it from > source, what is your build command ? > > > > Reminia Scarlet

Re: markdown pegdown interpreter run with error

2017-06-07 Thread Jeff Zhang
Do you install 0.7.1 binary or build it by yourself ? If you build it from source, what is your build command ? Reminia Scarlet 于2017年6月8日周四 下午2:39写道: > When I execute markdown in notebook, the latter exception shows, > anybody knows how to fix it ? > Maybe there’s a class conflict. > I install

markdown pegdown interpreter run with error

2017-06-07 Thread Reminia Scarlet
When I execute markdown in notebook, the latter exception shows, anybody knows how to fix it ? Maybe there’s a class conflict. I installed zeppelin 0.7.1. java.lang.NoSuchMethodError: org.objectweb.asm.tree.ClassNode.(I)V at org.parboiled.transform.ParserClassNode.(ParserClassNode.java:4