Hadoop input split size vs block size

后端 未结 7 917
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-01 01:27

I am going through hadoop definitive guide, where it clearly explains about input splits. It goes like

Input splits doesn’t contain actual data, rath

7条回答
  •  借酒劲吻你
    2020-12-01 02:17

    Hadoop framework strength is its data locality.So whenever a client request for the hdfs data, framework always checks for the locality else it looks for little I/O utilization.

提交回复
热议问题