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 difference between block And split?
Home
HDFS
What is difference between block And split?
0
votes
asked
Jun 20, 2023
in
HDFS
by
Robin
What is difference between block And split?
block
split
hdfs
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 20, 2023
by
Robin
Block: How much chunk data to stored in the memory called block.
Split: how much data to process the data called split.
...