Commit d3ee8d5f authored by 王志伟's avatar 王志伟

delet show()

parent 585d39c9
...@@ -87,7 +87,6 @@ object strategy_clk_imp_oldUser { ...@@ -87,7 +87,6 @@ object strategy_clk_imp_oldUser {
|and jd.stat_date ='${stat_date}' |and jd.stat_date ='${stat_date}'
""".stripMargin """.stripMargin
) )
clk_count_oldUser.show()
val imp_count_oldUser = sc.sql( val imp_count_oldUser = sc.sql(
s""" s"""
...@@ -101,7 +100,6 @@ object strategy_clk_imp_oldUser { ...@@ -101,7 +100,6 @@ object strategy_clk_imp_oldUser {
|and je.stat_date ='${stat_date}' |and je.stat_date ='${stat_date}'
""".stripMargin """.stripMargin
) )
imp_count_oldUser.show()
val clk_count_newUser = sc.sql( val clk_count_newUser = sc.sql(
...@@ -116,7 +114,6 @@ object strategy_clk_imp_oldUser { ...@@ -116,7 +114,6 @@ object strategy_clk_imp_oldUser {
|and jd.stat_date ='${stat_date}' |and jd.stat_date ='${stat_date}'
""".stripMargin """.stripMargin
) )
clk_count_newUser.show()
val imp_count_newUser = sc.sql( val imp_count_newUser = sc.sql(
s""" s"""
...@@ -130,7 +127,6 @@ object strategy_clk_imp_oldUser { ...@@ -130,7 +127,6 @@ object strategy_clk_imp_oldUser {
|and je.stat_date ='${stat_date}' |and je.stat_date ='${stat_date}'
""".stripMargin """.stripMargin
) )
imp_count_newUser.show()
val result = clk_count_oldUser.join(imp_count_oldUser,"stat_date") val result = clk_count_oldUser.join(imp_count_oldUser,"stat_date")
.join(clk_count_newUser,"stat_date") .join(clk_count_newUser,"stat_date")
......
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