Commit 43fba75d authored by 高雅喆's avatar 高雅喆

bug fix

parent 22eb4111
...@@ -269,6 +269,7 @@ object EsmmPredData { ...@@ -269,6 +269,7 @@ object EsmmPredData {
|where tmp1.device_id in (select distinct device_id from esmm_train_data) |where tmp1.device_id in (select distinct device_id from esmm_train_data)
""".stripMargin """.stripMargin
) )
raw_data.show()
val raw_data1 = raw_data.rdd.groupBy(_.getAs[String]("device_city")).map { val raw_data1 = raw_data.rdd.groupBy(_.getAs[String]("device_city")).map {
......
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