Re: sharing angular variable to scala interpreter in zepelin

2016-02-29 Thread Balachandar R.A.
Thanks.. It helped Regards Bala On 24-Feb-2016 10:19 pm, "moon soo Lee" wrote: > Hi, > > Once an AngularObject is created, updated value from front-end side > (angular interpreter) automatically propagated to the back-end side. So > SparkInterpreter can read it using

Re: sharing angular variable to scala interpreter in zepelin

2016-02-24 Thread DuyHai Doan
Creation of AngularObject from front-end will be possible once those PR are tested and merged: https://github.com/apache/incubator-zeppelin/pull/740 https://github.com/apache/incubator-zeppelin/pull/741 https://github.com/apache/incubator-zeppelin/pull/742

sharing angular variable to scala interpreter in zepelin

2016-02-23 Thread Balachandar R.A.
Hi In one of my usecases, i need to pass a variable defined inside angular interpreter to another paragraph which is a scala interpreter. I could do other way around using z.angularBind() but could not figure out how to pass a variable from angular to scala. Any clue will be helpful here regards