tez
tez copied to clipboard
Apache Tez
New event propagation logic for Tez unordered fetcher. Inform AM: * - Immediately if maxTimeToWaitForReportMillis is 0 * - When time exceeded SHUFFLE_BATCH_WAIT ms (batch events) * - When more...
This PR has ended up bigger than what I expected so I wanted to ask for some feedback before going forward. This is what is does mainly: * Adds `updateAMCredentials`...
Adding a few APIs to Tez to help Cascading break its dependency on an internal implementation and still get some of the data it needs. Added APIs: ``` DAGInformation getDAGInformation()...
Putting a proof of concept PR for one of the approaches listed in the jira: https://issues.apache.org/jira/browse/TEZ-3369
This pull request is focused on resolving occurrence of Sonar rule squid:S1213 - The members of an interface declaration or class should appear in a pre-defined order. This pull request...
Fixed failure in fetching shuffle data when it's transferred via CompositeRoutedDataMovementEvent. Added unit test to test the failure scenario. Jira ticket: https://issues.apache.org/jira/browse/TEZ-4450
JIRA: [TEZ-4449](https://issues.apache.org/jira/projects/TEZ/issues/TEZ-4449?filter=allissues): Upgrade jettison to 1.5.1 to fix CVE-2022-40149.
…eing created to exist until `FSDataOutputStream` is closed in `TezClient#submitDAGSession`
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.1 to 3.21.7. Commits 54489e9 Updating changelog 5fc03e1 Updating version.json and repo version numbers to: 21.7 a3888f5 Clean up TextFormat parser (#10673) 3b5301c Refactoring Java parsing (21.x)...