Apache Spark is an open source cluster computing system that aims to make data analytics fast — both fast to run and fast to write.BDAS, the Berkeley ...
分类:
其他好文 时间:
2016-01-04 19:38:22
阅读次数:
132
作/译者:叶金荣(imysql#imysql.com>),来源:http://imysql.com,欢迎转载。作/译者:叶金荣(Email:),来源:http://imysql.cn,转载请注明作/译者和出处,并且不能用于商业用途,违者必究。MySQL Cluster 是MySQL适合于分布式计算环...
分类:
数据库 时间:
2016-01-03 22:34:30
阅读次数:
334
一、准备1、准备服务器计划建立有5个节点的MySQL CLuster体系,需要用到5台服务器,但是我们做实验时没有这么多机器,可以只用2台,我就是一台本机,一台虚拟机搭建了有5个节点的MySQL CLuster体系,将一个SQL节点一个数据节点一个SQL节点放在了一台服务器上(192.168.1.2...
分类:
数据库 时间:
2016-01-03 22:23:53
阅读次数:
320
LVS(LinuxVirtualServer)是一种集群(Cluster)技术,采用IP负载均衡技术和基于内容请求分发技术。LVS可以实现LINUX平台下的简单负载均衡。其中LVS/NAT是一种最简单的方式,所有的RealServer只需要将自己的网关指向Director即可。LVS负载均衡的NAT模式一、实验准备在VMwareWorkst..
分类:
其他好文 时间:
2016-01-01 23:10:39
阅读次数:
445
Required Skills
技能要求:
Data Ingest
数据消化:
The skills to transfer data between external systems and your cluster. This includes the following:
在外部系统和集群之间转移数据的技能,包括以下几个:
Import data from a M...
分类:
其他好文 时间:
2016-01-01 13:08:22
阅读次数:
194
程序流程图:
Hierarchical(MIN)核心功能函数,采用vector >::dTable存储两点之间的距离。计算每两个point间的距离并保存到distance table中;判断是否达到需要聚类的cluster数量,若是,将point信息写入clustering文件,程序结束。否则,合并两个具有最小距离的point,将两个point中的所有node全部加入到一个point...
分类:
编程语言 时间:
2015-12-31 12:55:47
阅读次数:
245
程序流程图:
DBSCAN核心功能函数,计算每个point的eps范围内的point数量pts;
对于所有pts >Minpts的point,记为Core point;
对于所有的corepoint,将其eps范围内的core point下标添加到vector::corepts中;
对于所有的corepoint,采用深度优先的方式遍历core point的所有cluster,使...
分类:
数据库 时间:
2015-12-31 12:55:01
阅读次数:
376
redis官方提供的java client:git地址:https://github.com/mp911de/lettuceAdvanced Redis client for thread-safe sync, async, and reactive usage. Supports Cluster,...
分类:
其他好文 时间:
2015-12-30 19:05:43
阅读次数:
512
配置项配置说明storm.zookeeper.serversZooKeeper服务器列表storm.zookeeper.portZooKeeper连接端口storm.local.dirstorm使用的本地文件系统目录(必须存在并且storm进程可读写)storm.cluster.modeStorm集...
分类:
其他好文 时间:
2015-12-30 12:59:51
阅读次数:
106
对于qcow2格式的虚拟磁盘扩容。查看磁盘格式[root@111~]#qemu-imginfo/kvm/kvm2/xy2.img.qcow2
p_w_picpath:/kvm/kvm2/xy2.img.qcow2
fileformat:qcow2
virtualsize:10G(10737418240bytes)
disksize:1.8G
cluster_size:655362.增加容量[root@111~]#qemu-imgresize/kvm/kvm2/xy2..
分类:
其他好文 时间:
2015-12-29 19:42:15
阅读次数:
180