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

delet show()

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