IPStor在linux操作系统上进入linux后使用ifconfig-a查看ip地址#ifconfig-aeno16777736:flags=4163<UP,BROADCAST,RUNNING,MULTICAST>mtu1500inet192.168.188.11netmask255.255.255.0broadcast192.168.188.255inet6fe80::20c:29ff:fe1c:334dprefixlen64scopeid0x20<link..
分类:
其他好文 时间:
2014-08-18 01:42:23
阅读次数:
890
hadoop的分布式安装过程 分布结构 主节点(1个,是huanghe):NameNode、JobTracker、SecondaryNameNode 从节点(2个,是huanghe1、huanghe2):DataNode、TaskTracker 我的配置:用户名/密码均为:root/huanghe ...
分类:
其他好文 时间:
2014-08-18 01:31:33
阅读次数:
233
源码:
#include
#include
#include
void *producter_f (void *arg);
void *consumer_f (void *arg);
int buffer_has_item=0;
pthread_mutex_t mutex;
int running =1 ;
int main (voi...
分类:
编程语言 时间:
2014-08-17 22:50:32
阅读次数:
278
HDFS Architecture
Introduction
HDFS是分布式文件系统,它被设计为运行在普通商用硬件之上。它与已经存在的文件系统有很多相似性。但是,也有巨大的不同。HDFS有很高的容错,被设计为部署在低廉的硬件上。HDFS提供为应用程序的数据提供一个高通量的访问,适合有大量数据的应用程序。HDFS放松了一些POSIX的需求,以使可以用流的方式访问文件系统的数据。HDFS最初作为...
分类:
其他好文 时间:
2014-08-17 17:02:32
阅读次数:
249
//原型创建对象function Box(){};Box.prototype.name = 'Lee';Box.prototype.age = 100;Box.prototype.run = function(){ return this.name + this.age + 'running....
分类:
其他好文 时间:
2014-08-17 15:30:22
阅读次数:
179
Hostname
IP
Hadoop版本
Hadoop
功能
系统
hadoop2
192.168.119.131
2.2.0
namenode
jdk1.6+hadoop
centos5.9
h2slave1
192.168.119...
分类:
其他好文 时间:
2014-08-17 14:21:32
阅读次数:
257
Linking Containers Together
In the Using Docker section we touched on connecting to a service running inside a Docker container via a network port. This is one of
the ways that you can interact w...
分类:
其他好文 时间:
2014-08-17 11:46:32
阅读次数:
245
Linuxsystemhasseveralrunninglevels:0-shutdown1-singleuser2-multiuserwithoutInternetservices3-multiuserwithInternetservices4-unusedandreservered5-GUI6-RebootWecanusethe"Init*"commandtochangerunninglevelofthesystem.Tochangethedefaultsettingofrunninglevel,wene..
分类:
系统相关 时间:
2014-08-17 01:13:01
阅读次数:
199
在导入数据的时候遇到问题也是这篇博客的主题,"Error running context: 由于目标计算机积极拒绝,无法连接"....
分类:
其他好文 时间:
2014-08-16 22:33:41
阅读次数:
3139
HDFS可靠性冗余副本策略机架策略心跳机制安全模式校验和回收站元数据保护在数据节点启动后,会把本地的文件系统遍历一次,产生一份数据块以及本地文件对应关系的清单叫做块报告,会汇报给NameNodeHadoop机架感知集群中各个节点之间会相互传递信息包心跳机制nameNode周期性从dat..
分类:
其他好文 时间:
2014-08-16 17:15:21
阅读次数:
317