jlpedrosa commented on issue #24962: [SPARK-28149][Kubernetes] Added variable 
to disable negative DNS caching
URL: https://github.com/apache/spark/pull/24962#issuecomment-506282232
 
 
   Hi @erikerlandson, @skonto 
   
   I've been reviewing the discussion we had in #24702. We clarified that we 
can't set individual via java args, only the full file via properties. Then 
@skonto  sugested this aproach:
   
   > @jlpedrosa @srowen I still find it better to be able to load your own file 
eg. via java.security.properties. I dont really agree with this being 
hardcoded, at I least I would add it to the entrypoint script and do the sed 
there so it is configurable.
   
   Which is exactly what I've implemented. But I am open to implement it in any 
other way.
   When you say "config-map" not sure if you mean a
   
   -  k8s config map created by spark-sbmit and then inject that map in the 
drivers and executors? (all java/scala code)
   
   - Add a argument to the spark submit as a variable and then alter in java 
code the java security?
   
   

----------------------------------------------------------------
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]

Reply via email to