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

Reply via email to