abstractdog commented on code in PR #533:
URL: https://github.com/apache/tez/pull/533#discussion_r3802661798


##########
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:
   yes, it's because I bump into it all the time: I believe other developers 
like me are also fine with spending most of their time with 90+ percent full 
disk without bumping into issues like this, 99% is the upper limit I consider 
serious (at that level, my laptop also starts to warn about disk space)



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