Commit 9bce2f5d authored by 张彦钊's avatar 张彦钊

add

parent 5c4ce67f
......@@ -34,7 +34,8 @@ if __name__ == '__main__':
df = spark.sql(sql)
# df.show(6)
rdd = df.rdd.map(lambda x:str(x[0])).map(lambda x:eval(x)).map(lambda x:ctr(x))
spark.createDataFrame(rdd).show(6)
print(rdd)
# spark.createDataFrame(rdd).show(6)
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