码迷,mamicode.com
首页 >  
搜索关键字:标准交换机和vnetwork distributed vswitch及配置    ( 1171个结果
Spark 1.1.1 Programing Guide
Spark Programming GuideOverviewLinking with SparkInitializing SparkUsing the ShellResilient Distributed Datasets (RDDs)Parallelized CollectionsExterna...
分类:其他好文   时间:2014-12-17 18:13:49    阅读次数:310
GraphX之Pregel(BSP模型-消息传递机制)学习
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this....
分类:其他好文   时间:2014-12-17 10:37:32    阅读次数:753
Spark之GraphX的Graph_scala学习
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this....
分类:其他好文   时间:2014-12-16 13:10:13    阅读次数:503
转载:zookeeper 介绍
zookeeper介绍 zookeeper是一个为分布式应用提供一致性服务的软件,它是开源的Hadoop项目中的一个子项目,并且根据google发表的<The Chubby lock service for loosely-coupled distributed systems>论文来实现的,...
分类:其他好文   时间:2014-12-10 12:44:13    阅读次数:332
kafka简介
一.入门 1.1 简介 Kafka is a distributed, partitioned, replicatedcommit log service. 它提供了类似于JMS的特性,但是在设计实现上完全不同,此外它并不是JMS规范的实现. kafka对消息保存时根据Topic进行归类,发送...
分类:其他好文   时间:2014-12-08 19:27:43    阅读次数:229
Hadoop学习<一>--hadoop安装和环境变量设置
Hadoop核心项目:HDFS(Hadoop Distributed File System分布式文件系统),MapReduce(并行计算框架) HDFS架构的主从结构:主节点,只有一个namenode,负责接收用户操作请求,维护文件系统的目录结构,管理文件与block之间关系,block与datanode之间的关系。 从节点,有很多个datanodes,负责存储文件,文件被分成block存储...
分类:其他好文   时间:2014-12-08 09:23:22    阅读次数:231
Java 调用webservice接口测试
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyrigh...
分类:编程语言   时间:2014-12-04 20:00:15    阅读次数:222
ORA-01591: lock held by in-doubt distributed transaction问题解决
昨天跑批量数据的程序时遇到oracle错误: $tail -f INDB_ERROR_8.LOG [Time]2014-12-01 04:10:31: activeAccountDeposit in oracle error: =ORA-01591: lock held by in-doubt distributed transaction 20.21.65527021...
分类:其他好文   时间:2014-12-02 22:41:06    阅读次数:243
状压DP [Uva 11825] Hackers’ Crackdown
Hackers’ Crackdown Input:Standard InputOutput:Standard OutputMiracle Corporations has a number of system services running in a distributed computer sy...
分类:其他好文   时间:2014-12-01 23:57:25    阅读次数:350
跨服务器操作
本文主要介绍了SQL Server数据库中访问远程数据库的操作,包括Ad Hoc Distributed Queries服务的启用以及访问远程数据库的一个实例,希望能够对您有所帮助。SQL Server数据库远程操作中,在使用openrowset/opendatasource前首先要启用Ad Hoc...
分类:其他好文   时间:2014-12-01 23:54:04    阅读次数:209
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!