环境 hadoop 2.5.2 sqoop 1.4.7 异常 解决方案: 千万不要信什么 一:sqoop目录下的sqoop-1.4.4.jar拷贝到hadoop的lib目录下解决 二:把sqoop的lib目录下的sqoop的(sqoop-1.4.5.jar或sqoop-1.4.6.jar)包放到ha ...
分类:
Web程序 时间:
2020-01-30 19:20:55
阅读次数:
286
在nfs 服务器共享数据卷 [root@controller ~]# showmount -e Export list for controller:/cinder 192.168.15.201/24/data 192.168.15.201/24 在cinder节点挂载共享卷 [root@compu ...
分类:
其他好文 时间:
2020-01-29 21:39:04
阅读次数:
69
运行一个可用的nfs服务: [root@controller ~]# showmount -e 192.168.100.10Export list for controller:/nfs *查看openstack当前nova的后端存储位置:我修改了默认云主机存储路径 [root@node1 ~]# ...
分类:
其他好文 时间:
2020-01-29 21:33:52
阅读次数:
76
0、 Keepalived介绍 Keepalived是基于VRRP(Virtual Router Redundancy Protocol,虚拟路由器冗余协议)协议的一款高可用软件。Keepailived有一台主服务器(master)和多台备份服务器(backup),在主服务器和备份服务器上面部署相同 ...
分类:
数据库 时间:
2020-01-29 00:57:59
阅读次数:
86
写在前面—— 跟着正点原子在线视频学习时,需要安装nfs工具,在Ubuntu 16.04.6版本试过多种方法也不能成功安装,后来重装了一下电脑系统,Windows专业版1909,VMware workstation 15.5 pro ,Ubuntu 18.04.3 直接用命令:sudo apt ge ...
分类:
系统相关 时间:
2020-01-28 22:51:26
阅读次数:
105
Problem A. Collecting Coins Solution Observe that the easiest solution would be increase every one's number of coins to \(\max(A,B,C)\) Then all we ha ...
分类:
其他好文 时间:
2020-01-28 21:37:34
阅读次数:
106
介绍NFS(NetworkFileSystem),网络文件系统,基于RPC实现在远程主机上完成读写功能,NFS服务端功能由Kernel中提供,所以只能在Linux、UNIX中使用,另外只能根据IP地址限制用户访问。RPC(RemoteProcedureCall),实现两个远程主机之间功能函数的调用、参数传递功能。在Linux中一些通用功能都被做成库,本地的应用程序需要使用这些功能时,直接调用即可,
分类:
其他好文 时间:
2020-01-28 17:33:27
阅读次数:
59
题目内容 Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would ha ...
分类:
其他好文 时间:
2020-01-27 19:08:41
阅读次数:
65
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <script type="text/javascript" > //这里的对象数据是从今日头条源代码粘的 var obj={"ha ...
分类:
编程语言 时间:
2020-01-26 22:19:10
阅读次数:
89
rsync nfs sersync httpd环境: 角色 外网IP(NAT) 内网IP(LAN) 主机名 Rsync服务端 eth0:10.0.1.51 eth1:172.16.1.51 backup NFS&Sers服务端 eth0:10.0.1.41 eth1:172.16.1.41 nfs ...
分类:
其他好文 时间:
2020-01-26 20:53:23
阅读次数:
111