hadoop数据分析
文章平均质量分 74
littlely_ll
Strive for the best, and prepare for the worst.
展开
-
使用hadoopstreaming计算航空平均迟到时间
下属内容为本人的学习笔记:#!/usr/bin/env python import sys import csv SEP = "\t"class Mapper(object): def __init__(self, stream, sep=SEP): self.stream = stream self.sep = sep def emit(self, k原创 2017-05-28 18:03:16 · 612 阅读 · 0 评论 -
centos6.5安装hadoop2
准备Linux环境点击VMware快捷方式,右键打开文件所在位置 -> 双击vmnetcfg.exe -> VMnet1 host-only ->修改subnet ip 设置网段:192.168.1.90 (这儿需要对应自己的地址)子网掩码:255.255.255.0 -> apply -> ok 回到windows –> 打开网络和共享中心 -> 更改适配器设置 -> 右键VMn原创 2017-06-25 20:53:21 · 514 阅读 · 0 评论