Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-2472

Spark SQL Thrift server sometimes assigns wrong job group name

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.0.0
    • 1.2.2, 1.3.0
    • SQL
    • None

    Description

      Sample beeline session used to reproduce this issue:

      0: jdbc:hive2://localhost:10000> drop table test;
      +---------+
      | result  |
      +---------+
      +---------+
      No rows selected (0.614 seconds)
      0: jdbc:hive2://localhost:10000> create table hive_table_copy as select * from hive_table;
      +------+--------+
      | key  | value  |
      +------+--------+
      +------+--------+
      No rows selected (0.493 seconds)
      0
      

      The second statement results in two stages, the first stage is labeled with the first drop table statement rather than the CTAS statement.

      Attachments

        Activity

          People

            kayousterhout Kay Ousterhout
            lian cheng Cheng Lian
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: