Commit e24c3cb0 authored by 张彦钊's avatar 张彦钊

修改rdd

parent a229ac06
......@@ -56,7 +56,7 @@ object Data2FFM {
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
|from esmm_train_data limit 6
""".stripMargin
).na.drop()
val column_list = esmm_data.columns
......
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