简体   繁体   中英

Are spark.files fetched before JVM process starts in executors?

在具有Mesos和dockerized执行程序的环境中,如果设置了spark.files配置参数,是否在每个执行程序的JVM进程启动之前将这些文件添加到docker?

spark.files是Spark JVM运行程序解析的CLI选项,因此在下载文件之前启动容器

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM