You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ruslan Dautkhanov (JIRA)" <ji...@apache.org> on 2016/07/12 17:33:20 UTC

[jira] [Created] (HIVE-14216) CREATE TABLE LIKE doesn't copy some attributes

Ruslan Dautkhanov created HIVE-14216:
----------------------------------------

             Summary: CREATE TABLE LIKE doesn't copy some attributes
                 Key: HIVE-14216
                 URL: https://issues.apache.org/jira/browse/HIVE-14216
             Project: Hive
          Issue Type: Bug
    Affects Versions: 1.1.0
         Environment: Hive 1.1
Hadoop 2.6

            Reporter: Ruslan Dautkhanov
            Priority: Critical


CREATE TABLE LIKE doesn't copy some attributes, like skip.header.line.count 

We use CREATE TABLE LIKE  to create tables from a template table.

We have to do re-apply skip.header.line.count=1 every time to the new table, although template table has skip.header.line.count set to 1, CREATE TABLE LIKE does not carry it over to the new table.




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