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

As explained in [TEZ-4508](https://issues.apache.org/jira/browse/TEZ-4508), I expect there are valid use cases where FairShuffleVertexManager with FAIR_PARALLELISM should accept multiple SCATTER_GATHER edges.

This is a sample application that uses FairShuffleVertexManager. We can use it like this. ``` $ hadoop jar /opt/tez/tez-examples-*.jar demuxerdatagen hdfs:///tmp/in 30 200 $ hadoop jar /opt/tez/tez-examples-*.jar demuxer hdfs:///tmp/in hdfs:///tmp/out...

# Problem I detected the unstable For the test : [INFO] org.apache.tez.dag.api.TestDAG#testRecreateDAG [INFO] org.apache.tez.dag.api.TestDAGPlan#userVertexOrderingIsMaintained (they both use verify and createDag function and will be affected by the order of the...

The changes were tested by running `mvn test -Dtest=TestTezUtils` and manually inspecting the output under: `tez-common/target/surefire-reports/org.apache.tez.common.TestTezUtils-output.txt `. ``` SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/stamatis/.m2/repository/org/slf4j/slf4j-reload4j/1.7.36/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class]...