The usecase we have is to create a service to spawn up the zepplin. Now since i cannot override zeppelin.livy.url and the default value is set to " https://localhost:8998" - users which are using my service need to manually go and change the interpreter url.
I don't know if the scenario is clear, but i can explain more. Regards, Arun On 15 March 2017 at 12:58, Jeff Zhang <zjf...@gmail.com> wrote: > Why is it inconvenient for you ? If you have multiple livy servers, you can > create multiple livy interpreters for each livy server in interpreter > setting page. > > > > > Arun Khetarpal <akhet...@gmail.com>于2017年3月15日周三 下午1:25写道: > > > Is there a way to set it programmatically? I find it very inconvenient > for > > users to go and modify the setting in the page - is there a better way? > > > > Regards, > > Arun > > > > On 15 March 2017 at 04:36, Jeff Zhang <zjf...@gmail.com> wrote: > > > > > zeppelin-site.xml is for zeppelin server, not for interpreter. You > should > > > set zeppelin.livy.url in interpreter setting page. > > > > > > https://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/ > > > quickstart/explorezeppelinui.html#settings > > > > > > Arun Khetarpal <akhet...@gmail.com>于2017年3月15日周三 上午3:16写道: > > > > > > > Hi, > > > > > > > > I am trying to setup the livy interpreter in zeppelin. > > > > > > > > For this, i have set zeppelin.livy.url property in zeppelin-site.xml > - > > > but > > > > in Zeppelin ui, the property of interpreter is still set to default. > > > > > > > > Alternatively, i tried also setting it zeppelin-env.sh as export > result > > > > ZEPPELIN_LIVY_HOST_URL but the same result. > > > > > > > > Any help? > > > > > > > > Regards, > > > > Arun > > > > > > > > > >