Re: config two different python interpreter

2017-09-03 Thread Reminia Scarlet
manage multiple pyhon installations? I haven't used the redhat distribution. But In my machine, conda and pyenv work. Regard, On Fri, Sep 1, 2017 at 12:36 PM, Reminia Scarlet wrote: > No. > Installed from redhat software collections, > which can be enabled by scl. > > And what

Re: config two different python interpreter

2017-08-31 Thread Reminia Scarlet
:26,Park Hoon <1am...@gmail.com> 写道: > > Hi, I would like to ask how you installed two python instances. > > - Was it installed via conda or pyenv? > - Or.. > > > Thanks. > > On Tue, Aug 29, 2017 at 7:40 PM, Reminia Scarlet <mailto:reminia.scar...@g

config two different python interpreter

2017-08-29 Thread Reminia Scarlet
I installed two python , python27 and python34; My system python is python27. And I create a python interpreter of python34 specified the python location. But when running paragraph, it said error while loading shared libraries: libpython3.4m.so.rh-python34-1.0: cannot open shared object file:

Re: Updating the official homepage

2017-07-04 Thread Reminia Scarlet
I think the font style of title quick start/usage and so on is better look in version 0.7.1. The title font could be a little thick. > 在 2017年7月3日,下午9:17,Windy Qin 写道: > > I think this page (http://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/ > )

Re: zeppelin R plot with exception

2017-06-12 Thread Reminia Scarlet
= eOuterHtml.replace("“%html It calls ObjectRef.create which method is from scala 2.11 not scala 2.10. Anybody can tell why zepplin-spark_2.10 is not compiled base on scala 2.10? > 在 2017年6月13日,上午9:21,Reminia Scarlet 写道: > > When I plot a data in R, the excepti

zeppelin R plot with exception

2017-06-12 Thread Reminia Scarlet
When I plot a data in R, the exception below comes: java.lang.NoSuchMethodError: scala.runtime.ObjectRef.create(Ljava/lang/Object;)Lscala/runtime/ObjectRef; at org.apache.zeppelin.spark.ZeppelinRDisplay$.htmlDisplay(ZeppelinRDisplay.scala:91) at org.apache.zeppelin.spark.Zeppeli

Re: How to configure R interpreter in zeppelin

2017-06-09 Thread Reminia Scarlet
it in the R interpreter doc. f在 2017年6月9日,下午5:24,Reminia Scarlet 写道: > > I installed binary zeppelin-0.7.1 directly. > > And I also installed R related libraries in the centos. > > Also I configured SPARK_HOME in zeppelin-env.sh, > > but zeppelin cant recognize the R i

How to configure R interpreter in zeppelin

2017-06-09 Thread Reminia Scarlet
I installed binary zeppelin-0.7.1 directly. And I also installed R related libraries in the centos. Also I configured SPARK_HOME in zeppelin-env.sh, but zeppelin cant recognize the R interpreter. %r print(1) paragraph_1429882946244_-381648689's Interpreter r not found org.apache.zeppelin.in

Re: markdown pegdown interpreter run with error

2017-06-08 Thread Reminia Scarlet
the problem is fixed. FYI. > 在 2017年6月8日,下午4:57,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 ? > &g

Re: markdown pegdown interpreter run with error

2017-06-08 Thread Reminia Scarlet
(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > 在 2017年6月8日,下午3:10,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

Re: markdown pegdown interpreter run with error

2017-06-08 Thread Reminia Scarlet
e whether > there's file asm-tree-5.0.3.jar ? > > > > Reminia Scarlet <mailto:reminia.scar...@gmail.com>>于2017年6月8日周四 下午2:43写道: > 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-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

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 ? > >

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