Hive面试题练习 drop table tb_emp;create table tb_emp( empno int, ename string, job string, mgr int, hiredate string, sal float, comm float, deptno int) row format delimited fields terminated by ',';load d hive 2023-10-04 27 点赞 0 评论 40 浏览