Python 爬取 北京市政府首都之窗信件列表-[数据处理]
日期:2020.01.24
博客期:132
星期五
好了今天是除夕,先给大家说句吉利话,“祝大家打代码代代顺利,码码成功”!我因为回家了,今天没做太多东西... ...呼~
登录虚拟机,启动hadoop和hive,准备做数据处理部分!
//建数据库的语句 create table govdata( kind string, asker string, responser string, asktime string, responsetime string, title string, questionSupport int, responseSupport string, responseUnsupport string, questiontext string, responsetext string ) row format delimited fields terminated by ‘\t‘;