基于mapreduce的两个简单例子
Mapreudce开发:(对路由数据进行过滤,只保留想要的几项。只有map没有reduce)import java.io.IOException;import org.apache.hadoop.conf.Configuration;import org.apache.hadoop.conf.Configured;import org.apache.hadoop.fs.Path