同事反馈一个系统在运行一个存储过程时遇到了下面错误: 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
数据结构 核心之数据集RDD 俗称为弹性分布式数据集。Resilient Distributed Datasets,意为容错的、并行的数据结构,可以让用户显式地将数据存储到磁盘和内存中,并能控制数据的分区。同时,RDD还提供了一组丰富的操作来操作这些数据。 RDD的特点 它是在集群节点上的不可变的、 ...
分类:
其他好文 时间:
2017-06-29 12:44:32
阅读次数:
251
----------<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介绍 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
#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
-- 开启远程选项 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
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