Re: Building a query service using Zeppelin

2017-12-11 Thread Saksham Srivastava
, October 9, 2017 11:17:12 PM To: dev@zeppelin.apache.org Subject: Re: Building a query service using Zeppelin Hi Saksham, Thanks for sharing your plan. Programmatic universal query execution platform sounds interesting. I saw a lot of users use Zeppelin with various SQL backends. Your plan

Re: Building a query service using Zeppelin

2017-10-09 Thread moon soo Lee
Hi Saksham, Thanks for sharing your plan. Programmatic universal query execution platform sounds interesting. I saw a lot of users use Zeppelin with various SQL backends. Your plan definitely looks like help many other users, too. If i can add few more idea * Search available table, columns * Pr

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