1、HDFS简介 HDFS(Hadoop Distributed File System)是Hadoop项目的核心...
分类:
其他好文 时间:
2015-02-27 20:08:22
阅读次数:
200
资料: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
原文地址:http://storm.apache.org/documentation/Distributed-RPC.html 分布式RPC的目的是在storm进行大量的实时计算时,能够并行的调用storm上的函数。Storm topology可以将函数参数作为输入Stream,并且将被调...
分类:
其他好文 时间:
2015-02-25 17:14:39
阅读次数:
148
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
HDFS: hadoop distributed file system 它抽象了整个集群的存储资源,可以存放大文件。 文件采用分块存储复制的设计。块的默认大小是64M。 流式数据访问,一次写入(现支持append),多次读取。 不适合的方面: 低延迟的数据访问 解决方案:HBASE 大量的小文件 ...
分类:
编程语言 时间:
2015-02-21 14:20:34
阅读次数:
242
一、安装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
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
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
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_异地数据操作--【分布式查询】异地数据库的异种数据操作/*一、分布式查询定义: MSSQlServer所谓的分布式查询(Distributed Query)是能够访问存放在同一部计算机或不同计算机上的SQL Server或不同种类的数据源, 需要根据数据源的类别来使用相对应的接口.从而实现在...
分类:
其他好文 时间:
2015-02-10 22:59:04
阅读次数:
185