tez icon indicating copy to clipboard operation
tez copied to clipboard

Apache Tez

Results 126 tez issues
Sort by recently updated
recently updated
newest added

…s changed by reducer autoparallelism **Description** The changes in this PR are w.r.t. when auto reduce parallelism kicks in, we try to updates downstream vertex's expected number of input, so...

This PR contains a Zookeeper-based Framework service and a major refactor in this area. Pieces of this PR: - include curator dependency - remove amUuid from DAGAppMaster - harmonized id/opaque...

This test case is failing in some env when requested memory is less compared to available memory. We need to increase the requested memory so that it will not fail.

- Upgrade to commons-lang-3.19.0 - org.apache.commons.lang.ArrayUtils => org.apache.commons.lang3.ArrayUtils - org.apache.commons.lang.RandomStringUtils => org.apache.commons.lang3.RandomStringUtils - org.apache.commons.lang.StringEscapeUtils => org.apache.commons.lang3.StringEscapeUtils - org.apache.commons.lang.StringUtils => org.apache.commons.lang3.StringUtils - org.apache.commons.lang.SystemUtils => org.apache.commons.lang3.SystemUtils - org.apache.commons.lang.exception.ExceptionUtils => org.apache.commons.lang3.exception.ExceptionUtils - org.apache.commons.lang.mutable.MutableInt...