Yi Zhou created SPARK-7023:
------------------------------

             Summary: [Spark SQL] Can't populate table size inforamtion into 
Hive metastore when create table or insert into table
                 Key: SPARK-7023
                 URL: https://issues.apache.org/jira/browse/SPARK-7023
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 1.4.0
            Reporter: Yi Zhou


After run below create tables SQL statement on Spark SQL, there is no 
'totalSize, numRows, rawDataSize' properties in 'parameters' field..

CREATE TABLE IF NOT EXISTS customer
STORED AS PARQUET
AS
SELECT * FROM customer_temp;

hive> describe extended customer;
OK
c_customer_sk           bigint
c_customer_id           string
c_current_cdemo_sk      bigint
c_current_hdemo_sk      bigint
c_current_addr_sk       bigint
c_first_shipto_date_sk  bigint
c_first_sales_date_sk   bigint
c_salutation            string
c_first_name            string
c_last_name             string
c_preferred_cust_flag   string
c_birth_day             int
c_birth_month           int
c_birth_year            int
c_birth_country         string
c_login                 string
c_email_address         string
c_last_review_date      string

Detailed Table Information     
... parameters:{transient_lastDdlTime=1429582149}...



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to