Login
Remember
Register
Ask a Question
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 unÂstructured 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.
...