raydp
raydp copied to clipboard
Fault tolerance of dataset converted from dataframe
This PR implements fault tolerance of ray dataset converted from spark dataframe using raydp. This requires spark session to be holded by an ray actor. This PR also introduces such a spark app template class to make users' deployment easier.
Note: this PR now use ray.get(copy) to implement. It is not ready to use in large-scale workload.
Closes #207