Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What’s the Mapreduce Job consists?
Home
HDFS
What’s the Mapreduce Job consists?
0
votes
asked
Jun 20, 2023
in
HDFS
by
Robin
What’s the Mapreduce Job consists?
mapreduce
job
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 20, 2023
by
Robin
MapReduce job is a unit of work that client wants to be performed. It consists of input data, MapReduce program in Jar file and configuration setting in XML files. Hadoop runs this job by dividing it in different tasks with the help of JobTracker
...