Re: How to use web sockets with Zeppellin

2016-09-07 Thread spacewalk...@163.com
@kant kodali change zeppelin-web\ src\components\baseUrl\baseUrl.service.js like this: this.getWebsocketUrl = function() { var wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:'; return wsProtocol + ‘//your_ip_address:' + this.getPort() + skipTrailingSlash(location.pathname)

Re: How to use web sockets with Zeppellin

2016-09-07 Thread spacewalk...@163.com
display it with > the charts/graphs (simple to graphs we see when we run sql on Zeppelin > notebook) > if there is a simple example that would be awesome. > Thanks again! > > > > > > On Wed, Sep 7, 2016 5:05 AM, spacewalk...@163.com spacewalk...@163.com &

Re: How to use web sockets with Zeppellin

2016-09-07 Thread spacewalk...@163.com
hange this let me grab data from my websocket server and display it with > the charts/graphs (simple to graphs we see when we run sql on Zeppelin > notebook) > if there is a simple example that would be awesome. > Thanks again! > > > > > > On Wed, Sep 7,

Re: How to use web sockets with Zeppellin

2016-09-07 Thread spacewalk...@163.com
f that is feasible. > > Thanks, > Kant > > On Wed, Sep 7, 2016 at 6:59 PM, spacewalk...@163.com > <mailto:spacewalk...@163.com> <mailto:spacewalk...@163.com>> wrote: > i thought it was a separating zeppelin backend and frontend problem, but what > @corn

Re: Save Report separately

2016-10-27 Thread spacewalk...@163.com
hi Nirav Patel, Currently zeppelin persists Note as json file,which includes both code and result. You can enable GitNotebookRepo as the bakend storage by define following property in ${ZEPPELIN_HOME}/conf/zeppelin-site.xml。 Restart zeppelin,then you can commit note as a revision, which can be