You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/10/25 01:04:30 UTC

[GitHub] [spark] sethhorrigan commented on issue #26152: [SPARK-27812][K8S][2.4] Bump K8S client version to 4.6.1

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org