摘要:
所有机器安装docker 安装依赖 yum install -y yum-utils device-mapper-persistent-data lvm2 使用清华docker镜像源 [docker-ce-stable] name=Docker CE Stable - $basearch baseu 阅读全文
摘要:
/etc/sysctl.conf,内核参数,sysctl -p 生效 net.ipv4.ip_forward=1 #是否打开数据包转发 net.ipv4.tcp_tw_recycle = 0 # 是否开启TCP连接中TIME-WAIT套接字的快速回收 net.ipv4.tcp_tw_reuse = 阅读全文
摘要:
1.部署Prometheus 下载新版本Prometheus,https://github.com/prometheus/prometheus/releases/download/v2.23.0/prometheus-2.23.0.linux-amd64.tar.gz 解压,启动 tar xvfz 阅读全文
摘要:
DAY1 图的概念,非结构化数据,描述复杂系统的语言。 常见的图:社交网络、推荐系统、化学分子结构 应用:分为点任务——欺诈识别、用户画像,边任务——推荐系统,图任务——社区发现 算法:图游走类算法——deepwalk、node2vec,图神经网络——GCN、GAT,图嵌入 图构建:转移矩阵、边列表 阅读全文
摘要:
配置元数据存储到mysql数据库 <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?> <configuration> <property> <name>javax.jdo.option.C 阅读全文
摘要:
介绍 You can use custom node attributes as awareness attributes to enable Elasticsearch to take your physical hardware configuration into account when a 阅读全文
摘要:
介绍 You can use shard allocation filters to control where Elasticsearch allocates shards of a particular index. These per-index filters are applied in 阅读全文