Re: [Proposal] Zeppelin Client API (Zeppelin SDK)

2020-07-31 Thread Jeff Zhang
Good idea, Moon, I think cli would be a good start for users. This kind of cli is a super combination of spark-shell, hive beeline, flink scala shell, python shell. e.g. >>> %spark sc.version >>> %hive show tables >>> %python print('hello world') moon soo Lee 于2020年7月31日周五 下午10:55写道: > Looks

Re: [Proposal] Zeppelin Client API (Zeppelin SDK)

2020-07-31 Thread moon soo Lee
Looks really good! Do you think to have a CLI on top of high-level API be also useful? On Fri, Jul 31, 2020 at 7:13 AM Jeff Zhang wrote: > Thanks for your feedback, I have created ticket > https://issues.apache.org/jira/browse/ZEPPELIN-4981 > > Just like @Alex Ott mentioned, this api may need

Re: [Proposal] Zeppelin Client API (Zeppelin SDK)

2020-07-31 Thread Jeff Zhang
Thanks for your feedback, I have created ticket https://issues.apache.org/jira/browse/ZEPPELIN-4981 Just like @Alex Ott mentioned, this api may need several iterations, so I plan to make it as an experimental feature first, and then refine the api based on user feedback. . Alex Ott 于2020年7月31日

Re: [Proposal] Zeppelin Client API (Zeppelin SDK)

2020-07-31 Thread Alex Ott
Idea is very good - I think that we'll need to get several iterations of API refinement, but current approach looks promising. On Fri, Jul 24, 2020 at 5:54 PM Jeff Zhang wrote: > Hi Folks, > > I'd like to discuss this proposal with you about the zeppelin client api > (zeppelin sdk). > The backgr