'Hive - HUE - cannot create materialized view

when i try creating a materialized view in a HIVE db through HUE i get the following :

Error while compiling statement: FAILED: ParseException line 1:88 cannot recognize input near 'CREATE' 'MATERIALIZED' 'VIEW' in ddl statement

the query is simple, like :

CREATE MATERIALIZED VIEW name AS select * from table;

yet it doesn't work, can someone help me please? Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source