Hadoop dfs replicate

后端 未结 4 700
情歌与酒
情歌与酒 2021-01-02 23:57

Sorry guys,just a simple question but I cannot find exact question on google. The question about what\'s dfs.replication mean? If I made one file named filmdata.txt in hdfs,

4条回答
  •  旧时难觅i
    2021-01-03 00:40

    The link provided by Praveen is now broken. Here is the updated link describing the parameter dfs.replication.

    Refer Hadoop Cluster Setup. for more information on configuration parameters.

    You may want to note that files can span multiple blocks and each block will be replicated number of times specified in dfs.replication (default value is 3). The size of such blocks is specified in the parameter dfs.block.size.

提交回复
热议问题