aajisaka commented on a change in pull request #1397: MAPREDUCE-7237. Supports
config the shuffle's path cache related parameters
URL: https://github.com/apache/hadoop/pull/1397#discussion_r387416495
##########
File path:
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
##########
@@ -1266,6 +1266,29 @@
</description>
</property>
+<property>
+ <name>mapreduce.shuffle.pathcache.max-weight</name>
+ <value>10 * 1024 * 1024</value>
Review comment:
Thanks @jiwq for the reply and the update.
One comment: the style cannot be parsed by
org.apache.hadoop.conf.Configuration.
```suggestion
<value>10485760</value>
```
+1 if that is addressed.
Sorry I forgot to review for a long time.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]