[ https://issues.apache.org/jira/browse/HIVE-8451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14246405#comment-14246405 ]
Prabhu Joseph commented on HIVE-8451: ------------------------------------- Hi Brock, The Usage of create table with both stored as and like keyword is not supported in hive. The purpose of like is to create table like the original with same definition, so we cannot use stored as with like as it will change the definition. Thanks, Prabhu Joseph > Create table stored as like does not work > ----------------------------------------- > > Key: HIVE-8451 > URL: https://issues.apache.org/jira/browse/HIVE-8451 > Project: Hive > Issue Type: Bug > Reporter: Brock Noland > Priority: Critical > > {noformat} > hive> create table t2 stored as parquet like t1; > FAILED: ParseException line 1:34 missing EOF at 'like' near 'parquet' > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)