-
Notifications
You must be signed in to change notification settings - Fork 72
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
What‘s the difference between spark.rss.storage.type
and rss.storage.type
?
#127
Comments
|
Both parameters affect the storage mode of ShuffleServer? Then,which one has a higher priority? |
Only |
What is |
client |
Does the client also can store data to a local disk or HDFS? |
Client need to know where to read data. |
So these two parameters need be set to the same? |
Yes |
ok,thanks |
I have a problem,when I set storageType = HDFS, Error: Blocks read Inconsistent: Expected 61 Blocks, actual 0 Blocks |
The configuration items are as follows #multistorage config Spark client |
We don't recommend the storageType HDFS, you would better to use MEMORY_LOCALE. |
Storage HDFS will be removed soon. |
Is there some problems with HDFS storage mode, so you want to remove it? |
In terms of the results of my tests, only when I set storage type = LOCALFILE_HDFS that the shuffle data will be written to HDFS. |
HDFS mode have poor performance. HDFS can work correctly. |
Yes, you're right. I've got some configurations set incorrectly. |
No description provided.
The text was updated successfully, but these errors were encountered: