error: object jblas is not a member of package org

2016-01-19 Thread bear gan
How to solve this problem? import org.jblas.DoubleMatrix :21: error: object jblas is not a member of package org import org.jblas.DoubleMatrix ///

User defined angular controller

2016-01-19 Thread Tamas Szuromi
Hi, Is it possible in the %angular interpreter to define a new angular controller or extend an existing one? Thanks in advance! Tamas -- *Tamas Szuromi* Data Analyst *Mobile:* +36 20 498 8425 *Skype:* tromika *E-mail: *tamas.szur...@odigeo.com *www.liligo.com

Re: Web-socket call getting stuck and result is not getting rendered in UI

2016-01-19 Thread Manmath Shaw
Hi Damien, Thanks for checking on my issue :) I have done the changes to run the Zeppelin from an outside server instead of the inbuilt server. So now I am not using the zeppelin-daemon.sh script for starting. The modifications I have done is the inclusion of the servlets from the zeppelinServer.

Re: Web-socket call getting stuck and result is not getting rendered in UI

2016-01-19 Thread Corneau Damien
Hi, I'm not sure I fully understand your setup and the modifications you've done, can you give a bit more details? Also, when you say that the result is saved inside note.json, does it mean that after refreshing the UI page you see the result, but it doesn't update after running the paragraph? On

Web-socket call getting stuck and result is not getting rendered in UI

2016-01-19 Thread Manmath Shaw
Hi All, I have done changes to run Zeppelin as an standalone app inside an external server. I am able to achieve that and able to complete almost all the features. Currently I am stuck at one place. Now whenever I am trying to run a paragraph, the call is going fine and the result are coming fine

Re: Configure graph programmatically

2016-01-19 Thread Zhong Wang
I've figured it out. The "index" actually refers to the field index of the output table. I should use Group(2, "col2") in the last example. Zhong On Tue, Jan 19, 2016 at 2:40 PM, Zhong Wang wrote: > Moon: thanks very much for creating a concrete example for me. It is great > to know that I can

Re: Configure graph programmatically

2016-01-19 Thread Zhong Wang
Moon: thanks very much for creating a concrete example for me. It is great to know that I can get the InterpreterContext in my code to interact with almost anything I want. This approach seems really promising to me, and it works for both setting keys and values. However, I encountered an issue wh

Spark Talks: Using MLib to Predict Popular Tweets & Using Zeppelin Notebooks

2016-01-19 Thread Felix Cheung
FYI _ *Note, expedite your check in at Galvanize and register here Talk 1: Using Spark MLlib To Predict Most Popular Tweets Spark's Machine Learning Library (MLlib) enables running Machine Learning algorithms in a scalable way on massive datase

Re: Configure graph programmatically

2016-01-19 Thread moon soo Lee
Hi Zhong, I've made simple example that programmatically configure graph with dynamic form. please check following link. http://s.apache.org/57E Theoretically, Angular Display System can do, but you'll need to build everything from scratch. i.e. form, column selection, drag n drop, pivot, graph,

Re: Starting Zeppelin server from Java client

2016-01-19 Thread moon soo Lee
It looks like notebook directory is not exist. Could you check if the directory ZEPPELIN_NOTEBOOK_DIR env variable or zeppelin.notebook.dir jvm property pointing is exists? Default directory is 'notebook' in current path. Thanks, moon On Tue, Jan 19, 2016 at 5:46 AM Fazlan Nazeem wrote: > Hi, >

Starting Zeppelin server from Java client

2016-01-19 Thread Fazlan Nazeem
Hi, I tried to start Zeppelin server from java a client. i added all the dependent libraries to my project and tried running it, but I get the following error. java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.Nati

Configure graph programmatically

2016-01-19 Thread Zhong Wang
Hi all, I am building an application on Zeppelin using dynamic forms to generate graphs. The change of some of the forms may change the number of columns of the output table, which requires the visualization to be reconfigured. Every time when I change these forms, I need to specify graph configur