wiki上这样定义CAP:it is impossible for a distributed data store to simultaneously provide more than two out of the following three guarantees。 首先CAP是针对分布式数 ...
分类:
其他好文 时间:
2017-10-07 14:45:06
阅读次数:
154
1.UUID 简介 UUID含义是通用唯一识别码 (Universally Unique Identifier),这是一个软件建构的标准,也是被开源软件基金会 (Open Software Foundation, OSF) 的组织应用在分布式计算环境 (Distributed Computing E ...
分类:
编程语言 时间:
2017-10-06 12:31:16
阅读次数:
165
Hadoop: Hadoop是一个由Apache基金会所开发的分布式系统基础架构。用来开发分布式程序。充分利用集群的威力进行高速运算和存储。Hadoop实现了一个分布式文件系统(Hadoop Distributed File System),简称HDFS。 Hadoop框架最核心的设计就是:HDFS ...
分类:
其他好文 时间:
2017-10-04 14:19:20
阅读次数:
269
Hadoop是一个由Apache基金会所开发的分布式系统基础架构。 用户可以在不了解分布式底层细节的情况下,开发分布式程序。充分利用集群的威力进行高速运算和存储。 Hadoop实现了一个分布式系统(Hadoop Distributed File System),简称HDFS。HDFS有高容错的特点, ...
分类:
其他好文 时间:
2017-09-30 17:48:32
阅读次数:
184
Apache Flume Flume is a distributed, reliable, and available service for efficiently collecting,aggregating, and moving large amounts of log data. It ...
分类:
Web程序 时间:
2017-09-29 11:01:56
阅读次数:
179
一. 什么是 DoS & DDoS ? 拒绝服务攻击(Denial-of-Service Attack)亦称洪水攻击,是一种网络攻击手法,其目的在于使目标电脑的网络或系统资源耗尽,使服务暂时中断或停止,导致其正常用户无法访问。 分布式拒绝服务攻击(Distributed Denial-of-Serv ...
分类:
其他好文 时间:
2017-09-27 00:46:24
阅读次数:
2435
1. remove skew Why: Many model built on the hypothsis that the input data are distributed as a 'Normal Distribution'(Gaussian Distribution). So if the ...
分类:
其他好文 时间:
2017-09-22 12:04:29
阅读次数:
145
Spark RDD(Resilient Distributed Datasets)论文 概要 1: 介绍 2: Resilient Distributed Datasets(RDDs) 2.1 RDD 抽象 2.2 Spark 编程接口 2.2.1 例子 – 监控日志数据挖掘 2.3 RDD 模型的 ...
分类:
Web程序 时间:
2017-09-21 17:51:51
阅读次数:
334
LicensesLicensed to the Apache Software Foundation (ASF) under one or more contributorlicense agreements. See the NOTICE file distributed with this wo ...
分类:
Web程序 时间:
2017-09-21 11:24:11
阅读次数:
1423
a. 一元高斯分布 b. 多元高斯分布 c. 似然函数 d. 独立同分布(i.i.d —> independent and identically distributed) 给定一个样本集合,其中样本都取自于同一个分布,且彼此之间相互独立,称之为独立同分布;其特性就是这些样本的联合概率,为它们各自的 ...
分类:
其他好文 时间:
2017-09-18 10:46:27
阅读次数:
315