Re: Slack channel for Zeppelin community

2021-02-10 Thread Dan Maloney
Thanks Jeff...my Slack account is d...@zepl.com On Wed, Feb 10, 2021 at 7:18 AM Jeff Zhang wrote: > Hi Folks, > > We have an apache slack channel for Zeppelin, but we didn't make lots of > discussion there, but I think it is suitable for many kinds of discussion, > specially we recently talked

Re: Slack channel for Zeppelin community

2021-02-10 Thread Eric Pugh
Thanks, my slack email s ep...@apache.org > On Feb 10, 2021, at 10:17 AM, Jeff Zhang wrote: > > Hi Folks, > > We have an apache slack channel for Zeppelin, but we didn't make lots of > discussion there, but I think it is suitable for many kinds of discussion, > spe

Re: Slack channel for Zeppelin community

2021-02-10 Thread Amit Shahi
Hi Jeff, I agree. My slack email is ami.onewo...@gmail.com Thanks, Amit On Wed, Feb 10, 2021 at 10:18 AM Jeff Zhang wrote: > Hi Folks, > > We have an apache slack channel for Zeppelin, but we didn't make lots of > discussion there, but I think it is suitable for many kinds of discussion, > s

Re: Kubernetes and interpreter dependencies

2021-02-10 Thread Philipp Dallig
Hello Vladimir, we have a JIRA ticket for this problem. I hope it will help you to solve your problem. https://issues.apache.org/jira/browse/ZEPPELIN-4983 Best regards Philipp Am 10.02.21 um 17:48 schrieb Vladimir Prus: Hi Jeff, thanks for the answer. Copying the relevant jars to the dock

Re: Kubernetes and interpreter dependencies

2021-02-10 Thread Vladimir Prus
Hi Jeff, thanks for the answer. Copying the relevant jars to the docker image does indeed allow me to get JDBC/Athena queries to work, thanks! On Wed, Feb 10, 2021 at 6:13 PM Jeff Zhang wrote: > Hi Vladimir, > > That's right, the dependencies download mechanism won't work for k8s. > Because whe

Slack channel for Zeppelin community

2021-02-10 Thread Jeff Zhang
Hi Folks, We have an apache slack channel for Zeppelin, but we didn't make lots of discussion there, but I think it is suitable for many kinds of discussion, specially we recently talked about regular community sync up meeting. So if you are interested, please leave your slack account in this thr

Re: Kubernetes and interpreter dependencies

2021-02-10 Thread Jeff Zhang
Hi Vladimir, That's right, the dependencies download mechanism won't work for k8s. Because when introducing this feature, K8s is not considered. I think we need to fix it. For now, you can just download them by yourself and put them in the docker image to make it work in k8s. Vladimir Prus

Kubernetes and interpreter dependencies

2021-02-10 Thread Vladimir Prus
Hi, I was experimenting with Zeppelin + Spark in K8S, and everything worked fine, but now I'm also trying to configure jdbc interpreter that needs a custom jar with JDBC driver. Previously, I'd just specify interpreter dependencies and it worked. In K8S, I observe that - The pod with zeppelin serv