[jira] [Assigned] (HIVE-18736) Create Table Like doc needs to be updated

2018-02-17 Thread Madhudeep Petwal (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-18736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Madhudeep Petwal reassigned HIVE-18736:
---

Assignee: Nikhil Harsoor  (was: Madhudeep Petwal)

> Create Table Like doc needs to be updated
> -
>
> Key: HIVE-18736
> URL: https://issues.apache.org/jira/browse/HIVE-18736
> Project: Hive
>  Issue Type: Bug
>  Components: Documentation
>Reporter: Eugene Koifman
>Assignee: Nikhil Harsoor
>Priority: Major
>
> https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-CreateTableLike
>  needs to be updated.
> according to HiveParser.g the syntax is much richer that what is in the doc
> {noformat}
> -> ^(TOK_CREATETABLE $name $temp? $ext? ifNotExists?
>  ^(TOK_LIKETABLE $likeName?)
>  columnNameTypeOrConstraintList?
>  tableComment?
>  tablePartition?
>  tableBuckets?
>  tableSkewed?
>  tableRowFormat?
>  tableFileFormat?
>  tableLocation?
>  tablePropertiesPrefixed?
>  selectStatementWithCTE?
> )
> {noformat}
> I tried specifying TBLPROPERTIES on current master (Hive 3.0) and it works.  
> Updated doc accordingly but more verification/doc changes are needed.



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


[jira] [Assigned] (HIVE-18736) Create Table Like doc needs to be updated

2018-02-17 Thread Madhudeep Petwal (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-18736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Madhudeep Petwal reassigned HIVE-18736:
---

Assignee: Madhudeep Petwal

> Create Table Like doc needs to be updated
> -
>
> Key: HIVE-18736
> URL: https://issues.apache.org/jira/browse/HIVE-18736
> Project: Hive
>  Issue Type: Bug
>  Components: Documentation
>Reporter: Eugene Koifman
>Assignee: Madhudeep Petwal
>Priority: Major
>
> https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-CreateTableLike
>  needs to be updated.
> according to HiveParser.g the syntax is much richer that what is in the doc
> {noformat}
> -> ^(TOK_CREATETABLE $name $temp? $ext? ifNotExists?
>  ^(TOK_LIKETABLE $likeName?)
>  columnNameTypeOrConstraintList?
>  tableComment?
>  tablePartition?
>  tableBuckets?
>  tableSkewed?
>  tableRowFormat?
>  tableFileFormat?
>  tableLocation?
>  tablePropertiesPrefixed?
>  selectStatementWithCTE?
> )
> {noformat}
> I tried specifying TBLPROPERTIES on current master (Hive 3.0) and it works.  
> Updated doc accordingly but more verification/doc changes are needed.



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