Download hadoop-mini-clusters-common-0.1.8.jar file

Introduction

You can download hadoop-mini-clusters-common-0.1.8.jar in this page.

License

Open Source

Type List

hadoop-mini-clusters-common-0.1.8.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.github.sakserv/hadoop-mini-clusters-common/pom.properties
META-INF/maven/com.github.sakserv/hadoop-mini-clusters-common/pom.xml
com.github.sakserv.minicluster.MiniCluster.class
com.github.sakserv.minicluster.config.ConfigVars.class
com.github.sakserv.minicluster.http.HttpUtils.class
com.github.sakserv.minicluster.util.FileUtils.class
com.github.sakserv.minicluster.util.WindowsLibsUtils.class
log4j.properties

Pom

hadoop-mini-clusters-common-0.1.8.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/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>hadoop-mini-clusters</artifactId>
        <groupId>com.github.sakserv</groupId>
        <version>0.1.8</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>hadoop-mini-clusters-common</artifactId>

    <dependencies>
        <!-- Hadoop Client -->
        <dependency>
            <groupId>org.apache.hadoop</groupId>
            <artifactId>hadoop-client</artifactId>
            <version>${hadoop.version}</version>
        </dependency>
    </dependencies>


</project>

POM Entry

<dependency>
   <groupId>com.github.sakserv</groupId>
   <artifactId>hadoop-mini-clusters-common</artifactId>
   <version>0.1.8</version>
</dependency>

Download

If you think the following hadoop-mini-clusters-common-0.1.8.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download hadoop-mini-clusters-common-0.1.8.jar file




PreviousNext

Related