An open API service indexing awesome lists of open source software.

https://github.com/sensoranalyticsaus/zeppelin_rest_api_in_python

Apache Zeppelin REST API Python Scripts
https://github.com/sensoranalyticsaus/zeppelin_rest_api_in_python

Last synced: 8 days ago
JSON representation

Apache Zeppelin REST API Python Scripts

Awesome Lists containing this project

README

          

## ABOUT
##### Python script templates for running and monitoring of Zeppelin notes from CLI for Apache Zeppelin 0.10.0.
##### For details [Apache Zeppelin REST API].
## Usage
##### **IMPORTANT:** HOSTNM and PNO variables must be changed to the actual Zeppelin *hostname* and *port number* values in these scripts.



lszepp

##### Lists all the notes stored on the target Zeppelin server.


runzepp

##### Runs the target Zeppelin note. The note must be run once through the browser, prior to running of this CLI command, for any web UI input variable settings to take effect.


runzepp-async

##### Runs the target Zeppelin note in the asynchronous mode (note status can be monitored by *chkzepp*). The note must be run once through the browser, prior to running of this CLI command, for any web UI input variable settings to take effect.


chkzepp

##### Reports the current paragraph execution status or the final status of the target Zeppelin note.

[Apache Zeppelin REST API]: https://zeppelin.apache.org/docs/0.10.0/usage/rest_api/notebook_repository.html