Re: Setting default interpreter at notebook level

2016-07-29 Thread Abul Basar
Hi Jongyoul Thanks for the information. -AB On Thu, Jul 28, 2016 at 8:43 PM, Jongyoul Lee wrote: > Hi Abul, > > Concerning "defaultInterpreter", it is a feature of current master and > doesn't work at 0.6.0. Sorry for wrong information. And for now, we don't > have any specific plan for suppor

Re: Setting default interpreter at notebook level

2016-07-28 Thread Jongyoul Lee
Hi Abul, Concerning "defaultInterpreter", it is a feature of current master and doesn't work at 0.6.0. Sorry for wrong information. And for now, we don't have any specific plan for supporting different default interpreter with same interpreter setting. Thus, in your case, %r tags is a proper way f

Re: Setting default interpreter at notebook level

2016-07-28 Thread Abul Basar
Hello Jongyoul, I could not find the file interpreter-setting.json, but I found a file conf/interpreter.json. I added a property "default":"true" for interpreter "org.apache.zeppelin.spark.SparkRInterpreter". I restarted zeppelin demon service. But, R did not work as default interpreter. Then I c

Re: Setting default interpreter at notebook level

2016-07-25 Thread Jongyoul Lee
Hello Abul, Changing orders within a group dynamically is not supported yet. You can change it by making interpreter-setting.json in a resources directory In a interpreter-setting.json, you can find a property named `default`. If it's true, That will be a default interpreter in a group. If you don

Re: Setting default interpreter at notebook level

2016-07-25 Thread Abul Basar
Hi Krishnaprasad, Yes, I have played around with that feature. What I found is "spark, pyspark, r, sql" are grouped together. I use Zeppelin for Spark projects. So I need to set one of these sub-categories as default. Most often I use scala for Spark. But I should be able to create a notebook usin

Re: Setting default interpreter at notebook level

2016-07-25 Thread Krishnaprasad A S
Hi Abul, You can change the default interpreter for each notebook through zeppelin web UI. Go to the notebook and then settings(up right corner), there you can find Interpreter binding option. You can reorder the interpreters by drag and drop. The first one will be default. Hope this helps. Rega

Setting default interpreter at notebook level

2016-07-24 Thread Abul Basar
I know there is a way to set up a default interpreter at Zepplin using zeppelin.interpreters property in conf/zeppelin-site.xml. The setting is global is nature. But, is it possible to create a notebook level setting for interpreter? For example, in a notebook I want to set the default interpreter