12 2017 档案

kafka集群压力测试--基础。
摘要:1.生产者测试 kafka-producer-perf-test.bat --num-records 1000000 --topic test --record-size 200 --throughput 100000 --producer-props bootstrap.servers=local 阅读全文

posted @ 2017-12-29 11:00 net2817 阅读(1700) 评论(0) 推荐(0) 编辑

mysql5.6 基于Binlog ROW记录方式进行数据恢复(无备份)
摘要:数据库配置注意事项 /etc/my.cnf 必须要开户binlog支持,字符集要求 是utf8 binlog类型为row server-id=121 log_bin=/home/mysqllog binlog-format=Row 数据恢复工具安装 binlog2sql https://github 阅读全文

posted @ 2017-12-28 11:04 net2817 阅读(330) 评论(0) 推荐(0) 编辑

centos7.2 增加3T的XFS模式分区
摘要:parted -l 查看分区情况与要分区的设备 # parted /dev/sda #选定要操作的硬盘 此时命令提示符会变成(parted) (parted)mklabel gpt # 将硬盘设置为GPT格式,设置MBR:mklabel msdos (parted)mkpart # 开始分区 分区名 阅读全文

posted @ 2017-12-26 11:18 net2817 阅读(290) 评论(0) 推荐(0) 编辑

centos 7.2 安装域名服务器(bind9.9 集群--主从架构),私有域名服务器+缓存
摘要:1.安装组件 yum install bind bind-utils -y 2.启动域名服务 service named start chkconfig named on ss -unlt |grep 53 查看域名服务是否正常启动 3.配置主域名服务器 3.1 配置named.conf文件 修改 阅读全文

posted @ 2017-12-26 10:10 net2817 阅读(529) 评论(0) 推荐(0) 编辑

cetnos 7 增加新的硬盘
摘要:fdisk -l 查看新的硬盘是否挂载 如没有挂载 ls /sys/class/scsi_host/ 查看设备列表 echo "- - - " > /sys/class/scsi_host/host0/scan echo"- - - " > /sys/class/scsi_host/host1/sc 阅读全文

posted @ 2017-12-26 09:52 net2817 阅读(305) 评论(0) 推荐(0) 编辑

elk6快速安装
摘要:rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch [elasticsearch-6.x] name=Elasticsearch repository for 6.x packages baseurl=https://art 阅读全文

posted @ 2017-12-22 15:53 net2817 阅读(248) 评论(0) 推荐(0) 编辑

sqoop2 缺少 jackson-core-asl-1.8.8.jar 和 jackson-mapper-asl-1.8.8.jar 这两个jar包
摘要:[root@spark2 client]# cat /var/log/sqoop2/localhost.2017-12-22.log 十二月 22, 2017 10:29:17 上午 org.apache.catalina.core.StandardWrapperValve invoke严重: Se 阅读全文

posted @ 2017-12-22 10:48 net2817 阅读(300) 评论(0) 推荐(0) 编辑

mysql5.7.20更改root密码
摘要:my.cnf 中在[mysqld]下面增加 skip-grant-tables 使用空密码登录数据库执行下面命令 update mysql.user set authentication_string=PASSWORD('newpassword') where User='root'; 阅读全文

posted @ 2017-12-20 19:38 net2817 阅读(529) 评论(0) 推荐(0) 编辑

sqoop2问题解决
摘要:sqoop:000> show version --serverException has occurred during processing command Exception: org.apache.sqoop.common.SqoopException Message: CLIENT_000 阅读全文

posted @ 2017-12-20 12:39 net2817 阅读(995) 评论(0) 推荐(0) 编辑

批量执行命令(SSH)
摘要:for a in {1..6} ; do scp /etc/hosts enc-bigdata0$a:/etc/hosts ; done 阅读全文

posted @ 2017-12-18 14:23 net2817 阅读(335) 评论(0) 推荐(0) 编辑

cdh 5.13 centos6.9安装
摘要:1.所有节点准备工作 1)。关闭防火墙 2)。关闭selinux 并重启系统 3)。建立NTP服务器,所有数据节点每天定时同步时间。 主节点在ntp.conf中增加 restrict 192.168.0.0 mask 255.255.0.0 nomodify 节点增加自动执行 * 2 * * * n 阅读全文

posted @ 2017-12-05 18:22 net2817 阅读(453) 评论(0) 推荐(0) 编辑

centos 6.9 NTP基准时间服务器配置
摘要:时间服务器端 yum install ntp -y vim /etc/ntp.conf 增加允许客户端访问 restrict 192.168.0.0 mask 255.255.0.0 nomodify 配置成自启动 chkconfig ntpd on service ntpd start 客户端配置 阅读全文

posted @ 2017-12-05 16:09 net2817 阅读(904) 评论(0) 推荐(0) 编辑

cloudera cdh5.13.0 vmware 快速安装
摘要:1. 从官网上载VMWARE VM快速安装包 https://www.cloudera.com/downloads/quickstart_vms/5-12.html 2. 下载后的安装包,解压之后得到*。VMX文件 3.VMware Workstation 打开虚拟机 打开*.vmx文件 4.启动虚 阅读全文

posted @ 2017-12-05 10:57 net2817 阅读(2272) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示