Commit 40cd7246 authored by 王志伟's avatar 王志伟

repair bug

parent 28b0672f
...@@ -57,7 +57,7 @@ object testt { ...@@ -57,7 +57,7 @@ object testt {
val clk_count = sc.sql( val clk_count = sc.sql(
s""" s"""
|select params["out"] |select sum(params["out"]-params["in"])
|from online.tl_hdfs_maidian_view |from online.tl_hdfs_maidian_view
|where action="page_view" |where action="page_view"
|and partition_date ='20180801' |and partition_date ='20180801'
......
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