lenmom

博客园 首页 新随笔 联系 订阅 管理

2017年11月13日 #

摘要: 1. 下载 CentOS 镜像 下载地址 : https://wiki.centos.org/Download, 我下载的是1406 2. 使用 UltraISo 将镜像刻录到U盘 UltraISo 是收费的, 可以选择继续试用 选中下载的镜像, 选择 启动--写入硬盘映像 3. 将制作好的启动盘插 阅读全文
posted @ 2017-11-13 09:27 老董 阅读(1535) 评论(0) 推荐(0)

2017年11月10日 #

摘要: Howdy friends! In this blog post, I show how Kudu, a new random-access datastore, can be made to function as a more flexible queueing system with near 阅读全文
posted @ 2017-11-10 11:03 老董 阅读(309) 评论(0) 推荐(0)

2017年11月8日 #

摘要: In the previous post, I have introduced how to install hadoop on windows based system. Now, I will introduce how to install hbase on windows. 1. Prepa 阅读全文
posted @ 2017-11-08 17:36 老董 阅读(213) 评论(0) 推荐(0)

摘要: DownloadBefore starting make sure you have this two softwares Hadoop 2.7.1 Java – Jdk 1.7+ Extract downloaded tar fileConfigurationStep 1 – Windows pa 阅读全文
posted @ 2017-11-08 16:22 老董 阅读(353) 评论(0) 推荐(0)

2017年11月4日 #

摘要: This is the second post in a series discussing the architecture and implementation of massively parallel databases, such as Vertica, BigQueryor EventQ 阅读全文
posted @ 2017-11-04 16:46 老董 阅读(323) 评论(0) 推荐(0)

摘要: Parallel I/O and Columnar Storage We begin with a high level overview of the system while follow up posts will discuss specific components in more det 阅读全文
posted @ 2017-11-04 16:37 老董 阅读(442) 评论(0) 推荐(0)

摘要: 概述 所谓bitmap就是用一个bit位来标记某个元素对应的value,而key即是这个元素。由于采用bit为单位来存储数据,因此在可以大大的节省存储空间 算法思想 32位机器上,一个整形,比如int a;在内存中占32bit,可以用对应的32个bit位来表示十进制的0-31个数,bitmap算法利 阅读全文
posted @ 2017-11-04 15:00 老董 阅读(1161) 评论(0) 推荐(0)

摘要: a) standalone mode mkdir -p /var/evql/standalone/usr/local/bin/evqld --standalone --datadir /var/evql/standalonequery:/usr/local/bin/evql --database t 阅读全文
posted @ 2017-11-04 11:04 老董 阅读(239) 评论(0) 推荐(0)

摘要: 1. 环境准备install cmake make automake autoconf zlib-devel libtoolyum install zlib-devel 2. 安装Clangyum install epel-releaseyum install clang 安装gccyum -y i 阅读全文
posted @ 2017-11-04 11:03 老董 阅读(332) 评论(0) 推荐(0)

2017年5月31日 #

摘要: 转自:http://www.cnblogs.com/zhangchenliang/p/4546352.htmlhttp://www.cnblogs.com/zhangchenliang/p/4546352.html 1、概述 log4net是.Net下一个非常优秀的开源日志记录组件。log4net记 阅读全文
posted @ 2017-05-31 16:55 老董 阅读(1105) 评论(0) 推荐(0)