用shell 获取建表语句:
hive -e "show create table ods_job.ods_job_tb"
得到结果:
CREATE TABLE `ods_job.ods_job_tb`(
`id` bigint COMMENT 'id',
`auto` int COMMENT 'job开启/关闭:0-关闭;1-开启',
....
`timeout_kill
用shell 获取建表语句:
hive -e "show create table ods_job.ods_job_tb"
得到结果:
CREATE TABLE `ods_job.ods_job_tb`(
`id` bigint COMMENT 'id',
`auto` int COMMENT 'job开启/关闭:0-关闭;1-开启',
....
`timeout_kill