Hadoop配置主要事项
1、 保证Master和Slave能够ping通;
2、 配置/etc/hosts文件;
3、 能够ssh无密码切换各台主机;
4、 安装sun公司的jdk,在/etc/profile中设置好环境变量;
5、 下载Hadoop,安装、配置、搭建Hadoop集群;
1.Hadoop简介
Hadoop是Apache软件基金会旗下的一个开源分布式计算平台。...
分类:
其他好文 时间:
2015-03-28 17:25:24
阅读次数:
173
1、ipconfig /flushdns的作用 ipconfig /flushdns 这是清除DNS缓存用的。 当訪问一个站点时系统将从DNS缓存中读取该域名所相应的IP地址,当查找不到时就会到系统中查找hosts文件,假设还没有那么才会向DNSserver请求一个DNS查询,DNSserver.....
分类:
其他好文 时间:
2015-03-28 12:59:04
阅读次数:
137
实验前提:1、本次实验我使用的系统平台为RHEL5.82、由于在测试时是基于域名来访问的,因此,需要修改系统上的hosts文件,如:www.xsl.com192.168.0.104www.a.org192.168.0.104nginx作为web服务器的应用1、创建非特权用户由于nginx在运行时是以非特权用户的方式进行的,因此,..
分类:
Web程序 时间:
2015-03-21 21:30:17
阅读次数:
233
1、dfs.hosts 记录即将作为datanode加入集群的机器列表 2、mapred.hosts 记录即将作为tasktracker加入集群的机器列表 3、dfs.hosts.exclude mapred.hosts.exclude 分别包含待移除的机器列表 4、master 记录运行辅...
分类:
其他好文 时间:
2015-03-21 17:17:02
阅读次数:
247
sudo vi /etc/hosts输入 i进入编辑模式编辑完成之后,按esc,输入 : wq202.152.192.181 translate.google.com64.233.178.133 translate.googleusercontent.com216.58.221.202 transl...
分类:
其他好文 时间:
2015-03-20 21:42:42
阅读次数:
370
一. Hosts文件的位置很多用户都知道在Window系统中有个Hosts文件(没有后缀名),在Windows 98系统下该文件在Windows文件夹。在Windows 2000/XP系统中位于\%Systemroot%\System32\Drivers\Etc 文件夹中,其中,%Systemroo...
分类:
其他好文 时间:
2015-03-20 20:04:53
阅读次数:
153
fabric是python的一个基于命令行的自动化部署框架,用docker开了两个容器来学习fabric.#!/usr/bin/env python#-*- coding=utf-8 -*-from fabric.api import *env.hosts=[ 'root@114.215.86.2....
分类:
其他好文 时间:
2015-03-20 12:36:57
阅读次数:
148
在本地浏览器上输入www.hello.com时,简单的实现流程是:在客户端上,检查本地的hosts文件中是否有主机名和ip对应,有对应ip,则用HTTP协议封装数据请求,添加应用层首部,添加tcp首部,添加ip首部,添加mac地址后从本地出去,到对应的WEB服务器上,没有对应的ip,则查找resolv..
分类:
其他好文 时间:
2015-03-19 18:39:53
阅读次数:
398
What ntopng can do for me? (http://www.ntop.org/products/ntop/) Sort network traffic according to many protocols Show network traffic and IPv4/v6 active hosts Store on disk persistent traffic stati...
分类:
其他好文 时间:
2015-03-19 13:27:12
阅读次数:
378
SharePoint 2010 升级到2013时 保证用户能够连接但不能修改正升级的数据
步骤
1: Connect to the SQL instance that hosts the SharePoint 2010 content database.
2: Set the SharePoint
content database read-only state to Tru...
分类:
其他好文 时间:
2015-03-19 11:35:24
阅读次数:
188