PerilousApricot commented on pull request #249: URL: https://github.com/apache/incubator-livy/pull/249#issuecomment-1005558192
@jahstreet I've only done some preliminary messing around with your branch, but it works on k8s for me. I'm in academia, which means two things -- we have on-prem deployments, and we have chaotic use patterns. We have 200 users trying to use 2k cores via notebooks. Traditional spark deployments are inefficient because we have to statically partition the cluster, which means that a) cores stay idle b) there is no shared caches between user applications. Really livy is the only good solution for this form of multitenancy, but it doesn't support k8s in master, so it's not good -- 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 the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
