Re: Question about interpreters

2016-05-28 Thread moon soo Lee
Hi Denny, interpreter.json saves informations not only properties for each interpreter settings, but also binding of interpreter setting and each notebooks. for instance, "interpreterBindings": { "2AYGPYH6N": [ "2AYSNKH1P", "2AXP4N64K", "2AXDCYDE9", "2AXF6Y261", "2AZDGUZ6J"

Re: Question about interpreters

2016-05-28 Thread Denny Wong
Hi Moon I see in the interpreter.json, each interpreter has an id associated. Is this id used in anyway? Does Zeppelin use the name and group attributes only to figure out the interpreter to use for each paragraph? When does Zeppelin figure out interpreter to use? Each time when a paragrap

Re: Question about interpreters

2016-05-27 Thread moon soo Lee
Hi Denny, Binding information between interpreter and notebook is persisted in 'conf/interpreter.json'. So normally, notebook will not have any problem when imported to a different instance. The interpreter ids in 'angularObject' section is used for restoring angularObject. So when a notebook whi

Re: Question about interpreters

2016-05-27 Thread denny wong
If I export a notebook from one Zeppelin instance and import it to a different instance.  There are possibilities that the new instance may have different interpreter settings, so the interpreter ids may be different.  How does Zeppelin resolve the id differences?  The interpreter ids seem embed