- 博客(3)
- 资源 (1)
- 收藏
- 关注
原创 HIVE插入数据数据少时可以数据大时失败
tez为hive引擎,执行sql(7G表到orc动态分组表): insert overwrite table dmtest.business_licence_SOFT_INFOE_s partition(AREA_CODE) select enterprise_id,revoke_flag,REGISTER_TIME,update_time, AREA_CODE from dmtest.business_licence_SOFT_INFOE_H ; 动态分区插入 Caused by: ja...
2020-07-03 17:04:21
714
原创 python 爬虫 练习 爬小说排行榜跳2个网页
这个只爬了一个排行榜其他的忘了写。。。但都一样可以看我写的另一个那个注释比较全,都大同小异 # -*- coding:utf-8 -*- import re import sys import os from time import sleep from bs4 import BeautifulSoup import requests reload(sys) sys.setdefaul...
2019-02-28 09:16:49
408
原创 python 爬虫实例
//新手爬虫在线爬小说,大佬略过~~~~~ # -*- coding:utf-8 -*- import re import sys import os from time import sleep from bs4 import BeautifulSoup import requests reload(sys) sys.setdefaultencoding('utf-8') //上面的...
2019-02-28 09:10:24
165
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅