wpp

Results 2 issues of wpp

你好,测试了一下,好像不支持分区,这边如果是分区,使用那个参数

**hive table describe** CREATE TABLE `lmmtmp.test_user`( `user_id` bigint, `user_name` varchar(60), `created_date` string) ROW FORMAT SERDE 'org.apache.hadoop.hive.ql.io.orc.OrcSerde' STORED AS INPUTFORMAT 'org.apache.hadoop.hive.ql.io.orc.OrcInputFormat' OUTPUTFORMAT 'org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat' ) ### **CH table describe** CREATE TABLE lmmtmp.test_user...