下载路径 Hadoop所有版本:http://archive.apache.org/dist/hadoop/common/ ...
分类:
其他好文 时间:
2020-02-24 16:55:48
阅读次数:
51
拒绝花里胡哨的安装,直接输入下方语句即可 root@xxx~# apt-get install build-essential 安装过程中的问题 E: Unable to fetch some archives, maybe run apt-get update or try with --fix- ...
分类:
系统相关 时间:
2020-02-24 10:02:17
阅读次数:
85
https://www.cnblogs.com/raymoc/p/5323824.html 大表对小表应该使用MapJoin ,set hive.auto.convert.join=true;让hive自动识别,把join变成合适的Map Join 大表对大表 set hive.auto.conve ...
分类:
其他好文 时间:
2020-02-23 20:24:57
阅读次数:
64
将table控件中的数据保存到excel中时,要是数据太多(table控件最大行数100万多一点儿,具体记不清),会出现保存卡顿、未响应的问题;后来使用文件操作的方式保存table中的数据为xls或者txt,发现很快,根本不会出现以上问题:1)直接保存到excel中,代码如下: reverse(st ...
1、MapJoin 如果不指定 MapJoin 或者不符合 MapJoin 的条件,那么 Hive 解析器会将 Join 操作转换成 Common Join,即:在 Reduce 阶段完成 join。容易发生数据倾斜。可以用 MapJoin 把小表全部加载到内存在 map 端进行 join,避免 r ...
分类:
其他好文 时间:
2020-02-22 21:29:41
阅读次数:
63
url = 'http://httpbin.org/post' files = {'file': open('report.xls', 'rb')} r = requests.post(url, files=files) #你可以显式地设置文件名,文件类型和请求头: url = 'http://ht ...
分类:
编程语言 时间:
2020-02-22 17:21:19
阅读次数:
99
今天帮我嫂子搞了一个筛选,记下 首先,两张表格,将半直接表中的人名从1--31表中查找筛选出来(人数较多) 在1--31.xls中选择一列写公式,=IFERROR(VLOOKUP(B1,[半直接.xls]Sheet1!$A:$A,1,FALSE),"") 回车,然后点小加号下拉,若有半直接表中的人名 ...
分类:
其他好文 时间:
2020-02-22 15:49:20
阅读次数:
80
code_in_morse morse decode后得到: b32 docode后,出现png和IHDR、IDAT一堆乱码 条形码,之后得到: jpg图片,在HxD,发现F5,F5隐写 神器地址:https://gchq.github.io/CyberChef/ easyupload 上传一句话木 ...
分类:
其他好文 时间:
2020-02-22 12:03:01
阅读次数:
100
复现环境:buuoj 0x01:Havefun F12查看源码,明显html注释里是一段php get方式传参数,payload:http://f5cdd431 df98 487f 9400 e8d044fcc945.node3.buuoj.cn/?cat=dog 0x02:EasySQL 用万能密 ...
分类:
Web程序 时间:
2020-02-21 22:11:47
阅读次数:
119
https://blog.csdn.net/Andrew83/article/details/80353489?depth_1.utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relevant.none-tas ...
分类:
其他好文 时间:
2020-02-21 18:11:03
阅读次数:
113