码迷,mamicode.com
首页 >  
搜索关键字:标准交换机和vnetwork distributed vswitch及配置    ( 1171个结果
HDFS初探之旅(一)
1、HDFS简介 HDFS(Hadoop Distributed File System)是Hadoop项目的核心...
分类:其他好文   时间:2015-02-27 20:08:22    阅读次数:200
hadoop 概念
资料:http://www.cnblogs.com/chinacloud/archive/2010/12/03/1895369.htmlHDFS:Hadoop Distributed File Systemhadoop分布式文件管理系统左边是 slaves 右边是master master里有 Na...
分类:其他好文   时间:2015-02-26 14:35:27    阅读次数:135
storm翻译(3)Distributed RPC(分布式远程调用)
原文地址:http://storm.apache.org/documentation/Distributed-RPC.html 分布式RPC的目的是在storm进行大量的实时计算时,能够并行的调用storm上的函数。Storm topology可以将函数参数作为输入Stream,并且将被调...
分类:其他好文   时间:2015-02-25 17:14:39    阅读次数:148
Advancing The Realtime Web With RethinkDB
RethinkDBis an open-source distributed database built to store JSON and scale with very little effort.SelfcomparedwithMongoDB, RethinkDB is aiming to ...
分类:数据库   时间:2015-02-25 00:40:09    阅读次数:305
Sample: Write And Read data from HDFS with java API
HDFS: hadoop distributed file system 它抽象了整个集群的存储资源,可以存放大文件。 文件采用分块存储复制的设计。块的默认大小是64M。 流式数据访问,一次写入(现支持append),多次读取。 不适合的方面: 低延迟的数据访问 解决方案:HBASE 大量的小文件 ...
分类:编程语言   时间:2015-02-21 14:20:34    阅读次数:242
LSPro建立PXE环境
一、安装tftp服务 tftp-hpa主要的配置文件有两个: /opt/etc/xinetd.conf /opt/etc/xinetd.d/tftp # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of th...
分类:其他好文   时间:2015-02-20 13:02:30    阅读次数:265
poj 1502 MPI Maelstrom Dijkstra算法的简单运用 ,呵呵,,我估计有很多人都没看懂什么意思,我也看了很久
BIT has recently taken delivery of their new supercomputer, a 32 processor Apollo Odyssey distributed shared memory machine with a hierarchical communication subsystem. Valentine McKee's research advisor, Jack Swigert, has asked her to benchmark the new sy...
分类:编程语言   时间:2015-02-16 22:12:09    阅读次数:392
Transactions and beyond it..
While data integrity is managed very effectively within a single database with row locking, deadlock detection, and roll-back features, distributed da...
分类:其他好文   时间:2015-02-13 16:16:08    阅读次数:143
DFS(distributed file system)
Aclustered file systemis afile systemwhich is shared by being simultaneouslymountedon multipleservers. There are several approaches toclustering, most...
分类:其他好文   时间:2015-02-11 20:26:57    阅读次数:280
018_异地数据操作
018_异地数据操作--【分布式查询】异地数据库的异种数据操作/*一、分布式查询定义: MSSQlServer所谓的分布式查询(Distributed Query)是能够访问存放在同一部计算机或不同计算机上的SQL Server或不同种类的数据源, 需要根据数据源的类别来使用相对应的接口.从而实现在...
分类:其他好文   时间:2015-02-10 22:59:04    阅读次数:185
1171条   上一页 1 ... 96 97 98 99 100 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!