会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cityinthesky
博客园
首页
新随笔
联系
管理
订阅
2017年7月15日
ssh远程的时候出现Read from socket failed: Connection reset by peer
摘要: 原因:/etc/ssh/下没有ssh*key*文件 解决: 然后再尝试远程连接,显示成功 或者 直接重启服务 systemctl restart sshd
阅读全文
posted @ 2017-07-15 20:04 cityinthesky
阅读(597)
评论(0)
推荐(0)
2017年7月14日
时间同步问题
摘要: 运行mapreduce时出现一只停在INFO mapreduce.Job: Running job: job_1500000816668_0004 查看日志信息: [hadoop@master logs]$ vim yarn-hadoop-resourcemanager-localhost.loca
阅读全文
posted @ 2017-07-14 11:32 cityinthesky
阅读(491)
评论(0)
推荐(0)
Hadoop运行任务时一直卡在: INFO mapreduce.Job: Running job
摘要: 可能原因: 1,配置文件写错了,服务没有完全起来 master: [hadoop@master hadoop]$ jps 33792 SecondaryNameNode34223 Jps33601 NameNode33943 ResourceManager slave: [hadoop@slave1
阅读全文
posted @ 2017-07-14 10:56 cityinthesky
阅读(3683)
评论(0)
推荐(0)
2017年6月27日
用easy_install時出現unknown url type: https问题
摘要: 用easy_install時出現unknown url type: https问题 [root@localhost setuptools-1.0]# /usr/local/python27/bin/easy_install virtualenv Searching for virtualenv Re
阅读全文
posted @ 2017-06-27 11:32 cityinthesky
阅读(534)
评论(0)
推荐(0)
docker的安装
摘要: 前置条件 64-bit 系统 kernel 3.10+ 1.检查内核版本,返回的值大于3.10即可。 $ uname -r 2.使用 sudo 或 root 权限的用户登入终端。 3.确保yum是最新的 $ yum update 4.添加 yum 仓库 $ tee /etc/yum.repos.d/
阅读全文
posted @ 2017-06-27 11:29 cityinthesky
阅读(139)
评论(0)
推荐(0)
在构建Python3.6环境的docker镜像时遇到python-devel无法安装
摘要: 在构建Python3.6环境的docker镜像时遇到python-devel无法安装 使用hub.c.163.com/library/centos:latest版本无法安装,换成hub.c.163.com/public/centos:6.7-tools版本即可完成安装 Dockerfile的代码:
阅读全文
posted @ 2017-06-27 11:28 cityinthesky
阅读(3383)
评论(0)
推荐(0)
2017年6月11日
红帽考试
摘要: 一、新建一个512M分区,格式化为ext4,挂载到/data目录,要求每次开机均生效,在490M-510M之间是允许的。 (10分) 二、创建卷组vg0,指定PE大小为8MB,在该卷组中创建由50个PE组成的LV,格式化为ext4,挂载至/mnt/data上,要求每次开机均生效。(10分) 三、将根
阅读全文
posted @ 2017-06-11 10:23 cityinthesky
阅读(662)
评论(1)
推荐(1)
2017年6月10日
samba服务器的搭建
摘要: 第一步:配置网络: [root@liu workspace]# vim /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 HWADDR=00:0C:29:FD:02:C5 TYPE=Ethernet UUID=9296e980-2d5c-47
阅读全文
posted @ 2017-06-10 15:06 cityinthesky
阅读(403)
评论(0)
推荐(0)
2017年5月13日
hbase0.98.9安装
摘要: HBASE安装 实验环境:hadoop2.7.3,linux 所用安装包:hbase-0.98.9-hadoop2-bin.tar.gz 解压软件包:tar -zxvf hbase-0.98.9-hadoop2-bin.tar.gz -C /usr/local/ 进入HBASE安装目录: [hado
阅读全文
posted @ 2017-05-13 10:57 cityinthesky
阅读(429)
评论(0)
推荐(0)
2017年5月11日
hadoop2.7.3安装
摘要: Hadoop 2.7.3安装 实验环境:RHEL7,JDK1.8 主机之间的部署: 主机名称 IP Master 192.168.146.100 Slave1 192.168.146.101 Slave2 192.168.146.102 设置主机名: [root@localhost Desktop]
阅读全文
posted @ 2017-05-11 21:44 cityinthesky
阅读(181)
评论(0)
推荐(0)
下一页
公告