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

Add DIAGNOSE Statement

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      Add a new statement to Hive called DIAGNOSE

      DIAGNOSE [WITH (PARQUET|ORC|JSON|AVRO) RESULTS] ...
      

      Returns a single binary (BLOB) column which contains a TAR-GZ file comprised of several other files:

      • A JSON file containing HS2 version information, HS2 host name, date or query submission, query id(s) etc.
      • The query itself (file name is MD5 of the query)
      • EXPLAIN plan (file name is MD5 of the explain plan)
      • SHOW CREATE for each table in the query (<table_name.sql>)
      • The configuration of the session (set)
      • The Hive logs generated by the query
      • The processing engine logs generated by the query
      • Any counters associated with the processing engine
      • Optionally, the results of the query in a single file (file name is MD5 of the results)

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              belugabehr David Mollitor
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated: