Commit 25e99a19 authored by 张彦钊's avatar 张彦钊

add

parent 13be0882
......@@ -36,7 +36,7 @@ if __name__ == '__main__':
df = spark.sql(sql)
# df.show(6)
# params['exposure_cards'],
rdd = df.rdd.map(lambda x:(x[0])).foreach(f)
df.rdd.map(lambda x:(x[0])).foreach(f)
# print(rdd.collect())
......
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