Commit e5bdf6e4 authored by 高雅喆's avatar 高雅喆

update

parent 65976c46
...@@ -83,4 +83,4 @@ if __name__ == '__main__': ...@@ -83,4 +83,4 @@ if __name__ == '__main__':
print("="*100) print("="*100)
result = device_ids_lst_rdd.repartition(100).map( result = device_ids_lst_rdd.repartition(100).map(
lambda x: args_test(x)) lambda x: args_test(x))
result.collect() result.foreach(print)
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