Complete list of property that is used in Hadoop framework

前端 未结 1 509
悲哀的现实
悲哀的现实 2021-01-25 14:54

I\'m making some research on the Hadoop framework. I would like to ask about the property that can be used in the framework.. For example

  • io.sort.mb
  • io.so
1条回答
  •  抹茶落季
    2021-01-25 15:27

    Here are complete list of configuration properties categorized by configuration files:

    • Properties that go into core-site.xml
    • Properties that go into hdfs-site.xml
    • Properties that go into mapred-site.xml
    • Properties that go into yarn-site.xml

    And regarding your other question:

    is it any difference for io.sort.mb and mapreduce.task.io.sort.mb? Or they are just the same?

    There are the same, except that io.sort.mb is deprecated from Hadoop 2.0.

    0 讨论(0)
提交回复
热议问题