Commit 773af770 authored by 张彦钊's avatar 张彦钊

change test file

parent ad9e3dbe
......@@ -209,7 +209,8 @@ def test():
client = InsecureClient('http://nvwa01:50070')
hdfs_path = "/recommend/va"
df.toPandas().write_dataframe(client, hdfs_path, df)
df = df.toPandas()
write_dataframe(client, hdfs_path, df)
# df.write.csv('/recommend/tr', mode='overwrite', header=True)
......
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