码迷,mamicode.com
首页 >  
搜索关键字:HA    ( 2678个结果
C++11 thread::join(4)
原文地址:http://www.cplusplus.com/reference/thread/thread/join/ public member function std::thread::join void join(); Join thread The function returns when the thread execution ha...
分类:编程语言   时间:2014-09-04 11:50:40    阅读次数:217
Sqlite: unable to open database file
A database connect, there updated both queries (different statement, and regardless of order), after completing the implementation, not close, will ha...
分类:数据库   时间:2014-09-03 09:30:46    阅读次数:328
通过rsync+inotify实现实时同步
需求:web服务器未做存储上的HA,为了保证主备服务器上目录及文件能够实时同步,当主服务器宕机时可快速切换到备服务器上,需将主服务器上的某些目录的文件实时同步到备服务器上那么我选择了rsync+inotify实现实时同步首先要了解是从哪台服务器同步到哪台服务器,不能弄反了,尤其是生产系统,且在生产系...
分类:其他好文   时间:2014-09-02 10:15:04    阅读次数:196
hadoop 2.2 第二步 HA zookeeper 配置
第一篇文章还有要修改的地方,现在我的集群已经扩展到5台(虚拟机)有些配置还要改,这一篇记录一下Hadoop HA 和zookeeper的配置,方便自己以后看。 新的HDFS中的NameNode不再是只有一个了,可以有多个(目前只支持2个)。每一个都有相同的职能。 在HDFS(HA...
分类:其他好文   时间:2014-09-01 02:43:42    阅读次数:521
Python-赋值
>>> spam, ham = 'yum', 'YUM'>>> spam'yum'>>> ham'YUM'>>> [spam, ham] = ['yum', 'YUM']>>>[spam, ham]['yum', 'YUM']>>> a,b,c,d = 'spam'>>> a's'>>> b&#
分类:编程语言   时间:2014-08-29 21:17:10    阅读次数:312
Java高效编程(2) -- Creating and Destroying Objects
Item 1: Consider static factory methods instead of constructorsAdvantage:One advantage of static factory methods is that, unlike constructors, they ha...
分类:编程语言   时间:2014-08-29 18:12:38    阅读次数:262
Leetcode:Edit Distance 字符串编辑距离
原题戳我Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)You ha...
分类:其他好文   时间:2014-08-28 13:04:59    阅读次数:162
查找生成的目录
vidir-listening.sh#!/bin/bash#commanddate="/bin/date"ha="/usr/bin/hadoopfs-ls-d"#vary=`$date+%Y`m=`$date+%D|cut-d"/"-f1`d=`$date+%d`h=`$date+%H`dir="/cstreaming/DAT/${y}${m}${d}${h}*"$ha$dir|grep-v-ifound|awk‘{print$6,$7,$8}‘./dir-listening.sh2014-08-2717:0..
分类:其他好文   时间:2014-08-27 18:56:00    阅读次数:188
Tachyon Cluster: 基于Zookeeper的Master High Availability(HA)高可用配置实现
1.Tachyon简介Tachyon是一个高容错的分布式文件系统,允许文件以内存的速度在集群框架中进行可靠的共享,就像Spark和 MapReduce那样。通过利用信息继承,内存侵入,Tachyon获得了高性能。Tachyon工作集文件缓存在内存中,并且让不同的 Jobs/Queries以及框架都能...
分类:其他好文   时间:2014-08-27 18:32:08    阅读次数:454
Neutron L3 auto Reschedule VRouter feature
在Havana、icehouse版本的生产环境部署中,常常会启用一个外部cron job去监控是否存在down掉的L3,如果存在则将此L3上所有绑定的VRouter重新绑定到其他L3上。...
分类:其他好文   时间:2014-08-27 14:43:48    阅读次数:236
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!