跑GPS数据记录
Posted Amelie.tingting
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了跑GPS数据记录相关的知识,希望对你有一定的参考价值。
打开终端,登入到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
- 之后,运行
以上是关于跑GPS数据记录的主要内容,如果未能解决你的问题,请参考以下文章
Android 使用两个不同的代码片段获取当前位置 NULL
NETWORK_PROVIDER 和 GPS_PROVIDER 在片段中返回 null