Aggarwal-Raghav commented on code in PR #533:
URL: https://github.com/apache/tez/pull/533#discussion_r3801673364


##########
dev-support/bin/tez_run_example.sh:
##########
@@ -94,6 +94,10 @@ cat <<EOF > "$HADOOP_HOME/etc/hadoop/yarn-site.xml"
         <name>yarn.nodemanager.aux-services</name>
         <value>mapreduce_shuffle</value>
     </property>
+    <property>
+        
<name>yarn.nodemanager.disk-health-checker.max-disk-utilization-per-disk-percentage</name>
+        <value>99.0</value>

Review Comment:
   By default the value is 90 as per, any particular reason to chase extra 9%
   
https://hadoop.apache.org/docs/r3.5.0/hadoop-yarn/hadoop-yarn-common/yarn-default.xml
   



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to