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

update

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