1.hive建表 hive是支持分区的,但是这次建表没有写分区. CREATE TABLE `cuoti_rpt` ( `COURSE_ID` string, `NAME` string, `PERIOD` string, `USER_ID` string, `SUBJECT_ID` string ); 2.opt文件 --connect 连接master节点的数据库.--username 数据库用户名--password 数据库密码--table mysql数据库中的表名--columns 列…