Hadoop input split size vs block size

后端 未结 7 918
爱一瞬间的悲伤
爱一瞬间的悲伤 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:08

    HDFS block size is an exact number but Input split size is based on our data logic which may be a little different with the configured number

提交回复
热议问题