Re: Multiple spark interpreters in the same Zeppelin instance

2016-07-01 Thread Jongyoul Lee
Hi, Concerning importing/exporting notebook with aliases, my simple solution is to store reference interpreter setting into note.json. It, however, makes note.json enlarged and it's possible not to match current and new interpreter setting ids. Second, when user import note, we provide a menu to c

Re: Multiple spark interpreters in the same Zeppelin instance

2016-07-01 Thread moon soo Lee
Thanks Jongyoul for taking care of ZEPPELIN-2012 and share the plan. Could you share little bit more detail about how export/import notebook will work after ZEPPELIN-2012? Because we assume export/import notebook works between different Zeppelin installations and one installation might '%myinterpr

Re: Multiple spark interpreters in the same Zeppelin instance

2016-06-30 Thread Jongyoul Lee
Hi, This is a little bit later response, but, I think it's useful to share the current status and the future plan for dealing with this feature. For now, JdbcInterpreter supports parameter like '%jdbc(drill)', '%jdbc(hive) and so on. This is a JdbcInterpreter features from 0.6.0-SNAPSHOT and will