[GitHub] [zeppelin] asfgit closed pull request #3862: [ZEPPELIN-4964] Cassandra: add formatter for decimal values

2020-07-31 Thread GitBox
asfgit closed pull request #3862: URL: https://github.com/apache/zeppelin/pull/3862 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [zeppelin] asfgit closed pull request #3869: [ZEPPELIN-4975] Cassandra: upgrade driver to 4.8.0

2020-07-31 Thread GitBox
asfgit closed pull request #3869: URL: https://github.com/apache/zeppelin/pull/3869 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[jira] [Created] (ZEPPELIN-4981) Zeppelin Client API (Zeppelin SDK)

2020-07-31 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4981: Summary: Zeppelin Client API (Zeppelin SDK) Key: ZEPPELIN-4981 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4981 Project: Zeppelin Issue Type: New Fea

[GitHub] [zeppelin] conker84 commented on pull request #3851: [ZEPPELIN-4948] Update Neo4j Driver

2020-07-31 Thread GitBox
conker84 commented on pull request #3851: URL: https://github.com/apache/zeppelin/pull/3851#issuecomment-667029579 @jongyoul any more comments? This is an automated message from the Apache Git Service. To respond to the messa

[jira] [Created] (ZEPPELIN-4982) Add option to hide affected row message in jdbc interpreter

2020-07-31 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4982: Summary: Add option to hide affected row message in jdbc interpreter Key: ZEPPELIN-4982 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4982 Project: Zeppelin

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

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 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
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