You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Pradeepta Choudhury <pr...@gmail.com> on 2020/05/12 20:09:22 UTC

Dependency management using https in spark on kubernetes

Hey guys ,
I have an external api from which i can download the main jar from . when i
do a spark-submit ...all confs...https:api.call.com/somefile.jar . it gives
an error file already exist in the tmp directory and file content doesn't
match error . how can i fix this? Do i need to use an kubernetes init
container ?


Thanks