Imagine the situation, that I have multiple jobs executing concurrently in a hadoop cluster. These jobs are using the Distributed Cache. Each of them use diferent files , but with the same name. (I am using the ToolInteface to distribute these files.)
I imagine that Distributed Cache is shared among jobs, so if i use the same name of file to all jobs, the files of distributed cache will be override. Am I right?