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

Propagate query cancellations to druid when a hive query is cancelled

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Druid integration, Hive
    • None

    Description

      See Query cancellation here - https://druid.apache.org/docs/latest/querying/querying.html

      Queries can be cancelled explicitly using their unique identifier. If the query identifier is set at the time of query, or is otherwise known, the following endpoint can be used on the Broker or Router to cancel the query.

       

      {{DELETE /druid/v2/

      {queryId}

      }}

       
      Copy
      For example, if the query ID is abc123, the query can be cancelled as follows:

       

      curl -X DELETE "http://host:port/druid/v2/abc123"

      Attachments

        1. HIVE-23504.01.patch
          3 kB
          Miklos Gergely

        Activity

          People

            ashutoshc Ashutosh Chauhan
            mgergely Miklos Gergely
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: