Re: loading interpreter repositories from interpreter settings

2021-08-10 Thread Lior Chaga
Default central repo doesn't fail, but behind VPN the zeppelin cannot access central. With zeppelin 0.8.2 we just configured an additional artifactory, and it worked. For some reason (not sure why, as it uses the same maven-resolver-api version, and I didn't notice any related code changes), with

Re: loading interpreter repositories from interpreter settings

2021-08-10 Thread Jeff Zhang
Hi Lior, Thanks for the update, not sure how default central repo fails. Is it due to you unable to access the default maven repo ? Lior Chaga 于2021年8月11日周三 下午12:50写道: > I found a non-patch solution, just setting > "zeppelin.interpreter.dep.mvnRepo" to desired repo (replacing default > central

Re: loading interpreter repositories from interpreter settings

2021-08-10 Thread Lior Chaga
I found a non-patch solution, just setting "zeppelin.interpreter.dep.mvnRepo" to desired repo (replacing default central repo) But IMO there's still a bug (if someone simply cannot replace default repo and have to add one) On Tue, Aug 10, 2021 at 10:29 AM Lior Chaga wrote: > I'm facing an issue

Re: Slack invitation

2021-08-10 Thread Jeff Zhang
done Quintin Becker 于2021年8月10日周二 下午4:30写道: > Hi, > > could you please add me to your Slack-Channel ? > > > > Thanks > > > > Quintin > -- Best Regards Jeff Zhang

Slack invitation

2021-08-10 Thread Quintin Becker
Hi, could you please add me to your Slack-Channel ? Thanks Quintin

loading interpreter repositories from interpreter settings

2021-08-10 Thread Lior Chaga
I'm facing an issue loading repositories from the settings file. Zeppelin uses gson to load the saved repositories, and as RemoteRepository doesn't have a setter for protocol, it instantiates a RemoteRepository with null protocol (not going through the Builder which resolves the protocol from the