Interpreter for REST as any other Interpreter(like jdbc, hive etc)

2022-02-27 Thread Great Info
I have some back-end server which exposes its data over the REST API. I need to provide a visualization for the response. It may sound silly if I think about this feature in zeppelin but I would like to know if there is something in zeppelin for REST.

Re: Interpreter for REST as any other Interpreter(like jdbc, hive etc)

2022-02-27 Thread Jeff Zhang
How about using python to these rest API and convert the data to pandas dataframe and then visualize it via python viz libraries. On Sun, Feb 27, 2022 at 6:14 PM Great Info wrote: > I have some back-end server which exposes its data over the REST API. I > need to provide a visualization for the

Re: [VOTE] Release Apache Zeppelin 0.10.1 RC2

2022-02-27 Thread moon soo Lee
+1 On Thu, Feb 24, 2022 at 9:31 AM Prabhjyot Singh wrote: > +1 > > On Thu, Feb 24, 2022 at 1:58 PM Jeff Zhang wrote: > >> Hi folks, >> >> I propose the following RC to be released for the Apache Zeppelin >> 0.10.1 release. >> >> >> The commit id is 1654ce3847f4ebce7b228f54671340569d25a32e : >>

Re: [VOTE] Release Apache Zeppelin 0.10.1 RC2

2022-02-27 Thread Jeff Zhang
Here's my +1 On Mon, Feb 28, 2022 at 4:55 AM moon soo Lee wrote: > +1 > > On Thu, Feb 24, 2022 at 9:31 AM Prabhjyot Singh > wrote: > > > +1 > > > > On Thu, Feb 24, 2022 at 1:58 PM Jeff Zhang wrote: > > > >> Hi folks, > >> > >> I propose the following RC to be released for the Apache Zeppelin >

[RESULT] [VOTE] Release Apache Zeppelin 0.10.1 (RC2)

2022-02-27 Thread Jeff Zhang
Hi Folks, The vote passes with 4 binding +1 votes, 1 non-binding +1 votes, and no +0 or -1 votes. Thanks for everyone who verified rc and voted. +1: Amin Borjian Philipp Dallig* Prabhjyot Singh*moon soo Lee* Jeff Zhang* +0: -1: *binding Vote thread: https://lists.apache.org/thread/cq47k5q2l

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4299: [ZEPPELIN-5661] Support clone a specific revision of a note

2022-02-27 Thread GitBox
zjffdu commented on a change in pull request #4299: URL: https://github.com/apache/zeppelin/pull/4299#discussion_r815612325 ## File path: docs/usage/rest_api/notebook.md ## @@ -373,7 +373,10 @@ Notebooks REST API supports the following operations: List, Create, Get, Delete,

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4299: [ZEPPELIN-5661] Support clone a specific revision of a note

2022-02-27 Thread GitBox
zjffdu commented on a change in pull request #4299: URL: https://github.com/apache/zeppelin/pull/4299#discussion_r815612325 ## File path: docs/usage/rest_api/notebook.md ## @@ -373,7 +373,10 @@ Notebooks REST API supports the following operations: List, Create, Get, Delete,

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4299: [ZEPPELIN-5661] Support clone a specific revision of a note

2022-02-27 Thread GitBox
zjffdu commented on a change in pull request #4299: URL: https://github.com/apache/zeppelin/pull/4299#discussion_r815614064 ## File path: zeppelin-server/src/main/java/org/apache/zeppelin/service/NotebookService.java ## @@ -317,15 +317,27 @@ public void renameNote(String noteI

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4299: [ZEPPELIN-5661] Support clone a specific revision of a note

2022-02-27 Thread GitBox
zjffdu commented on a change in pull request #4299: URL: https://github.com/apache/zeppelin/pull/4299#discussion_r815614695 ## File path: zeppelin-server/src/test/java/org/apache/zeppelin/rest/NotebookRestApiTest.java ## @@ -693,39 +691,55 @@ public void testRunAllParagraph_Fi

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4299: [ZEPPELIN-5661] Support clone a specific revision of a note

2022-02-27 Thread GitBox
zjffdu commented on a change in pull request #4299: URL: https://github.com/apache/zeppelin/pull/4299#discussion_r815616023 ## File path: zeppelin-server/src/test/java/org/apache/zeppelin/rest/NotebookRestApiTest.java ## @@ -693,39 +691,55 @@ public void testRunAllParagraph_Fi