码迷,mamicode.com
首页 >  
搜索关键字:标准交换机和vnetwork distributed vswitch及配置    ( 1171个结果
[原]uuid简要介绍
UUID含义是通用唯一识别码 (Universally Unique Identifier),这 是一个软件建构的标准,也是被开源软件基金会 (Open Software Foundation, OSF) 的组织应用在分布式计算环境(Distributed Computing Environment...
分类:其他好文   时间:2015-11-17 10:46:43    阅读次数:146
HDFS详解
转自:http://www.cnblogs.com/chinacloud/archive/2010/12/03/1895369.html【一】HDFS简介HDFS的基本概念1.1、数据块(block)HDFS(Hadoop Distributed File System)默认的最基本的存储单位是64...
分类:其他好文   时间:2015-11-14 00:53:50    阅读次数:434
Hadoop学习笔记01——Hadoop分布式文件系统
Hadoop有一个称为HDFS的分布式系统,全称为Hadoop Distributed Filesystem。HDFS有块(block)的概念,默认为64MB,HDFS上的文件被划分为块大小的多个分块,作为独立的存储单元。使用块的好处在于:1. 一个文件大小可以大于集群网络中任意一个磁盘的容量,文件...
分类:其他好文   时间:2015-11-13 18:55:55    阅读次数:309
spark 通过 RDD 从HDFS文件加载JSON文件到sql表
RDD定义RDD全称是Resilient Distributed Dataset, 是spark的核心抽象层,通过它可以读取多种文件,这里演示如何读取hdfs文件。所有spark的工作都是发生在RDD上,比如创建新的RDD,转换已有的RDD,对现有的RDD计算求得结果。RDD在spark中是不可变的(immutable)对象集合,RDD可以被划分成多个分区,存放在不同的节点。创建RDD有两种方法,...
分类:数据库   时间:2015-11-11 16:38:48    阅读次数:433
Central Control Over Distributed Routing
Central Control Over Distributed Routing2.Flexible Fibbing3.Augmenting Topology4.Implementation5.Reaction to Failures6.Frequently Asked Questions7.Rel...
分类:其他好文   时间:2015-11-11 09:54:30    阅读次数:521
Hadoop ->> HDFS(Hadoop Distributed File System)
HDFS全称是Hadoop Distributed File System。作为分布式文件系统,具有高容错性的特点。它放宽了POSIX对于操作系统接口的要求,可以直接以流(Stream)的形式访问文件系统中的数据。HDFS能快速检测到硬件故障,也就是数据节点的Failover,并且自动恢复数据访问。...
分类:其他好文   时间:2015-11-08 23:54:05    阅读次数:215
Why Deep Learning Works – Key Insights and Saddle Points
Why Deep Learning Works – Key Insights and Saddle PointsA quality discussion on the theoretical motivations for deep learning, including distributed r...
分类:其他好文   时间:2015-11-04 21:24:38    阅读次数:344
UART.V
`timescale 1ns / 1ps // Documented Verilog UART // Copyright (C) 2010 Timothy Goddard (tim@goddard.net.nz) // Distributed under the MIT licence. // //...
分类:其他好文   时间:2015-11-04 14:51:48    阅读次数:209
Google Hosts (2015.11.03)
### Copyright (c) 2014-2015, racaljk.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY. Redistribution and ...
分类:其他好文   时间:2015-11-04 09:20:56    阅读次数:1169
UART.V (verilog)
`timescale 1ns / 1ps// Documented Verilog UART// Copyright (C) 2010 Timothy Goddard (tim@goddard.net.nz)// Distributed under the MIT licence.//// Perm...
分类:其他好文   时间:2015-11-03 12:00:19    阅读次数:199
1171条   上一页 1 ... 76 77 78 79 80 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!