-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shuffle Files Storage Is stored by default.Whether alluxio storage is supported and how to implement it. #68
Comments
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? |
Yeah, you are welcome to contribute! |
"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.
The text was updated successfully, but these errors were encountered: