Re: [DISCUSSION] Extending TableData API

2017-06-12 Thread Khalid Huseynov
Thanks for the questions guys! @Jun Kim actually that feature was originally discussed and was put into backlog since proposal was more about tables processed by interpreters and their sharing. However having quick visualisation on the fly for not so large data makes sense indeed, and possibly cou

Re: zeppelin R plot with exception

2017-06-12 Thread Reminia Scarlet
I’ve checked the jar zeppelin-spark_2.10-0.7.1.jar on maven. I decompiler the class ZeppelinRDisplay.class, method htmlDisplay as below: private RDisplay htmlDisplay(Element body, String imageWidth) { ObjectRef div = ObjectRef.create(new String()); JavaConversions..MODULE$.asSca

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

can Zeppelin runParagraph from different notebooks?

2017-06-12 Thread Richard Xin
Angular (frontend API) | | | | | | | | | | | Angular (frontend API) The Apache Software Foundation Angular (frontend API) | | | This method doesn't seem to support running paragraphs from different notebooks, did I miss anything? 

Re: [DISCUSSION] Extending TableData API

2017-06-12 Thread Andrea Santurbano
Hi guys, this is great! I think this can also enable some drop-down feature between tables in the UI... Do you think this enhancements can also include the graph part? Andrea Il giorno lun 12 giu 2017 alle ore 05:47 Jun Kim ha scritto: > All of the enhancements looks great to me! > > And I wish