User specific interpreter

2016-10-04 Thread Vikash Kumar
Hi all,
Can we create user specific interpreters? Like I want to create 
phoenix jdbc interpreter only for admin user. I am using branch 0.6.2.
And question regarding

1.   release date for branch 7 so that we can demo for Helium

2.Multiuser implementation roadmap?



Thanks & Regards,
Vikash Kumar


Re: Livy with 0.6.0

2016-10-04 Thread Ahyoung Ryu
Hi Herman,

Thanks for sharing your issue :)
Actually I have no idea how we can get REPL output with Livy interpreter,
but the *printREPLOutput* property is implemented only for Spark
interpreter[1] in the Zeppelin side. So it won't be available in Livy
interpreter.

[1]
https://github.com/apache/zeppelin/blob/master/spark/src/main/java/org/apache/zeppelin/spark/SparkInterpreter.java#L536

Thanks,
Ahyoung

On Mon, Oct 3, 2016 at 11:48 PM, Herman Yu  wrote:

> Hi everyone,
>
> Is there a way to enable the REPL output for Livy interpreter with
> zeppelin 0.6 and spark 1.6? set  zeppelin.livy.spark.printREPLOutput  to
> true doesn’t work with Livy interpreter.
>
> Thanks
> Herman.
>
>
>