Commit d7877d2f authored by data爬虫-冯 军凯's avatar data爬虫-冯 军凯

transactionLog 数据清洗 main类修改123

parent 7d8f118e
......@@ -19,6 +19,7 @@ import java.util.Map;
public class CleanningTransactionLogMain {
public static void main(String[] args) {
System.out.println("接收到参数: "+JSON.toJSONString(args));
SparkSession ss = SparkSession.builder().appName("DBC").getOrCreate();
System.out.println("开始加载数据");
String hdfsPath = "hdfs:///app/user/data/user_data/feng.ren/transactionLog20191226/id=";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment