Download stratosphere-clients-0.4.jar file

Introduction

You can download stratosphere-clients-0.4.jar in this page.

License

Open Source

Type List

stratosphere-clients-0.4.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/eu.stratosphere/stratosphere-clients/pom.properties
META-INF/maven/eu.stratosphere/stratosphere-clients/pom.xml
eu.stratosphere.client.CliFrontend.class
eu.stratosphere.client.LocalExecutor.class
eu.stratosphere.client.PlanExecutor.class
eu.stratosphere.client.RemoteExecutor.class
eu.stratosphere.client.WebFrontend.class
eu.stratosphere.client.localDistributed.LocalDistributedExecutor.class
eu.stratosphere.client.minicluster.NepheleMiniCluster.class
eu.stratosphere.client.program.Client.class
eu.stratosphere.client.program.JobInstantiationException.class
eu.stratosphere.client.program.JobWithJars.class
eu.stratosphere.client.program.PackagedProgram.class
eu.stratosphere.client.program.ProgramInvocationException.class
eu.stratosphere.client.web.GUIServletStub.class
eu.stratosphere.client.web.JobSubmissionServlet.class
eu.stratosphere.client.web.JobsInfoServlet.class
eu.stratosphere.client.web.JobsServlet.class
eu.stratosphere.client.web.PactJobJSONServlet.class
eu.stratosphere.client.web.PlanDisplayServlet.class
eu.stratosphere.client.web.WebInterfaceServer.class
eu/stratosphere/nephele/visualization/swt/leafnode.png
eu/stratosphere/nephele/visualization/swt/logo.png
eu/stratosphere/nephele/visualization/swt/node.png
eu/stratosphere/nephele/visualization/swt/nodeicon.png
eu/stratosphere/nephele/visualization/swt/pattern.png
eu/stratosphere/nephele/visualization/swt/taskicon.png

Pom

stratosphere-clients-0.4.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">

	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>eu.stratosphere</groupId>
		<artifactId>stratosphere</artifactId>
		<version>0.4</version>
		<relativePath>..</relativePath>
	</parent>

	<artifactId>stratosphere-clients</artifactId>
	<name>stratosphere-clients</name>

	<packaging>jar</packaging>

	<dependencies>

		<dependency>
			<groupId>eu.stratosphere</groupId>
			<artifactId>stratosphere-core</artifactId>
			<version>${project.version}</version>
		</dependency>

		<dependency>
			<groupId>eu.stratosphere</groupId>
			<artifactId>stratosphere-runtime</artifactId>
			<version>${project.version}</version>
		</dependency>

		<dependency>
			<groupId>eu.stratosphere</groupId>
			<artifactId>stratosphere-compiler</artifactId>
			<version>${project.version}</version>
		</dependency>

		<dependency>
			<groupId>org.eclipse.jetty</groupId>
			<artifactId>jetty-server</artifactId>
			<version>8.0.0.M1</version>
		</dependency>

		<dependency>
			<groupId>org.eclipse.jetty</groupId>
			<artifactId>jetty-security</artifactId>
			<version>8.0.0.M1</version>
		</dependency>

		<dependency>
			<groupId>org.eclipse.jetty</groupId>
			<artifactId>jetty-servlet</artifactId>
			<version>8.0.0.M1</version>
		</dependency>

		<dependency>
			<groupId>commons-fileupload</groupId>
			<artifactId>commons-fileupload</artifactId>
			<version>1.2.2</version>
			<type>jar</type>
			<scope>compile</scope>
		</dependency>

		<!-- commons-io is required by commons-fileupload
			See http://commons.apache.org/proper/commons-fileupload/dependencies.html
			and https://github.com/dimalabs/ozone/pull/157 -->
		<dependency>
			<groupId>commons-io</groupId>
			<artifactId>commons-io</artifactId>
			<version>2.1</version>
			<scope>compile</scope>
		</dependency>
	</dependencies>

</project>

POM Entry

<dependency>
   <groupId>eu.stratosphere</groupId>
   <artifactId>stratosphere-clients</artifactId>
   <version>0.4</version>
</dependency>

Download

If you think the following stratosphere-clients-0.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download stratosphere-clients-0.4.jar file




PreviousNext

Related