打开终端,登入到root,进入/home/newday下
- 在本地用pscp命令上传.zip的GPS数据
- 在hadoop8上
unzip trackgps_0811 ./tackgps_0811 //解压缩到指定目录
- 然后,运行Merge.jar
hadoop jar Merge.jar tackgps_0811 hdfs://hadoop8:8020/Anewday/0811_merge.csv
- 然后运行PreGPS.jar,目的:筛选属性值,line_code date_label值给GPS数据
hadoop jar PreGPS.jar hdfs://hadoop8:8020/Anewday/0811_merge.csv,hdfs://hadoop8:8020/Anewday/line_route_dict_update08_nohead.csv hdfs://hadoop8:8020/Anewday/0811_linedate
- 之后,运行
时间: 2024-10-24 20:34:42