Mostafa Mokhtar created IMPALA-7037:
---------------------------------------

             Summary: Create table if not exists "foo" loads metadata for the 
table
                 Key: IMPALA-7037
                 URL: https://issues.apache.org/jira/browse/IMPALA-7037
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
    Affects Versions: Impala 2.12.0
            Reporter: Mostafa Mokhtar


While trying to create a table if it doesn't exists, the statement took a long 
while as the frontend tried to load metadata for the table.

{code}
I0515 15:10:24.017038  8702 Frontend.java:935] Analyzing query: CREATE EXTERNAL 
TABLE IF NOT EXISTS 100k_partitions_1m_files (
 c1 STRING,
 c2 STRING
 )
 PARTITIONED BY (
 part STRING
 )
 STORED AS TEXTFILE
 LOCATION '/user/hive/warehouse/metadata_benchmarks.db/metrics_table'
I0515 15:10:24.065743  8702 FeSupport.java:274] Requesting prioritized load of 
table(s): metadata_benchmarks.100k_partitions_1m_files
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to