You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Plamen Paskov <pl...@next-stream.com> on 2017/09/29 08:46:13 UTC

setting paragraph text

Hello,

I'm trying to set a paragraph text from within custom sink provider with 
the following code:

val template ="%angular" +
   "<script type=\"text/javascript\">" +
   "alert(123)" +
   "</script>"
val pid ="20170928-133811_1295405352" z.put(pid, template)
z.run(pid)

The paragraph run successfully but the content is not set. The shiro authentication is not active and i'm running the above code with anonymous user.
I'm using spark 2.11, zeppelin 0.7.2 within amazon emr cluster