我們有一個運行火花命令,但我們正面臨着一些磁盤空間問題 所以我們想利用分配紗構造的火花命令EMR
conf,yarn.nodemanager.disk-health-checker.max-disk-utilization-per-disk-
percentage=99.0
,但我們得到了我們的日誌Warning: Ignoring non-spark config property: yarn.nodemanager.disk-health-checker.max-disk-utilization-per-disk-percentage=99.0
?
我們如何得到它使火花藉此配置
""Spark_Command": "command-runner.jar,spark-submit, --class,com.go.ccc.ew.modules.fred.fmodel, --name,\\\"f module Module\\\", --master,yarn, --deploy-mode,client, --executor-memory,36G, --executor-cores,4, --conf,spark.sql.shuffle.partitions=640, --conf,spark.yarn.am.memoryOverhead=5120, --conf,yarn.nodemanager.disk-health-checker.max-disk-utilization-per-disk- percentage=99.0,/home/hadoop/linking.jar,jobId=# {myJobId},environment=dev"