sam created ZEPPELIN-855: ---------------------------- Summary: Automatic Way to Bind Interpreter Key: ZEPPELIN-855 URL: https://issues.apache.org/jira/browse/ZEPPELIN-855 Project: Zeppelin Issue Type: Bug Reporter: sam
OK first to give some background. The objective is to write an automated test of sorts that runs a notebook in zeppelin. So we are trying to use the API call curl -XPOST http://${ip}:8080/api/notebook/job/${id} But this doesn't work until someone clicks the "bind interpreter" button in chrome. It just gives 500 until the button is clicked. I have tried copying what the button does by monitoring the Network tab in chrome, but this seemed to put zeppelin into an inconsistent state. So I was hoping there was a way to either run a notebook and get zeppelin to just ignore the "bind interpreter" dialogue, or use curl to click the "save" button some way. Surprised I'm finding this so hard since I would have thought someone else in the world wants to run notebooks using an API too. -- This message was sent by Atlassian JIRA (v6.3.4#6332)