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 Issplitable()?
Home
HDFS
What is Issplitable()?
0
votes
asked
Jun 20, 2023
in
HDFS
by
Robin
What is Issplitable()?
issplitable
hdfs
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 20, 2023
by
Robin
By default this value is true. It is used to split the data in the input format. if unstructured data, it’s not recommendable to split the data, so process entire file as a one split. to do it first change isSplitable() to false.
...