You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Jesus Camacho Rodriguez (JIRA)" <ji...@apache.org> on 2017/01/11 14:02:58 UTC

[jira] [Created] (HIVE-15584) Early bail out when we use CTAS and Druid source already exists

Jesus Camacho Rodriguez created HIVE-15584:
----------------------------------------------

             Summary: Early bail out when we use CTAS and Druid source already exists
                 Key: HIVE-15584
                 URL: https://issues.apache.org/jira/browse/HIVE-15584
             Project: Hive
          Issue Type: Sub-task
          Components: Druid integration
    Affects Versions: 2.2.0
            Reporter: Jesus Camacho Rodriguez
            Assignee: slim bouguerra
            Priority: Minor


If we create a Druid source from Hive with CTAS, but a Druid source with the same name already exists, we fail (as expected).

However, we bail out when the query for creating the query results has already been executed.

We should bail out earlier so we do not execute the query (and thus, launch the Tez job, etc).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)