首先解压压缩包 然后进入bin 执行 ./hive 不过现在hive使用的是自己默认的数据库,不方便,可以通过配置使用MySQL数据库 创建hive-site.xml 粘贴一下内容 然后修改hive对应hadoop的配置 将MySQL驱动包放到hive的lib文件夹下 查看数据库 插入数据 会走ma ...
分类:
其他好文 时间:
2018-08-03 14:11:17
阅读次数:
172
why ? what ? when ? how ? Map 是一种把键对象和值对象映射的集合,它的每一个元素都包含一对键对象和值对象。 AbstractMap:实现了Map接口的抽象类。Map的基本实现,其他Map的实现类可以通过继承AbstractMap来减少编码量。 SortedMap:继承Ma ...
分类:
其他好文 时间:
2018-08-03 01:18:16
阅读次数:
221
'Oh no, they've done it again', cries the chief designer at the Waferland chip factory. Once more the routing designers have screwed up completely, ma ...
分类:
其他好文 时间:
2018-08-02 23:07:10
阅读次数:
203
传送门: http://poj.org/problem?id=3984 迷宫问题 Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 33105 Accepted: 18884 Description 定义一个二维数组: int ma ...
分类:
其他好文 时间:
2018-08-01 14:11:46
阅读次数:
150
测试: 1. make menuconfig 去掉原来的触摸屏驱动程序-> Device Drivers -> Input device support -> Generic input layer -> Touchscreens <> S3C2410/S3C2440 touchscreens ma ...
分类:
其他好文 时间:
2018-07-29 15:16:09
阅读次数:
184
STP生成树 在上一次实验中,使用了单臂路由是两个不同的VLAN之间进行通信,而单臂路由的这种网络拓扑,当一条链路或者路由设备出现故障的时候,整个网络就会瘫痪。 称此网络为:不健壮的,无冗余的网络环境。 看下图中,冗余的网络拓扑: 冗余拓扑能够解决单点故障问题; 冗余拓扑造成广播风暴,多帧复用,MA ...
分类:
其他好文 时间:
2018-07-29 00:06:51
阅读次数:
187
It is important to realize that clients and servers are processes and not ma- chines, or hosts as they are often called in this context. Data received ...
分类:
Web程序 时间:
2018-07-24 19:19:00
阅读次数:
202
```
# Example config file /etc/vsftpd.conf
#
# The default compiled in settings are fairly paranoid. This sample file
# loosens things up a bit, to ma... ...
分类:
其他好文 时间:
2018-07-24 11:14:02
阅读次数:
191
01背包 P2871 手链Charm Bracelet cpp include include using namespace std; define tcl(a,b,c) for(a=b;a=c;a ) const int maxx=100001; int w[maxx],v[maxx],f[ma ...
分类:
其他好文 时间:
2018-07-22 23:44:53
阅读次数:
326
1)Python主要应用领域: 云计算: 云计算最火的语言, 典型应用OpenStack WEB开发: 众多优秀的WEB框架,众多大型网站均为Python开发,Youtube, Dropbox, 豆瓣。。。, 典型WEB框架有Django 科学运算、人工智能: 典型库NumPy, SciPy, Ma ...
分类:
编程语言 时间:
2018-07-22 23:29:01
阅读次数:
213