Re: Zeppelin for OLTP application

2017-10-11 Thread Plamen Paskov
your description, you’re not doing OLTP which is a database term. > > > > On Oct 11, 2017, at 8:19 AM, Plamen Paskov < > plamen.pas...@next-stream.com> wrote: > > > > Hi ppl, > > > > Is zeppelin planned to handle a lot of traffic? I will try to expla

Zeppelin for OLTP application

2017-10-11 Thread Plamen Paskov
Hi ppl, Is zeppelin planned to handle a lot of traffic? I will try to explain more clearly with example use case. I'm working on an admin panel that is used by our clients (let say 100k users). One feature of the panel is to display various dashboard and charts. Some of the charts are

How to update paragraph text

2017-10-02 Thread Plamen Paskov
Hello everyone, I need a functionality to update the paragraph text from spark interpreter. I was searching over the internet and looked at the source code but i didn't find anything. Is it possible to achieve that? If not how i can achieve the following: - connect to kinesis stream - create

setting paragraph text

2017-09-29 Thread Plamen Paskov
Hello, I'm trying to set a paragraph text from within custom sink provider with the following code: val template ="%angular" + "" + "alert(123)" + "" val pid ="20170928-133811_1295405352" z.put(pid, template) z.run(pid) The paragraph run successfully but the content is not set. The