Open liangrui1988 opened 2 years ago
RSS currently only supports local storage. Have a look at com.uber.rss.storage.ShuffleStorage for plugging in other storage
Thank you. One more question.Spark. Shuffle. RSS. DataCenter = dc1 the dc1 is to point to?Does local storage mean disk storage?How do you specify multiple disk directories?
@liangrui1988 i'm considering trying to add this support to RemoteShuffleService, would you be interested for me to try and contribute it to this repo?
@liangrui1988 i'm considering trying to add this support to RemoteShuffleService, would you be interested for me to try and contribute it to this repo?
Yeah, you are welcome to contribute!
Thank you. One more question.Spark. Shuffle. RSS. DataCenter = dc1 the dc1 is to point to?Does local storage mean disk storage?How do you specify multiple disk directories?
"DataCenter = dc1" is just a tag to distinguish different remote shuffle service instance, you could just leave it with default value dc1 or any string value.
Yes, local storage means local disk storage.
It does not support multiple disk directories right now. But feel free to add a PR for that.
Shuffle Files Storage Is stored by default.Whether alluxio storage is supported and how to implement it.