Commit 999be6a9 authored by 张彦钊's avatar 张彦钊

add

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