Commit 26896489 authored by 张彦钊's avatar 张彦钊

change test file

parent f9d84467
......@@ -128,7 +128,7 @@ def group_redis(x):
def group_write(rdd):
rdd.groupByKey().foreachPartition(group_redis)
rdd.groupByKey().foreachPartition(lambda x:group_redis(x))
return "good"
......
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