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

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