008.hive修改表的文件存储格式组织方式:set fileformat

 

 

修改表的文件存储格式组织方式:
ALTER TABLE table_name SET FILEFORMAT file_format
alter table     table_name  set fileformat  rcfile

ALTER TABLE table_name CLUSTERED BY (col_name, col_name, ...) [SORTEDBY(col_name, ...)] INTO num_buckets BUCKETS
这个命令修改了表的物理存储属性。

ALTER TABLE   O_LS_SBJ_grmycbjfqknzn103856    SET    FILEFORMAT   rcfile ;

 

上一篇:MySQL:DDL之表的管理(二)


下一篇:SQL SERVER 收缩日志