Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

It is posible run zeppelin notebook from processor NIFI ?

avatar
Expert Contributor
 
1 ACCEPTED SOLUTION

avatar

@Dmitro Vasilenko

Yes, you can use the zeppelin REST API along with the InvokeHTTP processor.

Zeppelin REST API

https://zeppelin.apache.org/docs/0.7.0/rest-api/rest-notebook.html#run-all-paragraphs

InvokeHTTP Processor

https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.5.0/org.apache...

HTH

*** If you found this answer addressed your question, please take a moment to login and click the "accept" link on the answer.

View solution in original post

2 REPLIES 2

avatar

@Dmitro Vasilenko

Yes, you can use the zeppelin REST API along with the InvokeHTTP processor.

Zeppelin REST API

https://zeppelin.apache.org/docs/0.7.0/rest-api/rest-notebook.html#run-all-paragraphs

InvokeHTTP Processor

https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.5.0/org.apache...

HTH

*** If you found this answer addressed your question, please take a moment to login and click the "accept" link on the answer.

avatar
Expert Contributor

Do you have example run Zeppelin REST API ?