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

Ambari configuration for map join conversion and tez container size seems wrong

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 1.5.1
    • 1.5.1
    • ambari-web
    • None

    Description

      For hive:

      hive.auto.convert.join.noconditionaltask.size is set to 1000000000

      • This should be a fraction (1/3) of the container size.

      hive.tez.java.opts has "-Xmx1024m"

      This is different from both map and reduce sizes. Desired values are:

      • map size if map size > 2g else reduce size

      map size is set on the same cluster to ~500mb

      The settings as the are will lead to many failed queries because the mapjoin conversion is to aggressive. If we don't change the container sizes based on cluster configs we will see wide spread problems with containers being killed or perf problems.

      Attachments

        1. AMBARI-5455.2.patch
          3 kB
          Srimanth Gunturi
        2. AMBARI-5455.3.patch
          2 kB
          Srimanth Gunturi
        3. AMBARI-5455.patch
          10 kB
          Srimanth Gunturi

        Activity

          People

            srimanth.gunturi Srimanth Gunturi
            srimanth.gunturi Srimanth Gunturi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: