Commit 3ca170b5 authored by 高雅喆's avatar 高雅喆

change train data from 14days to 10days

parent 5e213f0c
......@@ -52,7 +52,7 @@ object Data2FFM {
ti.tidbMapTable(dbName = "jerry_test", tableName = "esmm_pre_data")
val train_sep_date = GmeiConfig.getMinusNDate(14)
val train_sep_date = GmeiConfig.getMinusNDate(10)
val esmm_data = sc.sql(
s"""
|select device_id,y,z,stat_date,ucity_id,cid_id,clevel1_id,ccity_name from esmm_train_data
......
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