sethhorrigan commented on issue #26152: [SPARK-27812][K8S][2.4] Bump K8S client version to 4.6.1 URL: https://github.com/apache/spark/pull/26152#issuecomment-546158767 Attempting to start Spark 2.4.0 in Azure using AKS with Kubernetes version 1.14.6, we ran into the error referenced here: https://github.com/kubernetes/kubernetes/issues/82131 I attempted to build an image from tag `v2.4.0-rc5` but with https://github.com/apache/spark/pull/25641 applied, and encountered the same error when trying to start Spark in AKS with K8s 1.14.6. I also attempted the same, but with the changes from this PR (see https://github.com/sethhorrigan/spark/commit/8f96a5ea3d078a205ceb5924bf7aa2af04e6ced1), but with the exact same error: ``` java.net.ProtocolException: Expected HTTP 101 response but was '403 Forbidden' at okhttp3.internal.ws.RealWebSocket.checkResponse(RealWebSocket.java:216) ``` Is it possible to apply this as a patch to 2.4.0, or will it absolutely require switching to the `branch-2.4` code with this fix merged in?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
