variable z is created all together with sc and sqlContext. See https://github.com/apache/incubator-zeppelin/blob/v0.5.6/spark/src/main/java/org/apache/zeppelin/spark/SparkInterpreter.java#L494 .
It's strange if z is unavailable and but sc is available. Can you access 'sc'? Thanks, moon On Mon, Feb 22, 2016 at 10:13 AM Ankur Jain <ankur.j...@yash.com> wrote: > Hi Team, > > > > I am trying to bind a variable to z using z.angularBind in my Scala code, > but getting below error… > > > > <console>:77: error: not found: value z > > > > Can you please guide what to look for issue? Nothing in logs… > > > > Regards, > > Ankur > > > Information transmitted by this e-mail is proprietary to YASH Technologies > and/ or its Customers and is intended for use only by the individual or > entity to which it is addressed, and may contain information that is > privileged, confidential or exempt from disclosure under applicable law. If > you are not the intended recipient or it appears that this mail has been > forwarded to you without proper authority, you are notified that any use or > dissemination of this information in any manner is strictly prohibited. In > such cases, please notify us immediately at i...@yash.com and delete this > mail from your records. >