摘要: 2019-12-01 21:17:38 参考:https://www.iteye.com/blog/xuyuanshuaaa-1172511 现在MapReduce/Hadoop以及相关的数据处理技术非常热,因此我想在这里将MapReduce的优势汇总一下,将MapReduce与传统基于HPC集群的 阅读全文
posted @ 2019-12-01 21:18 JasonPeng1 阅读(967) 评论(0) 推荐(0)
摘要: 2019-12-01 20:22:31 阅读全文
posted @ 2019-12-01 21:17 JasonPeng1 阅读(98) 评论(0) 推荐(0)
摘要: 2019-12-01 19:07:20 #include <bits/stdc++.h> #include <stdlib.h> #include <stdio.h> using namespace std; #define maxn 10005 #define M 105 char *getLin 阅读全文
posted @ 2019-12-01 19:22 JasonPeng1 阅读(216) 评论(0) 推荐(0)
摘要: 2019-12-01 16:42:32 #include <bits/stdc++.h> #include <stdlib.h> #include <stdio.h> using namespace std; #define maxn 10005 #define M 105 void allocat 阅读全文
posted @ 2019-12-01 16:47 JasonPeng1 阅读(123) 评论(0) 推荐(0)
摘要: 2019-12-01 15:18:44 #include <bits/stdc++.h> #include <stdlib.h> #include <stdio.h> using namespace std; #define maxn 10005 #define M 105 int main(){ 阅读全文
posted @ 2019-12-01 16:41 JasonPeng1 阅读(215) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include <stdlib.h> #include <stdio.h> using namespace std; #define maxn 10005 #define M 105 int main(){ int num; int *pi = & 阅读全文
posted @ 2019-12-01 15:18 JasonPeng1 阅读(149) 评论(0) 推荐(0)
摘要: 2019-12-01 13:23:05 阅读全文
posted @ 2019-12-01 13:58 JasonPeng1 阅读(78) 评论(0) 推荐(0)
摘要: 6-1HDFS课程概述 HDFS Hadoop分布式文件系统(HDFS)被设计成适合运行在通用硬件(commodity hardware)上的分布式文件系统。它和现有的分布式文件系统有很多共同点。但同时,它和其他的分布式文件系统的区别也是很明显的。HDFS是一个高度容错性的系统,适合部署在廉价的机器 阅读全文
posted @ 2019-12-01 13:07 JasonPeng1 阅读(713) 评论(0) 推荐(0)
摘要: 2019-12-01 12:46:00 阅读全文
posted @ 2019-12-01 12:46 JasonPeng1 阅读(334) 评论(0) 推荐(0)
摘要: 2019-12-01 12:23:06 HBase HBase是一个分布式的、面向列的开源数据库,该技术来源于 Fay Chang 所撰写的Google论文“Bigtable:一个结构化数据的分布式存储系统”。就像Bigtable利用了Google文件系统(File System)所提供的分布式数据 阅读全文
posted @ 2019-12-01 12:25 JasonPeng1 阅读(349) 评论(0) 推荐(0)
摘要: 2019-12-01 10:33:49 第 2 章 进程模型 阅读全文
posted @ 2019-12-01 10:34 JasonPeng1 阅读(117) 评论(0) 推荐(0)
摘要: 2019-12-01 09:50:06 让我们来考虑这样一个简单却很典型的数据库在机场的应用实例:查询某次航班的所有 旅客名单。这个操作所引发的的查询请求大致按如下方式被处理: 1、机场登机口的 PC 机(客户端)调用 API 与 DBMS 的客户端通信管理器(Client Communicatio 阅读全文
posted @ 2019-12-01 09:55 JasonPeng1 阅读(309) 评论(0) 推荐(0)
摘要: 2019-12-01 00:23:08 来源:https://dblab.xmu.edu.cn/post/bigdataroadmap/ https://www.icourse163.org/learn/XMU-1002335004?tid=1206559203#/learn/custom?id=1 阅读全文
posted @ 2019-12-01 00:24 JasonPeng1 阅读(138) 评论(0) 推荐(0)