diff --git data/conf/hive-site.xml data/conf/hive-site.xml index a205b8c..6908bb1 100644 --- data/conf/hive-site.xml +++ data/conf/hive-site.xml @@ -319,4 +319,10 @@ true + + + yarn.nodemanager.disk-health-checker.max-disk-utilization-per-disk-percentage + 99 + + diff --git data/conf/llap/hive-site.xml data/conf/llap/hive-site.xml index 8cd5144..cdda875 100644 --- data/conf/llap/hive-site.xml +++ data/conf/llap/hive-site.xml @@ -343,4 +343,9 @@ true + + yarn.nodemanager.disk-health-checker.max-disk-utilization-per-disk-percentage + 99 + + diff --git data/conf/spark/yarn-client/hive-site.xml data/conf/spark/yarn-client/hive-site.xml index bebca88..64b56a5 100644 --- data/conf/spark/yarn-client/hive-site.xml +++ data/conf/spark/yarn-client/hive-site.xml @@ -295,4 +295,9 @@ 30000ms + + yarn.nodemanager.disk-health-checker.max-disk-utilization-per-disk-percentage + 99 + + diff --git data/conf/tez/hive-site.xml data/conf/tez/hive-site.xml index f1dabf5..4519678 100644 --- data/conf/tez/hive-site.xml +++ data/conf/tez/hive-site.xml @@ -288,4 +288,9 @@ true + + yarn.nodemanager.disk-health-checker.max-disk-utilization-per-disk-percentage + 99 + +