数据中台
-
Kafka数据每5分钟同步到Hive详解大数据
1.概述 最近有同学留言咨询Kafka数据落地到Hive的一些问题,今天笔者将为大家来介绍一种除Flink流批一体以外的方式(流批一体下次再单独写一篇给大家分享)。 2.内容 首先…
-
预测算法之多元线性回归详解大数据
1.概述 在机器学习里面,常见的预测算法有以下几种: 简易平均法:包括几何平均法、算数平均法及加权平均法; 移动平均法:包括简单移动平均法和加权移动平均法; 指数平滑法:包括一次指…
-
centos 7.4 + redis 4.0.9 cluster + make详解大数据
os: centos7.4 redis:4.0.9 ruby:2.3.4 ip 规划 redis1 192.168.56.101 redis2 192.168.56.102 用两台…
-
redis 4.0.9 cluster + failover详解大数据
os: centos7.4 redis:4.0.9 ruby:2.3.4 ip 规划 redis1 192.168.56.101 redis2 192.168.56.102 用两台…
-
redis 4.0.9 cluster + startup stop详解大数据
os: centos7.4 redis:4.0.9 ruby:2.3.4 ip 规划 redis1 192.168.56.101 redis2 192.168.56.102 用两台…
-
mongodb 本地快速复制collection详解大数据
mongodb 的版本是 3.2.6,storage engine 为 wiredTiger 现在数据库内要完全复制一个collection,可以采用以下方式 原始表:t_tabl…
-
mongodb 运行时禁用 Transparent Huge Pages详解大数据
Transparent Huge Pages 简称 THP,本来是linux为提高系统性能而做的努力,结果反而成了性能的隐患。mongodb的官方文档明确说明要禁止 linux 的…
-
debian 8.2 + apt-get + mongodb 3.2详解大数据
安装debian 8.2 os 透明大页设置 IT虾米网 检查 #cat /sys/kernel/mm/transparent_hugepage/enabled #cat /sys…
-
sort operation used more than the maximum 33554432 bytes of RAM. Add an index,or specify a smaller详解大数据
生产环境mongodb 报错, sort operation used more than the maximum 33554432 bytes of RAM. Add an in…
-
mongodb kill -9 之后无法正常启动详解大数据
今天在本地虚拟机测试了mongodb 的 kill -9 处理方式。 总结了一下。 mongodb 3.2.6 # ps -ef|grep -i mongod # kill -9 …