美文网首页
hive test partiton table

hive test partiton table

作者: siyongshuai | 来源:发表于2018-09-29 16:02 被阅读0次

    创建分区表

    CREATE TABLE student_par (

      id                  STRING COMMENT 'id',

      name            STRING COMMENT 'name'   

    )PARTITIONED BY (class STRING )  ROW FORMAT DELIMITED FIELDS TERMINATED BY ',' STORED AS TEXTFILE;

    相关文章

      网友评论

          本文标题:hive test partiton table

          本文链接:https://www.haomeiwen.com/subject/rshboftx.html