生产环境的数据,通过采集框架采集到hdfs,
    然后创建出一张orc存储格式的表:

    1. create table gulivideo_orc
    2. stored as orc
    3. as select * from gulivideo_ori

    这种方法不会继承表的属性,其他属性自己加。