码迷,mamicode.com
首页 >  
搜索关键字:distributed    ( 1170个结果
The Microsoft Distributed Transaction Coordinator (MS DTC) has cancelled the distributed transaction.
同事反馈一个系统在运行一个存储过程时遇到了下面错误: Msg 1206, Level 18, State 169, Procedure xxxxxx, Line 118The Microsoft Distributed Transaction Coordinator (MS DTC) has can... ...
分类:其他好文   时间:2017-07-07 13:24:13    阅读次数:195
消息中间件
消息中间件 什么是分布式消息中间件? 对于分布式消息中间件,首先要了解两个基础的概念,即什么是分布式系统,什么又是中间件。 分布式系统 “A distributed system is one in which components located at networked computers co ...
分类:其他好文   时间:2017-06-29 20:40:55    阅读次数:229
spark基本组件与概念
数据结构 核心之数据集RDD 俗称为弹性分布式数据集。Resilient Distributed Datasets,意为容错的、并行的数据结构,可以让用户显式地将数据存储到磁盘和内存中,并能控制数据的分区。同时,RDD还提供了一组丰富的操作来操作这些数据。 RDD的特点 它是在集群节点上的不可变的、 ...
分类:其他好文   时间:2017-06-29 12:44:32    阅读次数:251
HBase安装
----------<configuration> <property> <name>hbase.rootdir</name> <value>hdfs://hadoop-senior.huiyunltd.com:8020/hbase</value> </property> <property> <name>hbase.cluster.distributed</name> <value..
分类:其他好文   时间:2017-06-26 22:43:02    阅读次数:173
DDoS攻击、CC攻击的攻击方式和防御方法
DDoS介绍 DDoS是英文Distributed Denial of Service的缩写,意即“分布式拒绝服务”,那么什么又是拒绝服务(Denial of Service)呢?可以这么理解,凡是能导致合法用户不能够访问正常网络服务的行为都算是拒绝服务攻击。也就是说拒绝服务攻击的目的非常明确,就是 ...
分类:其他好文   时间:2017-06-26 18:55:49    阅读次数:265
什么是分布式消息中间件?
什么是分布式消息中间件? 什么是分布式消息中间件? 对于分布式消息中间件,首先要了解两个基础的概念,即什么是分布式系统,什么又是中间件。 分布式系统 “A distributed system is one in which components located at networked compu ...
分类:其他好文   时间:2017-06-26 00:01:20    阅读次数:214
vagrant 学习笔记
#LicensedundertheApacheLicense,Version2.0(the"License");#youmaynotusethisfileexceptincompliancewiththeLicense.#YoumayobtainacopyoftheLicenseat##http://www.apache.org/licenses/LICENSE-2.0##Unlessrequiredbyapplicablelaworagreedtoinwriting,software#distributed..
分类:其他好文   时间:2017-06-23 10:45:50    阅读次数:168
SQL Server远程连接操作
-- 开启远程选项 exec sp_configure 'show advanced options',1 reconfigure exec sp_configure 'Ad Hoc Distributed Queries',1 reconfigure -- 方法1: SELECT top 5 * ... ...
分类:数据库   时间:2017-06-22 22:21:45    阅读次数:224
论文笔记 Weakly-Supervised Spatial Context Networks
Background 在文本处理领域,“The idea of local spatial context within a sentence, proved to be an effective supervisory signal for learning distributed word ve ...
分类:Web程序   时间:2017-06-17 15:56:21    阅读次数:212
分布式系统概述
2 分布式系统概述 注:由于大数据技术领域的各类技术框架基本上都是分布式系统,因此,理解hadoop、storm、spark等技术框架,都需要具备基本的分布式系统概念 2.1 分布式软件系统(Distributed Software Systems) ² 该软件系统会划分成多个子系统或模块,各自运行 ...
分类:其他好文   时间:2017-06-17 14:23:06    阅读次数:185
1170条   上一页 1 ... 49 50 51 52 53 ... 117 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!