Commit 4a2b20ac authored by 张彦钊's avatar 张彦钊

change

parent 20a228e2
......@@ -128,7 +128,7 @@ if __name__ == '__main__':
spark = SparkSession.builder.config(conf=sparkConf).enableHiveSupport().getOrCreate()
clicks = []
cpcs = []
for i in range(1,26):
for i in range(1,3):
clicks.extend(all_click(i))
cpcs.extend(cpc_click(i))
print("clicks")
......
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