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/02/14 01:08:21 UTC

[GitHub] vanzin opened a new pull request #23781: [SPARK-24894][k8s] Make sure valid host names are created for executors.

vanzin opened a new pull request #23781: [SPARK-24894][k8s] Make sure valid host names are created for executors.
URL: https://github.com/apache/spark/pull/23781
 
 
   Since the host name is derived from the app name, which can contain arbitrary
   characters, it needs to be sanitized so that only valid characters are allowed.
   
   On top of that, take extra care that truncation doesn't leave characters that
   are valid except at the start of a host name.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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