I am running a mapreduce job which required around 300mb third-party libraries. In order to avoid the cost of copying libraries to data node when running the job. I wonder if there is a way/tool to that can pre-deploy these libraries to all data nodes before job start.
Thanks in advance.