Saved Bookmarks
| 1. |
What Is Issplitable()? |
|
Answer» 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. 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. |
|