Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-10441

Fix confusing log statement in SessionState about hive.execution.engine setting

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.2.0
    • None
    • None

    Description

      LOG.info("No Tez session required at this point. hive.execution.engine=mr.");
      

      This statement is misleading. It is true that it is printed in the case that Tez session does not need to be created, but it is not necessarily true that hive.execution.engine=mr - it could be Spark, or it could even be set to Tez but the Session determined that a Tez Session did not need to be created (which is the case for HiveServer2).

      Attachments

        1. HIVE-10441.1.patch
          0.6 kB
          Jason Dere

        Activity

          People

            jdere Jason Dere
            jdere Jason Dere
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: