Commit e188053f by WangJinfeng

update UserInfo name to DmpUserInfo

parent 6953a3f8
......@@ -32,7 +32,7 @@ class UserInfo extends CommonSparkJob {
val output = commandLine.getOptionValue("output")
val coalesce = Integer.parseInt(commandLine.getOptionValue("coalesce"))
val spark = MobvistaConstant.createSparkSession(s"UserInfo.${date}")
val spark = MobvistaConstant.createSparkSession(s"DmpUserInfo.${date}")
try {
......
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