You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Jesus Camacho Rodriguez (JIRA)" <ji...@apache.org> on 2016/09/15 14:23:20 UTC

[jira] [Resolved] (HIVE-14486) Add CREATE MATERIALIZED VIEW statement

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

Jesus Camacho Rodriguez resolved HIVE-14486.
--------------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.2.0

Pushed in HIVE-14249.

> Add CREATE MATERIALIZED VIEW statement
> --------------------------------------
>
>                 Key: HIVE-14486
>                 URL: https://issues.apache.org/jira/browse/HIVE-14486
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Materialized views
>    Affects Versions: 2.2.0
>            Reporter: Jesus Camacho Rodriguez
>            Assignee: Jesus Camacho Rodriguez
>             Fix For: 2.2.0
>
>
> Support for creating materialized views. The statement is the following:
> {code:sql}
> CREATE MATERIALIZED VIEW [IF NOT EXISTS] [db_name.]materialized_view_name
>   [COMMENT materialized_view_comment]
>   [
>    [ROW FORMAT row_format] 
>    [STORED AS file_format]
>      | STORED BY 'storage.handler.class.name' [WITH SERDEPROPERTIES (...)]
>   ]
>   [LOCATION hdfs_path]
>   [TBLPROPERTIES (property_name=property_value, ...)]
>   AS select_statement;
> {code}
> Thus, important features such as support for custom StorageHandler and location will be initially included.



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