Run threadpool on multiple nodes
I've ran a dual multiprocessing and multithreading solution in python before using the multiprocessing and concurrent futures python modules. However, since the multiprocessing module only runs on the driver node, I have to instead use sc.parallelize...
- 9011 Views
- 0 replies
- 0 kudos