Saved Bookmarks
| 1. |
How To Configure The Split Value? |
|
Answer» By default block SIZE = 64MB, but to process the data, JOB tracker split the data. Hadoop architect use these formulas to know split size.
by default split size = block size Apply above FORMULA:
By default block size = 64mb, but to process the data, job tracker split the data. Hadoop architect use these formulas to know split size. by default split size = block size Apply above formula: |
|