码迷,mamicode.com
首页 >  
搜索关键字:workgroup cluster    ( 3577个结果
【oracle】oracledba3 create a sorted hash cluster to store the data
You are designing an application for Certkiller .com and you have  been asked to design a database table to facilitate monthly bill gen eration. The bill would include details of customer calls, lis...
分类:数据库   时间:2014-12-19 22:07:04    阅读次数:349
samba配置文件
samba配置文件安装略#vi/etc/samba/smb.conf按a进入编辑模式[global]workgroup=MYGROUPserverstring=localhostsecurity=share(如为user则打开就需要输用户名、密码,如有可匿名访问的共享可设为share)passdbbackend=tdbsamlogfile=/var/log/samba/log.smbd[ming]path=/home/min..
分类:其他好文   时间:2014-12-19 19:21:23    阅读次数:170
[论文]CA-Tree: A Hierarchical Structure for Efficient and Scalable Coassociation-Based Cluster Ensembles
作者:Tsaipei Wang, Member, IEEE发表:IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS—PART B: CYBERNETICS, VOL. 41, NO. 3, JUNE 2011 这是一遍关于聚类集成的论文,作者提出了....
分类:其他好文   时间:2014-12-19 01:53:47    阅读次数:221
通过案例学调优之--Oracle Cluster Table
通过案例学调优之--OracleClusterTableAboutClustersAclusterprovidesanoptionalmethodofstoringtabledata.Aclusterismadeupofagroupoftablesthatsharethesamedatablocks.Thetablesaregroupedtogetherbecausetheysharecommoncolumnsandareoftenusedtogether.Forexample,theempa..
分类:数据库   时间:2014-12-18 19:01:13    阅读次数:409
"Principles of Reactive Programming" 之<Actors are Distributed> (1)
week7中的前两节课的标题是”Actors are Distributed",讲了很多Akka Cluster的内容,同时也很难理解。Roland Kuhn并没有讲太多Akka Cluster自身如何工作的细节,而是更关注于如何利用Akka Cluster来把Actor分布到不同的节点上,或许这么...
分类:其他好文   时间:2014-12-18 18:44:02    阅读次数:264
Spark 1.1.1 Submitting Applications
Submitting ApplicationsThespark-submitscript in Spark’sbindirectory is used to launch applications on a cluster. It can use all of Spark’s supportedcl...
分类:移动开发   时间:2014-12-18 10:22:51    阅读次数:430
es配置说明
cluster代表一个集群,集群中有多个节点,其中有一个为主节点,这个主节点是可以通过选举产生的,主从节点是对于集群内部来说的。es的一个概念就是去中心化,字面上理解就是无中心节点,这是对于集群外部来说的,因为从外部来看es集群,在逻辑上是个整体,你与任何一个节点的通信和与整个es集群通信是等价的。...
分类:其他好文   时间:2014-12-17 17:43:47    阅读次数:165
Hyper-V网卡掉线触发虚拟机迁移
Hyper-V网卡掉线触发虚拟机迁移前两天看到有网友在问,网卡掉线后,需要将虚拟机迁移到其他服务器上,Hyper-V能办到吗?Hyper-V本身是没有提供这个功能的,想起之前自己有做过使用一脚本vicha.vbs的脚本实现过,今天就此写一篇blog。我的环境是两台物理服务器,部署为Cluster。..
分类:其他好文   时间:2014-12-16 19:28:38    阅读次数:246
执行redis-trib.rb时遇到的问题
redis-trib.rb是Redis Cluster的一个常用工具。下面记录了执行此命令时遇到的一系列错误。 [plain]?view plaincopyprint? redis-trib.rb?create?--replicas?1??127.0.0.1:7379?127.0.0.1:7380?127.0.0.1...
分类:其他好文   时间:2014-12-15 17:28:46    阅读次数:1053
CloudStack全局配置参数
account.cleanup.interval 清除用户账户所需要等待的时间(秒);类型:整数;默认86400 agent.lb.enabled    false    If agent load balancing enabled in cluster setup agent.load.threshold    0.7    Percentage (as a value between...
分类:其他好文   时间:2014-12-15 17:18:18    阅读次数:499
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!