Commit 0f760f1c authored by 王志伟's avatar 王志伟

repair bug

parent 3ab3596b
...@@ -77,8 +77,6 @@ object Recommendation_strategy_all { ...@@ -77,8 +77,6 @@ object Recommendation_strategy_all {
decive_id_oldUser.show() decive_id_oldUser.show()
decive_id_oldUser.createOrReplaceTempView("device_id_old") decive_id_oldUser.createOrReplaceTempView("device_id_old")
val strategies = Seq("1$","[^1]$")
val clk_count_oldUser_experiment = sc.sql( val clk_count_oldUser_experiment = sc.sql(
s""" s"""
|select '${param.date}' as stat_date, count(cid_id) as clk_count_oldUser_experiment |select '${param.date}' as stat_date, count(cid_id) as clk_count_oldUser_experiment
...@@ -134,8 +132,6 @@ object Recommendation_strategy_all { ...@@ -134,8 +132,6 @@ object Recommendation_strategy_all {
.join(imp_count_oldUser_all,"stat_date") .join(imp_count_oldUser_all,"stat_date")
result2.show() result2.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