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 is the main difference between an “Input Split” and “HDFS Block”?
Home
Hadoop
What is the main difference between an “Input Split” and “HDFS Block”?
+3
votes
asked
Oct 29, 2022
in
Hadoop
by
SakshiSharma
What is the main difference between an “Input Split” and “HDFS Block”?
input-split
hdfs-block
hadoop
cluster
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 29, 2022
by
SakshiSharma
“Input Split” is the logical division of the data while The “HDFS Block” is the physical division of the data.
...