码迷,mamicode.com
首页 >  
搜索关键字:galera cluster    ( 3565个结果
Elasticsearch从0.90(0.90.x)到1.2(1.x)API的变化-二
本文为官方文档的译文加个人理解。作者翻译时,elasticsearch(下面简称es)的版本为1.2.2。请支持原创:http://www.cnblogs.com/donlianli/p/3836768.html一、统计信息相关命令的变化有关集群状态cluster_state, 节点信息nodes_...
分类:Windows程序   时间:2014-07-16 20:24:31    阅读次数:275
通过tarball形式安装HBASE Cluster(CDH5.0.2)——如何配置分布式集群中的zookeeper
集群安装总览参见这里Zookeeper的配置 1,/etc/profile中加入zk的路径设置,见上面背景说明。 2,进入~/zk/conf目录,复制zoo_sample.cfg为zoo.cfg vim zoo.conftickTime=2000initLimit=10syncLimit=5dat....
分类:其他好文   时间:2014-07-14 23:08:46    阅读次数:430
配置mysql数据库集群
1.先在所有数据库服务器上安装mysql-cluster包管理机:192.168.1.6数据节点:192.168.1.31192.168.1.32sql节点:192.168.1.33192.168.1.1112.在管理节点上配置[root@mysql~]#vim/etc/config.ini[ndbddefault]//数据节点公共配置 noofreplicas=2//数据备份数 datamemory=300M//..
分类:数据库   时间:2014-07-14 11:40:15    阅读次数:349
AIX下RAC搭建 Oracle10G(三)hacmp安装并配置
七、hacmp安装并配置 hacmp负责管理共享的资源(racvg卷组) 思路分析: hacmp:vg concurrent 1     创建cluster 2 cluster 加入node 3 配置网络 4 节点间的通讯接口 5 同...
分类:数据库   时间:2014-07-13 00:07:20    阅读次数:313
PatentTips - Systems, methods, and devices for dynamic resource monitoring and allocation in a cluster system
BACKGROUND1. FieldThe embodiments of the disclosure generally relate to computer clusters, and more particularly to systems, methods, and devices for ...
分类:其他好文   时间:2014-07-12 15:46:47    阅读次数:265
Learn ZYNQ(10) – zybo cluster word count
1.配置环境说明 spark:5台zybo板,192.168.1.1master,其它4台为slave hadoop:192.168.1.1(外接SanDisk ) 2.单节点hadoop测试: 如果出现内存不足情况如下: 查看当前虚拟内存容量: free -m cd /mnt mkdir swap...
分类:其他好文   时间:2014-07-11 11:38:44    阅读次数:407
Redis cluster Specification 笔记
Redis cluster Specification
分类:其他好文   时间:2014-07-09 17:12:54    阅读次数:292
使用scipy进行聚类
最近做图像的时候,突然有个idea,需要进行聚类,其实算法很简单,但是当时很急,就直接使用了scipy的cluster。 使用起来其实很简单,但是中文的文章很少,所以就简单的介绍一下,感兴趣的也可以自己去看一下英文的文档:http://docs.scipy.org/doc/scipy/reference/cluster.html。 这是我从stackoverflow看到的一个demo,如果只是...
分类:其他好文   时间:2014-07-08 19:25:48    阅读次数:309
Elasticsearch Internals: Networking Introduction An Overview of the Network Topology
This article introduces the networking part of Elasticsearch. We look at the network topology of an Elasticsearch cluster, which connections are estab...
分类:Web程序   时间:2014-07-06 20:08:14    阅读次数:393
如何一步一步删除(linux & UNIX)环境下 oracle 11g 集群节点
?? Deleting a Cluster Node on Linux and UNIX Systems 1.确定要删除的节点,是否active,pinned $ olsnodes -s -t 如果 pinned ,则crsctl unpin css  -n   unpinned 相应的节点 2、禁用相应集群节点的应用资源,进程 先停掉 em: emctl sto...
分类:数据库   时间:2014-07-06 11:48:28    阅读次数:309
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!