Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-22107

Enable new Log Aggregation format for Yarn default configuration in Ambari

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 2.6.0
    • 2.6.0
    • ambari-server
    • None

    Description

      Add these properties to HDP2.6 yarn-site:

      <property>
        <name>yarn.log-aggregation.file-formats</name>
        <value>IndexedFormat,TFile</value>
       </property>
      <property>
             <name>yarn.log-aggregation.file-controller.TFile.class </name>  <value>org.apache.hadoop.yarn.logaggregation.filecontroller.tfile.LogAggregationTFileController</value>
      </property>
       
      <property>
           <name>yarn.log-aggregation.file-controller.IndexedFormat.class </name>   <value>org.apache.hadoop.yarn.logaggregation.filecontroller.ifile.LogAggregationIndexedFileController</value>
      </property>
       
      

      Attachments

        1. AMBARI-22107.patch
          1 kB
          Vitaly Brodetskyi

        Activity

          People

            vbrodetskyi Vitaly Brodetskyi
            vbrodetskyi Vitaly Brodetskyi
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: