Ceph is a distributed object store and file system designed to provide excellent performance, reliability and scalability
分类:
其他好文 时间:
2015-12-14 18:14:02
阅读次数:
120
apache原文地址:http://zookeeper.apache.org/doc/trunk/zookeeperOver.htmlZooKeeperZooKeeper: A Distributed Coordination Service for Distributed Applications...
分类:
其他好文 时间:
2015-12-10 11:19:45
阅读次数:
219
项目中用到redis集群, 发现phpredis对集群,分布式是有支持的。翻译下相关资料备用。redis扩展地址:https://github.com/phpredis/phpredis, 看到如下内容,是支持的链接。Distributed Redis ArraySeededicated page....
分类:
Web程序 时间:
2015-12-09 13:33:49
阅读次数:
122
http://hadoop.apache.org/1The Apache? Hadoop® project develops open-source software for reliable, scalable,distributed computing.The Apache Hadoop sof...
分类:
Web程序 时间:
2015-12-02 22:31:41
阅读次数:
255
原文:http://www.zhihu.com/question/217146674 个回答83赞同反对,不会显示你的姓名皮果提刘鑫、莫教授要养猫、Starling Niohuru等人赞同要将自然语言交给机器学习中的算法来处理,通常需要首先将语言数学化,词向量就是用来将语言中的词进行数学化的一种方式...
分类:
其他好文 时间:
2015-11-30 20:30:27
阅读次数:
204
1、RDD是Resilient Distributed Dataset(即"弹性分布式数据”)的缩写,它是Spark中的基本抽象类,包含在所有RDD中存在的基本操作:map、filter、persist。immutable:不可变的;implicit conversion:隐式变换;propagat...
分类:
其他好文 时间:
2015-11-26 15:17:18
阅读次数:
360
Hadoop项目是什么?Hadoop是一个适合大数据的分布式存储与计算平台。作者:Doug Cutting;Lucene,Nutch。受Google三篇论文的启发Hadoop核心项目HDFS: Hadoop Distributed File System 分布式文件系统MapReduce:并行计算框...
分类:
其他好文 时间:
2015-11-24 07:34:36
阅读次数:
214
// Zepto.js// (c) 2010-2015 Thomas Fuchs// Zepto.js may be freely distributed under the MIT license.;(function($) { var touch = {}, touchTimeou...
分类:
Web程序 时间:
2015-11-20 12:21:42
阅读次数:
237
CentralControlOverDistributedRouting0.ABSTRACT1.Introduction2.FlexibleFibbing3.AugmentingTopology4.Implementation5.ReactiontoFailures6.FrequentlyAsked...
分类:
其他好文 时间:
2015-11-19 09:38:39
阅读次数:
236
1. 大数据目前代名词spark,是一个快速的集群计算系统,它的功能之一是streaming,支持实时的数据流,把实时数据流按时间变为离散数据流 discretized stream,其中每一个离散集合RDD resilient distributed dataset2. 计算函数包括:flatMa...
分类:
其他好文 时间:
2015-11-17 12:32:59
阅读次数:
121