0 votes
in HDFS by

Why Jobclient and Job Tracker submits job resources to file system?

1 Answer

0 votes
by
Data locality. Move competition is cheaper than moving Data. So logic/ competition in Jar file and splits. So Where the data available, in File System Datanodes. So every resources copy where the data available.
...