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

For FetchOperator, Driver uses the valid transaction list from the previous query

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • None
    • 0.13.0
    • Clients
    • None

    Description

      The problem is two fold:

      • FetchTask.initialize, which is called during parsing of the query, converts the HiveConf it is given into a JobConf by copying it.
      • Driver.recordValidTxns, which runs after parsing, adds the valid transactions to the HiveConf.

      Thus fetch operators will use the transactions from the previous command.

      Attachments

        1. HIVE-6850.patch
          3 kB
          Owen O'Malley

        Activity

          People

            omalley Owen O'Malley
            gates Alan Gates
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: