tez
tez copied to clipboard
Apache Tez
…unicator Change-Id: I5939c0b3df68262dd4e2a0f6e0af59efad40b8f7
when the path is root and it has the excute permisson, it will continue get parent path to judge permisson. but the parent path of root will cause the NullPointException....
https://issues.apache.org/jira/browse/TEZ-4319 Implicit dependency on snappy-java-1.0.5 was added by TEZ-4113. It causes error on platforms like aarch64 for which snappy binary is not provided. Adding explicit dependency on recent snappy-java supporting...
Merge duplicated method (handleEvents and close) into MRTask.class [Merge duplicated method into base class](https://issues.apache.org/jira/browse/TEZ-3475)
This pull request is focused on resolving occurrences of Sonar rule squid:S1118 - Utility classes should not have public constructors. This pull request removes technical debt of 810 minutes. You...
This pull request is focused on resolving occurrences of Sonar rule squid:S2131 - Primitives should not be boxed just for "String" conversion. This pull request removes technical debt of 210...