Re: How to make one side binding between zeppelin paragraph and published paragraph?

2016-12-29 Thread Jan Rasehorn
Hello, for collaboration purposes the bidirectional synch makes sense - even though I would expect a published paragraph to mainly serve presentation purposes instead of collaboration purposes. In cases where Zeppelin is used for presentation purposes the recalculation of the paragraph due to cha

Re: programmatically call parameterised notebook paragraph

2016-12-29 Thread Tushar Kapila
Thank you DuyHai. That would work, only I want to simulate the websockets as the end aim is to test it. This would be a good integration test suite. On Thu, Dec 29, 2016 at 10:34 PM, DuyHai Doan wrote: > Use REST Api with a simple REST client > > http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/re

Re: programmatically call parameterised notebook paragraph

2016-12-29 Thread DuyHai Doan
Use REST Api with a simple REST client http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/rest-api/rest-notebook.html#run-a-paragraph-synchronously You can inject the Angular param values as POST data to the target paragraph On Thu, Dec 29, 2016 at 5:54 PM, Tushar Kapila wrote: > I have a notebook

programmatically call parameterised notebook paragraph

2016-12-29 Thread Tushar Kapila
I have a notebook with one para, with 3-4 input fields. want to call this programmatially with different values. can see the websocket chatter in browser but cant connect to websocket from code. using spring websocket client. Is there any working sample with this in spring or other java code? What

Re: Re: Re: contextual relevance in the previous paragraph and the latter paragraph in Zeppelin

2016-12-29 Thread Hyung Sung Shim
Hi. Actually I tested with jdbc(mysql) but it would be the same with hive right? and the latest version what i mentioned is the master in the github repo. BTW could you share your interpreter setting for hive? 2016-12-28 22:37 GMT-08:00 Pengcheng Fang : > Hi Shim, > > thanks for your reply. I