notebook rest api: type of image block info

2021-10-20 Thread Alessandro Busato
Hello, I'm using rest api to retrieve note/paragraph informations, the paragraph response includes results array, if the item type is IMG , the one is encoded base64, there no info about the mime of image(ie. data: image/png;base64, ), can I assume that for any interepreter, images are only

Re: zeppelin.server.allowed.origins - does not seem to work with Zeppelin REST API

2018-06-28 Thread Ying Chen
Hello - So, what you are saying is that - this is something that is protected over web socket, but not thru the HTTP endpoint? curl just exercises an http call. Ying On Mon, Jun 25, 2018 at 9:19 PM, Prabhjyot Singh wrote: > Hi Ying, > > This config "zeppelin.server.allowed.origins" is

Re: zeppelin.server.allowed.origins - does not seem to work with Zeppelin REST API

2018-06-25 Thread Prabhjyot Singh
Hi Ying, This config "zeppelin.server.allowed.origins" is to do with setting CORS header, which means this will continue to work over curl, but will get blocked over any browsers. I've attached a screenshot for reference. [image: Screenshot from 2018-06-26 09-48-23.png] Let me know if this

zeppelin.server.allowed.origins - does not seem to work with Zeppelin REST API

2018-06-25 Thread Ying Chen
Hello - I am in the process of validating some security settings for Zeppelin (0.7.3 w/ HDP 2.6.3) According to: https://zeppelin.apache.org/docs/0.7.0/install/configuration.html zeppelin.server.allowed.origins can be set to only allow requests that is coming from a specific host. I am not sure

Zeppelin execute job (all paragraphs) with parameters via REST API

2018-04-19 Thread Spico Florin
Hello! I have a zeppelin note that has many paragraphs. I have one paragraph that should receive/set up some parameters that will be further used by the other paragraphs. I would like to submit a job via zeppelin REST API that will with these parameters set up in the body. I know

How to call synchronous REST API to run notebook

2018-02-22 Thread danoomistmatiste
Hi, I am having issues calling the REST API to call a notebook synchronously. It keeps retuning 500 error along with a long java stack trace. I am trying to invoke it from the command line with CURL and the notebook ID. Any examples to run this from command line and Java will be much

Notebook not running via REST API after Zeppelin Restart: Already known issue in master branch?

2017-12-13 Thread Andreas Weise
Hi, I came across issues when using the Notebook Rest API. The run operations simply do not work after after fresh restarts of zeppelin. https://issues.apache.org/jira/browse/ZEPPELIN-3105 Is this a known issue in latest master branch? Cheers Andreas

Re: Invoke notebook from REST api?

2017-07-21 Thread darren
Thank you Get Outlook for Android From: Park Hoon Sent: Friday, July 21, 3:34 AM Subject: Re: Invoke notebook from REST api? To: users@zeppelin.apache.org Hi,  You can run a specific paragraph async / sync -  http://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/usage

Re: Invoke notebook from REST api?

2017-07-21 Thread Park Hoon
Hi, You can run a specific paragraph async / sync - http://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/usage/rest_api/notebook.html#run-a-paragraph-asynchronously or are able to run the note (containing paragraphs) -

Invoke notebook from REST api?

2017-07-20 Thread darren
Is this possible? Thank you. Get Outlook for Android

Re: Zeppelin REST api for interpreters

2017-06-28 Thread Serega Sheypak
Ah, it's there, thanks! 2017-06-28 12:44 GMT+02:00 Иван Шаповалов <shapovalov.iva...@gmail.com>: > for 3.2 https://zeppelin.apache.org/docs/0.7.2/rest-api/rest- > interpreter.html should work > > 2017-06-28 12:14 GMT+03:00 Serega Sheypak <serega.shey...@gmail.com>: >

Re: Zeppelin REST api for interpreters

2017-06-28 Thread Иван Шаповалов
for 3.2 https://zeppelin.apache.org/docs/0.7.2/rest-api/rest-interpreter.html should work 2017-06-28 12:14 GMT+03:00 Serega Sheypak <serega.shey...@gmail.com>: > Hi, I'm reading > https://zeppelin.apache.org/docs/0.7.2/rest-api/rest-notebook.html > > I has great REST

Zeppelin REST api for interpreters

2017-06-28 Thread Serega Sheypak
Hi, I'm reading https://zeppelin.apache.org/docs/0.7.2/rest-api/rest-notebook.html I has great REST API for notebooks and paragraphs. I'm looking for interpreter configuration. I want to automate Zeppelin deployment and I need: 1. put zeppelin war on node (done) 2. start war and connect

Re: Monitoring Zeppelin Health Via Rest API

2017-01-25 Thread Jongyoul Lee
We're running Zeppelin 0.6.2 and authenticating against Active >>>> Directory via Shiro. Everything is working pretty well, however, we do >>>> occasionally have issues, which is leading to a bad user experience, as >>>> operationally we're unaware of a problem.

Re: Monitoring Zeppelin Health Via Rest API

2017-01-24 Thread Jongyoul Lee
Shiro. Everything is working pretty well, however, we do occasionally > have issues, which is leading to a bad user experience, as operationally > we're unaware of a problem. > > We'd like to monitor the health of Zeppelin via the rest api, however, I > don't see a way to programmatic

Monitoring Zeppelin Health Via Rest API

2017-01-24 Thread Rob Anderson
of Zeppelin via the rest api, however, I don't see a way to programmatically authenticate, so we can make the calls. Does anyone have any recommendations? Thanks, Rob

Re: New Notebook REST API Endpoint request (Clear Output for a notebook)

2017-01-14 Thread Deenar Toraskar
Many thanks On 11 January 2017 at 01:13, Mina Lee <mina...@apache.org> wrote: > Hi Deenar, > REST API for clear all output will be delivered with 0.7.0 version. > We are working on 0.7.0 release so you will be able to use it sooner or > later. > You can fin

Re: REST API for updating interpreter settings

2017-01-13 Thread Deenar Toraskar
g.apache.zeppelin.markdown.Markdown", "name": "md" } ], > "dependencies": [ { "groupArtifactVersion": "groupId:artifactId:version", > "exclusions": [ "groupId:artifactId" ] } ] } > > > Thanks, > Ahyoung >

Re: REST API for updating interpreter settings

2017-01-11 Thread Ahyoung Ryu
uot;: { "propname": "Otherpropvalue" }, "interpreterGroup": [ { "class": "org.apache.zeppelin.markdown.Markdown", "name": "md" } ], "dependencies": [ { "groupArtifactVersion": "groupId:artifactId:version", "exclusions&quo

REST API for updating interpreter settings

2017-01-10 Thread Deenar Toraskar
Hi I am trying to call the REST API endpoint to update an interpreter setting viz. https://zeppelin.apache.org/docs/latest/rest-api/rest-interpreter.html#update-an-interpreter-setting, but am unable to get this working. All the other Interpreter REST endpoints seem to work fine. Any ideas

Re: Rest API

2016-06-23 Thread moon soo Lee
ig: config >>> } >>> } >>> ); >>> >>> this.ws.send({ >>> op: 'PARAGRAPH', >>> data: { >>> id: this.paragraph.id, >>> title : this.paragraph.title, >>>

Re: Rest API

2016-06-17 Thread kevin giroux
feel free to file a issue. Code contribution would be more than > welcome. > > Thanks, > moon > > > On Thu, Jun 16, 2016 at 12:31 AM kevin giroux <giroux.kevin...@gmail.com> > wrote: > >> Thank again for you reply. >> >> Do you know if it is a poss

Re: Rest API

2016-06-15 Thread moon soo Lee
this > websocket call for changing the paragraph config ? > > Sincerely, > > Le mer. 15 juin 2016 à 22:04, moon soo Lee <m...@apache.org> a écrit : > >> Hi, >> >> I think 0.5.6 rest api (and current, too) does not take 'config'. >> >> Here's how