Commit f097068e authored by 高雅喆's avatar 高雅喆

bug fix

parent c1950eab
......@@ -287,7 +287,7 @@ object EsmmPredData {
|select device_id,city_id,merge_queue from raw_data1 limit 10000
""".stripMargin
)
raw_data1.createOrReplaceTempView("raw_data2")
raw_data2.createOrReplaceTempView("raw_data2")
println(raw_data2.count())
raw_data2.show()
......
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