TEZ 参数等于 "mapreduce.map.failures.maxpercent"

TEZ parameter equivalent to "mapreduce.map.failures.maxpercent"

在以前版本的 Hadoop 中使用 MR 我们有一个设置参数用于忽略一定百分比的顶点 failures.In 新版本不推荐使用 MR,mapreduce.map.failures.maxpercent 中是否有任何等效参数特兹?

我添加了 Jira 新配置 属性 tez.vertex.failures.maxpercent

Float value. Specifies the allowable percentage in the range 0.0-100.0f of task failures per vertex that will allow the vertex to succeed with failures. Default is 0.0f

另见 TezConfiguration.java