08 2019 档案

该文被密码保护。
posted @ 2019-08-30 11:26 大漠之烟 阅读(2) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2019-08-22 18:22 大漠之烟 阅读(2) 评论(0) 推荐(0)
摘要:[root@test-can-nginx src]# which python3 /usr/bin/python3 [root@test-can-nginx src]# rpm -qf /usr/bin/python3 python34-3.4.8-1.el6.x86_64 [root@test-can-nginx src]# rpm -ql python34-3.4.8-1.el6.x86_6... 阅读全文
posted @ 2019-08-22 17:57 大漠之烟 阅读(591) 评论(0) 推荐(0)
摘要:[root@localhost ~]# umount /home/ [root@localhost ~]# lvremove /dev/mapper/centos-home Do you really want to remove active logical volume centos/home? [y/n]: y Logical volume "home" successfully remov 阅读全文
posted @ 2019-08-15 18:43 大漠之烟 阅读(8650) 评论(0) 推荐(0)
摘要:under replicated blocks 解决: 找出没有复制的block: hdfs fsck / | grep 'Under replicated' | awk -F':' '{print $1}' >> /tmp/under_replicated_files 然后循环修复: for hdfsfile in `cat /tmp/under_replicated_files`; do... 阅读全文
posted @ 2019-08-13 11:24 大漠之烟 阅读(3468) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2019-08-12 14:24 大漠之烟 阅读(2) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2019-08-07 16:39 大漠之烟 阅读(0) 评论(0) 推荐(0)