Login
Remember
Register
Ask a Question
Why Jobclient and Job Tracker submits job resources to file system?
0
votes
asked
Jun 18, 2023
in
HDFS
by
Robindeniel
Why Jobclient and Job Tracker submits job resources to file system?
jobclient
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 18, 2023
by
Robindeniel
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.
...