Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 Hadoop 驱动程序内的分布式缓存中读取文件?我已经实现了工具接口,并且正在使用 -files 将文件添加到分布式缓存中。
或者在我开始工作后这个文件会被复制到分布式缓存中?
我打开hadoop代码。作业提交后,文件将被复制到分布式缓存。所以在驱动程序中,文件不存在于分布式缓存中。