Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-7919

[Doc] Remove hadoop.logfile.* properties.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 0.23.0
    • 0.23.1
    • documentation
    • None

    Description

      The following only resides in core-default.xml and doesn't look like its used anywhere at all. At least a grep of the prop name and parts of it does not give me back anything at all.

      These settings are now configurable via generic Log4J opts, via the shipped log4j.properties file in the distributions.

      137 <!--- logging properties -->
      138 
      139 <property>
      140   <name>hadoop.logfile.size</name>
      141   <value>10000000</value>
      142   <description>The max size of each log file</description>
      143 </property>
      144 
      145 <property>
      146   <name>hadoop.logfile.count</name>
      147   <value>10</value>
      148   <description>The max number of log files</description>
      149 </property>
      

      Attachments

        1. HADOOP-7919.patch
          0.8 kB
          Harsh J

        Activity

          People

            qwertymaniac Harsh J
            qwertymaniac Harsh J
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: