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 Wed, Jan 20, 2016 at 9:26 AM, Manmath Shaw <cet.manm...@gmail.com> wrote: > 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 saving into note.json, but the issue is that the > new values are not getting displayed inside the paragraph. > > As per my analysis/understanding, this is happening because the call to > java is getting stuck after fetching the data and hence the next web-socket > call to load the note is tot happening. I am not sure but I doubt this > might be happening because of some multithreading problem. > > I am new to AngularJS and the web-socket calling. > > Kindly help me out if anybody has faced this type of issue or have any > idea how can I fix the issue. > > Please let me know if know if there is any difficulty understanding my > explanation of the problem or if any other information required. > > Thanks & Regards, > Manmath > >