You can download stratosphere-clients-0.5.2.jar in this page.
Open Source
stratosphere-clients-0.5.2.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.RemoteExecutor.class eu.stratosphere.client.WebFrontend.class eu.stratosphere.client.minicluster.NepheleMiniCluster.class eu.stratosphere.client.program.Client.class eu.stratosphere.client.program.ContextEnvironment.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
stratosphere-clients-0.5.2.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.5.2</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>eu.stratosphere</groupId> <artifactId>stratosphere-java</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> <!-- More information on this: http://stackoverflow.com/questions/1401857/using-maven-to-build-separate-jar-files-for-unit-testing-a-custom-class-loader --> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <excludes> <exclude>**/src/test/java/eu/stratosphere/client/testjar/*.java</exclude> </excludes> </configuration> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <version>2.4</version> <executions> <execution> <id>create-test-dependency</id> <phase>process-test-classes</phase> <goals> <goal>single</goal> </goals> <configuration> <archive> <manifest> <mainClass>eu.stratosphere.client.testjar.WordCount</mainClass> </manifest> </archive> <finalName>maven</finalName> <attach>false</attach> <descriptors> <descriptor>src/main/assembly/test-assembly.xml</descriptor> </descriptors> </configuration> </execution> </executions> </plugin> </plugins> <pluginManagement> <plugins> <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> <plugin> <groupId>org.eclipse.m2e</groupId> <artifactId>lifecycle-mapping</artifactId> <version>1.0.0</version> <configuration> <lifecycleMappingMetadata> <pluginExecutions> <pluginExecution> <pluginExecutionFilter> <groupId> org.apache.maven.plugins </groupId> <artifactId> maven-assembly-plugin </artifactId> <versionRange> [2.4,) </versionRange> <goals> <goal>single</goal> </goals> </pluginExecutionFilter> <action> <ignore></ignore> </action> </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration> </plugin> </plugins> </pluginManagement> </build> </project>
<dependency> <groupId>eu.stratosphere</groupId> <artifactId>stratosphere-clients</artifactId> <version>0.5.2</version> </dependency>
If you think the following stratosphere-clients-0.5.2.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.5.2.jar file