在master这台机器上安装Hadoop 2.2.0,Hadoop 2.2.0的下载地址为:http://mirror.bit.edu.cn/apache/hadoop/common/hadoop-2.2.0///( https://archive.apache.org/dist/hadoop/co...
分类:
其他好文 时间:
2015-07-11 19:59:30
阅读次数:
145
R语言是主要用于统计分析、绘图的语言和操作环境。官方网站:http://www.r-project.org/Windows下面有直接的安装包,直接下载安装很方便,但是对于刚出的CentOS6.0上不能直接通过yum 安装R,需要自己编译。下载页面:http://ftp.ctex.org/mirror...
分类:
其他好文 时间:
2015-07-11 12:01:09
阅读次数:
132
二、安装部署一、storm伪分布式安装(一)环境准备1、OS:debian 72、JDK 7.0(二)安装zookeeper1、下载zookeeper并解压wget http://mirror.bit.edu.cn/apache/zookeeper/zookeeper-3.4.6/zookeeper...
分类:
其他好文 时间:
2015-07-10 22:10:54
阅读次数:
303
二、安装部署一、storm伪分布式安装(一)环境准备1、OS:debian 72、JDK 7.0(二)安装zookeeper1、下载zookeeper并解压wget http://mirror.bit.edu.cn/apache/zookeeper/zookeeper-3.4.6/zookeeper...
分类:
其他好文 时间:
2015-07-10 10:54:37
阅读次数:
204
http://gen.lib.rus.ec书籍多多,下载方便。如打不开,可从其它mirror进:http://libgen.org/(以上两个是主链接)http://libgen.info/、http://www.libgen.info、http://libgen.nethttp://en.book...
分类:
其他好文 时间:
2015-07-10 02:10:12
阅读次数:
286
??
Symmetric Tree Total Accepted:
61440 Total Submissions:
194643
My Submissions
Given a binary tree, check whether it is a mirror of itself (ie, symmetric ar...
分类:
其他好文 时间:
2015-07-10 00:29:44
阅读次数:
157
1、安装环境时一不小心,centos安装完成后,发现,/分区分的很小,如下:看来KVM存储池只能建到/home分区了[root@nova~]#df-hFilesystemSizeUsedAvailUse%Mountedon/dev/mapper/vg_nova-lv_root50G23G24G49%/tmpfs7.8G392K7.8G1%/dev/shm/dev/sda1485M40M420M9%/boot/dev/mappe..
分类:
其他好文 时间:
2015-07-08 14:58:20
阅读次数:
734
Symmetric Tree 题目链接 题目要求: Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary ...
分类:
其他好文 时间:
2015-07-08 12:36:31
阅读次数:
170
目标:将VolGroup-lv_home缩小到100G,并将剩余的空间添加给VolGroup-lv_root===========================================================================解决过程:#df-h//查看分区#umou...
分类:
其他好文 时间:
2015-07-08 12:31:19
阅读次数:
113
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:
其他好文 时间:
2015-07-07 18:44:59
阅读次数:
83