Introduction

2017-08-24 Thread Saksham Srivastava
Hi, I am Saksham and work as a developer. We have recently started using Apache Zeppelin as an interface to submit queries on our clusters. It looks like a very exciting project. Earlier, I have contributed to Apache CloudStack too. Can someone be kind enough to guide me to documentation whic

API to get/download paragraph result

2017-08-30 Thread Saksham Srivastava
Hi, My previous mail did not get much love so I am trying again :) Is there any API to download the response of a paragraph? I know there is a synchronous run API which will wait for the completion of execution and will return the result. http://zeppelin.apache.org/docs/0.7.2/rest-api/rest-

Re: Introduction

2017-09-01 Thread Saksham Srivastava
b.com/apache/zeppelin/blob/v0.7.2/spark/src/main/java/org/apache/zeppelin/spark/SparkSqlInterpreter.java#L156 On Thu, Aug 24, 2017 at 4:30 AM Saksham Srivastava wrote: > Hi, > > > I am Saksham and work as a developer. We have recently started using > Apache Zeppelin as an interface to s

Issue with Paragraph Status API

2017-09-22 Thread Saksham Srivastava
Hi, I see there is an issue with the Paragraph status API, in Zeppelin 0.7.2 https://zeppelin.apache.org/docs/0.7.2/rest-api/rest-notebook.html#get-the-status-of-a-single-paragraph Apache Zeppelin Notebook REST API - Apache Software Foundation

Re: Issue with Paragraph Status API

2017-09-27 Thread Saksham Srivastava
x27;t wants for execution to complete. I think it's not a known issue. If you can file an jira issue, it'll help track this problem. Thanks, moon On Fri, Sep 22, 2017 at 6:42 AM Saksham Srivastava wrote: > Hi, > > > I see there is an issue with the Paragraph status API, in Z

Building a query service using Zeppelin

2017-10-09 Thread Saksham Srivastava
Hi, We have been evaluating Zeppelin to develop a programmatic(API-driven) universal query execution platform. A platform which can: * Accept and validate any query (spark-sql, sql, hive, elastic-search etc) * Run the query * Track the status * Stop the query. * Also, suppo

Re: Building a query service using Zeppelin

2017-12-11 Thread Saksham Srivastava
, query syntax are different in each SQL backends. So to provide features above, need to leverage ORM (e.g. hibernate), probably. Thanks, moon On Mon, Oct 9, 2017 at 7:15 AM Saksham Srivastava wrote: > Hi, > > > We have been evaluating Zeppelin to develop a programmatic(API-driven)

[jira] [Created] (ZEPPELIN-2958) Paragraph Status API is blocking if the paragraph is in execution

2017-09-27 Thread Saksham Srivastava (JIRA)
Saksham Srivastava created ZEPPELIN-2958: Summary: Paragraph Status API is blocking if the paragraph is in execution Key: ZEPPELIN-2958 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2958