You can download tez-runtime-internals-0.7.0.jar in this page.
Apache License
tez-runtime-internals-0.7.0.jar file has the following types.
META-INF/INDEX.LIST META-INF/LICENSE.txt META-INF/MANIFEST.MF META-INF/NOTICE.txt META-INF/maven/org.apache.tez/tez-runtime-internals/pom.properties META-INF/maven/org.apache.tez/tez-runtime-internals/pom.xml org.apache.tez.common.ContainerContext.class org.apache.tez.common.ContainerTask.class org.apache.tez.common.ProtoConverters.class org.apache.tez.common.TezConverterUtils.class org.apache.tez.common.TezLocalResource.class org.apache.tez.common.TezTaskUmbilicalProtocol.class org.apache.tez.runtime.InputReadyTracker.class org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.class org.apache.tez.runtime.RuntimeTask.class org.apache.tez.runtime.api.events.TaskAttemptCompletedEvent.class org.apache.tez.runtime.api.events.TaskAttemptFailedEvent.class org.apache.tez.runtime.api.events.TaskStatusUpdateEvent.class org.apache.tez.runtime.api.impl.EventMetaData.class org.apache.tez.runtime.api.impl.EventType.class org.apache.tez.runtime.api.impl.ExecutionContextImpl.class org.apache.tez.runtime.api.impl.GroupInputSpec.class org.apache.tez.runtime.api.impl.IOStatistics.class org.apache.tez.runtime.api.impl.InputSpec.class org.apache.tez.runtime.api.impl.OutputSpec.class org.apache.tez.runtime.api.impl.TaskSpec.class org.apache.tez.runtime.api.impl.TaskStatistics.class org.apache.tez.runtime.api.impl.TezCountersDelegate.class org.apache.tez.runtime.api.impl.TezEvent.class org.apache.tez.runtime.api.impl.TezHeartbeatRequest.class org.apache.tez.runtime.api.impl.TezHeartbeatResponse.class org.apache.tez.runtime.api.impl.TezInputContextImpl.class org.apache.tez.runtime.api.impl.TezMergedInputContextImpl.class org.apache.tez.runtime.api.impl.TezOutputContextImpl.class org.apache.tez.runtime.api.impl.TezProcessorContextImpl.class org.apache.tez.runtime.api.impl.TezTaskContextImpl.class org.apache.tez.runtime.api.impl.TezUmbilical.class org.apache.tez.runtime.common.objectregistry.ObjectRegistryImpl.class org.apache.tez.runtime.common.resources.MemoryDistributor.class org.apache.tez.runtime.common.resources.ScalingAllocator.class org.apache.tez.runtime.common.security.JobTokenSelector.class org.apache.tez.runtime.internals.api.events.SystemEventProtos.class org.apache.tez.runtime.metrics.FileSystemStatisticUpdater.class org.apache.tez.runtime.metrics.TaskCounterUpdater.class org.apache.tez.runtime.task.ContainerReporter.class org.apache.tez.runtime.task.ErrorReporter.class org.apache.tez.runtime.task.TaskReporter.class org.apache.tez.runtime.task.TezChild.class org.apache.tez.runtime.task.TezTaskRunner.class
tez-runtime-internals-0.7.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.tez</groupId> <artifactId>tez</artifactId> <version>0.7.0</version> </parent> <artifactId>tez-runtime-internals</artifactId> <dependencies> <dependency> <groupId>org.apache.tez</groupId> <artifactId>tez-api</artifactId> </dependency> <dependency> <groupId>org.apache.tez</groupId> <artifactId>tez-common</artifactId> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-annotations</artifactId> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-yarn-api</artifactId> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-yarn-common</artifactId> </dependency> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-maven-plugins</artifactId> <executions> <execution> <id>compile-protoc</id> <phase>generate-sources</phase> <goals> <goal>protoc</goal> </goals> <configuration> <protocVersion>${protobuf.version}</protocVersion> <protocCommand>${protoc.path}</protocCommand> <imports> <param>${basedir}/src/main/proto</param> </imports> <source> <directory>${basedir}/src/main/proto</directory> <includes> <include>Events.proto</include> </includes> </source> <output>${project.build.directory}/generated-sources/java</output> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.apache.tez</groupId> <artifactId>tez-runtime-internals</artifactId> <version>0.7.0</version> </dependency>
If you think the following tez-runtime-internals-0.7.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download tez-runtime-internals-0.7.0.jar file