You can download hadoop-yarn-server-web-proxy-2.7.1.jar in this page.
Apache License
hadoop-yarn-server-web-proxy-2.7.1.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.apache.hadoop/hadoop-yarn-server-web-proxy/pom.properties META-INF/maven/org.apache.hadoop/hadoop-yarn-server-web-proxy/pom.xml org.apache.hadoop.yarn.server.webproxy.AppReportFetcher.class org.apache.hadoop.yarn.server.webproxy.ProxyUriUtils.class org.apache.hadoop.yarn.server.webproxy.ProxyUtils.class org.apache.hadoop.yarn.server.webproxy.WebAppProxy.class org.apache.hadoop.yarn.server.webproxy.WebAppProxyServer.class org.apache.hadoop.yarn.server.webproxy.WebAppProxyServlet.class org.apache.hadoop.yarn.server.webproxy.amfilter.AmFilterInitializer.class org.apache.hadoop.yarn.server.webproxy.amfilter.AmIpFilter.class org.apache.hadoop.yarn.server.webproxy.amfilter.AmIpPrincipal.class org.apache.hadoop.yarn.server.webproxy.amfilter.AmIpServletRequestWrapper.class
hadoop-yarn-server-web-proxy-2.7.1.pom file content.
<?xml version="1.0"?> <!-- 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"> <parent> <artifactId>hadoop-yarn-server</artifactId> <groupId>org.apache.hadoop</groupId> <version>2.7.1</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-yarn-server-web-proxy</artifactId> <version>2.7.1</version> <name>hadoop-yarn-server-web-proxy</name> <properties> <install.file>${project.artifact.file}</install.file> <yarn.basedir>${project.parent.parent.basedir}</yarn.basedir> </properties> <dependencies> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <scope>compile</scope> </dependency> <!-- 'mvn dependency:analyze' fails to detect use of this dependency --> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> <scope>provided</scope> </dependency> <!-- 'mvn dependency:analyze' fails to detect use of this dependency --> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <!-- 'mvn dependency:analyze' fails to detect use of this dependency --> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-yarn-server-common</artifactId> </dependency> <!-- 'mvn dependency:analyze' fails to detect use of this dependency --> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-yarn-common</artifactId> </dependency> <!-- 'mvn dependency:analyze' fails to detect use of this dependency --> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-yarn-api</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> <dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty</artifactId> </dependency> <dependency> <groupId>org.glassfish.grizzly</groupId> <artifactId>grizzly-http-servlet</artifactId> <scope>test</scope> </dependency> <!-- 'mvn dependency:analyze' fails to detect use of this dependency --> <dependency> <groupId>com.sun.jersey.jersey-test-framework</groupId> <artifactId>jersey-test-framework-grizzly2</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <!-- Publish tests jar --> <plugin> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> <goals> <goal>test-jar</goal> </goals> <phase>test-compile</phase> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-yarn-server-web-proxy</artifactId> <version>2.7.1</version> </dependency>
If you think the following hadoop-yarn-server-web-proxy-2.7.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download hadoop-yarn-server-web-proxy-2.7.1.jar file