Alex Sasnouskikh
Alex Sasnouskikh
Hi, the error you observe signals that there are not such file/directory in your Spark HS container. To make it work by default you should create the NFS PVC with...
@maciekdude , then how will Spark containers write history logs to it? You need to have the shared directory to make it work.
If this is the way you are ok to go with then I have no arguments ;)
@vanzin please take a look.
> > > Just to set expectations, it's very unlikely I'll be able to look at this PR (or any other really) any time soon. Well, then I'll try to...
> I'm going to experiment with this a bit: We're running Spark on Kubernetes widely and we are seeking for also migrating our notebook usage on top of Kubernetes. The...
@garo Thanks for the review. Here are some explanations on you questions: - First version of chart were done without RBAC support. I've just done with RBAC support solution for...
Just to clarify to be on the same page... When you send request to Livy, eg: > kubectl exec livy-pod -- curl -H 'Content-Type: application/json' -X POST \ -d '{...
@lukatera Good day, From the first look I see that you are using either Livy build not from that PR (I've fixed the similar issue in that [commit](https://github.com/apache/incubator-livy/pull/167/commits/a7a5f83f815cca28ae713e0b4ac0ff697cbbcf0d)), or your...
@lukatera Cool, nice to know that. Do not hesitate to ask if you face any problems on that.